ClassAutoGeneratingFieldEventArgs
Class
Provides data for the AutoGeneratingField event.
Definition
Namespace:Telerik.Windows.Controls.Data.DataForm
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
cs-api-definition
public class AutoGeneratingFieldEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsAutoGeneratingFieldEventArgs
Inherited Members
Constructors
AutoGeneratingFieldEventArgs(string, Type, DataFormDataField)
Initializes a new instance of the AutoGeneratingFieldEventArgs class.
Declaration
cs-api-definition
public AutoGeneratingFieldEventArgs(string propertyName, Type propertyType, DataFormDataField dataField)
Parameters
propertyName
propertyType
dataField
Properties
DataField
Gets or sets the data field.
Declaration
cs-api-definition
public DataFormDataField DataField { get; set; }
Property Value
Order
Gets or sets the display order of the field.
PropertyName
Gets or sets the property name.
PropertyType
Gets or sets the property type.