Class HandleFlattenedPropertyEventArgs
- Namespace
- combit.Reporting.DataProviders
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Provides data for the HandleFlattenedProperty event in the ObjectDataProvider.
public sealed class HandleFlattenedPropertyEventArgs : EventArgs
- Inheritance
-
HandleFlattenedPropertyEventArgs
- 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
PropertyPath
Gets the specified property path.
public string PropertyPath { get; }
Property Value
RecursionDepth
Gets the current recursion depth.
public int RecursionDepth { get; }