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
Initializes a new instance of the AutoGeneratedFieldsPresenter class.
public AutoGeneratedFieldsPresenter()
Fields
AutoGenerateFieldsProperty
DependencyProperty
Represents the AutoGenerateFields dependency property.
public static readonly DependencyProperty AutoGenerateFieldsProperty
CurrentItemProperty
DependencyProperty
Represents the CurrentItem dependency property.
public static readonly DependencyProperty CurrentItemProperty
FieldsProperty
DependencyProperty
Identifies the Fields dependency property.
public static readonly DependencyProperty FieldsProperty
Properties
Gets or sets a value indicating whether fields will be auto generated.
public bool AutoGenerateFields { get; set; }
The current item.
public object CurrentItem { get; set; }
Gets the auto generated fields.
public ObservableCollection<DataFormDataField> Fields { get; }
The auto generated fields.
Gets the owner form.
public RadDataForm OwnerForm { get; }
Methods
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.