Class
AutoGeneratingFieldEventArgs

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 CancelEventArgs.CancelEventArgs.Empty

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

string

propertyType

Type

dataField

DataFormDataField

Properties

DataField

Gets or sets the data field.

Declaration

cs-api-definition
public DataFormDataField DataField { get; set; }

Property Value

DataFormDataField

Order

Gets or sets the display order of the field.

Declaration

cs-api-definition
public int? Order { get; set; }

Property Value

int?

PropertyName

Gets or sets the property name.

Declaration

cs-api-definition
public string PropertyName { get; set; }

Property Value

string

PropertyType

Gets or sets the property type.

Declaration

cs-api-definition
public Type PropertyType { get; set; }

Property Value

Type