Class AutoGeneratingPropertyDefinitionEventArgs
Provides data for the AutoGeneratingPropertyDefinition event.
Inheritance
System.Object
AutoGeneratingPropertyDefinitionEventArgs
Namespace: Telerik.Windows.Controls.Data.PropertyGrid
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class AutoGeneratingPropertyDefinitionEventArgs : CancelEventArgs
Constructors
AutoGeneratingPropertyDefinitionEventArgs()
Declaration
public AutoGeneratingPropertyDefinitionEventArgs()
Properties
PropertyDefinition
Gets or sets the property definition.
Declaration
public PropertyDefinition PropertyDefinition { get; set; }
Property Value
PropertyDefinition
|