Class AutoGeneratingFieldEventArgs
Inheritance
System.Object
AutoGeneratingFieldEventArgs
Namespace: Telerik.UI.Xaml.Controls.Data.DataForm
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class AutoGeneratingFieldEventArgs : CancelEventArgs
Constructors
AutoGeneratingFieldEventArgs(String, Type, DataFormDataField)
Declaration
public AutoGeneratingFieldEventArgs(string propertyName, Type propertyType, DataFormDataField dataField)
Parameters
System.
|
System.
|
Data
|
Properties
DataField
Order
Declaration
public Nullable<int> Order { get; set; }
Property Value
System.
|
PropertyName
Declaration
public string PropertyName { get; set; }
Property Value
System.
|
PropertyType
Declaration
public Type PropertyType { get; set; }
Property Value
System.
|