ClassDataFormDataField
Represents the DataFormDataField control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class DataFormDataField : ContentControl, IAutomationPeer, IPeerConverter, IDataFormField, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContentControlDataFormDataField
Derived Classes:
Implements:
Inherited Members
Constructors
DataFormDataField()
Initializes a new instance of the DataFormDataField class.
Declaration
public DataFormDataField()
Properties
ContentPart
Get the editors part of a field. This part contains the fields value and editor.
Declaration
public ContentPresenter ContentPart { get; }
Property Value
Implements
DataFieldName
Get the field`s name.
DataFieldValue
Get the commited value of field.
Declaration
public string DataFieldValue { get; }
Property Value
Implements
Editor
Get the default editor for DataFormDataField (TextBox).
LabelPart
Get the labels part of a field. This part contains the fields name.
Declaration
public ContentControl LabelPart { get; }
Property Value
Implements