New to Telerik UI for WPFStart a free 30-day trial

Viewer for the fields contained in a RadDataForm.

Definition

Namespace:Telerik.Windows.Controls.Data.DataForm

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

C#
public class AutoGeneratedFieldsPresenter : Control

Inheritance: objectAutoGeneratedFieldsPresenter

Constructors

Initializes a new instance of the AutoGeneratedFieldsPresenter class.

C#
public AutoGeneratedFieldsPresenter()

Fields

AutoGenerateFieldsProperty

DependencyProperty

Represents the AutoGenerateFields dependency property.

C#
public static readonly DependencyProperty AutoGenerateFieldsProperty

CurrentItemProperty

DependencyProperty

Represents the CurrentItem dependency property.

C#
public static readonly DependencyProperty CurrentItemProperty

FieldsProperty

DependencyProperty

Identifies the Fields dependency property.

C#
public static readonly DependencyProperty FieldsProperty

Properties

Gets or sets a value indicating whether fields will be auto generated.

C#
public bool AutoGenerateFields { get; set; }

The current item.

C#
public object CurrentItem { get; set; }

Gets the auto generated fields.

C#
public ObservableCollection<DataFormDataField> Fields { get; }
Property Value:

The auto generated fields.

Gets the owner form.

C#
public RadDataForm OwnerForm { get; }

Methods

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.