Class DataFilterAutoGeneratingItemPropertyDefinitionEventArgs
Provides data for the RadDataFilter.AutoGeneratingItemPropertyDefinitions event.
Inheritance
System.Object
DataFilterAutoGeneratingItemPropertyDefinitionEventArgs
Namespace: Telerik.Windows.Controls.Data.DataFilter
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public sealed class DataFilterAutoGeneratingItemPropertyDefinitionEventArgs : CancelEventArgs
Properties
ItemPropertyDefinition
Gets the item property definition.
Declaration
public ItemPropertyDefinition ItemPropertyDefinition { get; }
Property Value
ItemPropertyDefinition
The item property definition. |