ClassAutoGeneratedFieldsPresenter
Viewer for the fields contained in a RadDataForm.
Definition
Namespace:Telerik.UI.Xaml.Controls.Data.DataForm
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class AutoGeneratedFieldsPresenter : Control
Inheritance: objectAutoGeneratedFieldsPresenter
Constructors
AutoGeneratedFieldsPresenter()
Initializes a new instance of the AutoGeneratedFieldsPresenter class.
Declaration
public AutoGeneratedFieldsPresenter()
Fields
AutoGenerateFieldsProperty
Represents the AutoGenerateFields dependency property.
Declaration
public static readonly DependencyProperty AutoGenerateFieldsProperty
Field Value
DependencyProperty
CurrentItemProperty
Represents the CurrentItem dependency property.
Declaration
public static readonly DependencyProperty CurrentItemProperty
Field Value
DependencyProperty
FieldsProperty
Identifies the Fields dependency property.
Declaration
public static readonly DependencyProperty FieldsProperty
Field Value
DependencyProperty
Properties
AutoGenerateFields
Gets or sets a value indicating whether fields will be auto generated.
CurrentItem
The current item.
Fields
Gets the auto generated fields.
Declaration
public BindableCollection<DataFormDataField> Fields { get; }
Property Value
BindableCollection<DataFormDataField>
The auto generated fields.
OwnerForm
Gets the owner form.