New to Telerik UI for WPFStart a free 30-day trial

Provides data for the AutoGeneratingPropertyDefinition event.

Definition

Namespace:Telerik.Windows.Controls.Data.PropertyGrid

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

C#
public class AutoGeneratingPropertyDefinitionEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsAutoGeneratingPropertyDefinitionEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

C#
public AutoGeneratingPropertyDefinitionEventArgs()

Properties

Gets or sets the property definition.

C#
public PropertyDefinition PropertyDefinition { get; set; }