ClassAutoGeneratedFieldsPresenter
Viewer for the fields contained in a RadDataForm.
Definition
Namespace:Telerik.Windows.Controls.Data.DataForm
Assembly:Telerik.Windows.Controls.Data.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 ObservableCollection<DataFormDataField> Fields { get; }
Property Value
ObservableCollection<DataFormDataField>
The auto generated fields.
OwnerForm
Gets the owner form.
Methods
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.