Table of Contents

Class HandleEnumerablePropertyEventArgs

Namespace
combit.Reporting.DataProviders
Assembly
combit.ListLabel31.CrossPlatform.dll

Provides data for the HandleEnumerableProperty event in the ObjectDataProvider.

public sealed class HandleEnumerablePropertyEventArgs : EventArgs
Inheritance
HandleEnumerablePropertyEventArgs
Inherited Members

Properties

CancelRecursion

Gets or sets a value indicating whether to cancel recursion on the specified property path.

public bool CancelRecursion { get; set; }

Property Value

bool

PropertyOriginalPath

Gets the original property path.

public string PropertyOriginalPath { get; }

Property Value

string

PropertyPath

Gets the specified property path (e.g. "Customer>Order>OrderDetail").

public string PropertyPath { get; }

Property Value

string