Class PropertyGridBeginningEditEventArgs
Event args that describe RadPropertyGrid's BeginningEdit event.
Inheritance
System.Object
PropertyGridBeginningEditEventArgs
Inherited Members
Namespace: Telerik.Windows.Controls.Data.PropertyGrid
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class PropertyGridBeginningEditEventArgs : CancelRoutedEventArgs
Constructors
PropertyGridBeginningEditEventArgs()
Initializes a new instance of the PropertyGridBeginningEditEventArgs class.
Declaration
public PropertyGridBeginningEditEventArgs()
Properties
Field
Gets or sets the field.
Declaration
public PropertyGridField Field { get; }
Property Value
PropertyGridField
The field. |