ClassAutoGeneratingPropertyDefinitionEventArgs
Class
Provides data for the AutoGeneratingPropertyDefinition event.
Definition
Namespace:Telerik.Windows.Controls.Data.PropertyGrid
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
cs-api-definition
public class AutoGeneratingPropertyDefinitionEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsAutoGeneratingPropertyDefinitionEventArgs
Inherited Members
Constructors
AutoGeneratingPropertyDefinitionEventArgs()
Declaration
cs-api-definition
public AutoGeneratingPropertyDefinitionEventArgs()
Properties
PropertyDefinition
Gets or sets the property definition.
Declaration
cs-api-definition
public PropertyDefinition PropertyDefinition { get; set; }
Property Value