Class
AutoGeneratedFieldsPresenter

Viewer for the fields contained in a RadDataForm.

Definition

Namespace:Telerik.Windows.Controls.Data.DataForm

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
public class AutoGeneratedFieldsPresenter : Control

Inheritance: objectAutoGeneratedFieldsPresenter

Constructors

AutoGeneratedFieldsPresenter()

Initializes a new instance of the AutoGeneratedFieldsPresenter class.

Declaration

cs-api-definition
public AutoGeneratedFieldsPresenter()

Fields

AutoGenerateFieldsProperty

Represents the AutoGenerateFields dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty AutoGenerateFieldsProperty

Field Value

DependencyProperty

CurrentItemProperty

Represents the CurrentItem dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty CurrentItemProperty

Field Value

DependencyProperty

FieldsProperty

Identifies the Fields dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FieldsProperty

Field Value

DependencyProperty

Properties

AutoGenerateFields

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

Declaration

cs-api-definition
public bool AutoGenerateFields { get; set; }

Property Value

bool

CurrentItem

The current item.

Declaration

cs-api-definition
public object CurrentItem { get; set; }

Property Value

object

Fields

Gets the auto generated fields.

Declaration

cs-api-definition
public ObservableCollection<DataFormDataField> Fields { get; }

Property Value

ObservableCollection<DataFormDataField>

The auto generated fields.

OwnerForm

Gets the owner form.

Declaration

cs-api-definition
public RadDataForm OwnerForm { get; }

Property Value

RadDataForm

Methods

OnInitialized(EventArgs)

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

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.