Class AutoGeneratedFieldsPresenter
Viewer for the fields contained in a RadDataForm.
Inheritance
Namespace: Telerik.Windows.Controls.Data.DataForm
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class AutoGeneratedFieldsPresenter : Control
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
System.Windows.DependencyProperty
|
CurrentItemProperty
Represents the CurrentItem dependency property.
Declaration
public static readonly DependencyProperty CurrentItemProperty
Field Value
System.Windows.DependencyProperty
|
FieldsProperty
Identifies the Fields dependency property.
Declaration
public static readonly DependencyProperty FieldsProperty
Field Value
System.Windows.DependencyProperty
|
Properties
AutoGenerateFields
Gets or sets a value indicating whether fields will be auto generated.
Declaration
public bool AutoGenerateFields { get; set; }
Property Value
System.Boolean
|
CurrentItem
The current item.
Declaration
public object CurrentItem { get; set; }
Property Value
System.Object
|
Fields
Gets the auto generated fields.
Declaration
public ObservableCollection<DataFormDataField> Fields { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<DataFormDataField>
The auto generated fields. |