Class DataFormDataField
Inheritance
System.Object
DataFormDataField
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class DataFormDataField : ContentControl
Constructors
DataFormDataField()
Declaration
public DataFormDataField()
Fields
DescriptionProperty
Declaration
public static readonly DependencyProperty DescriptionProperty
Field Value
Microsoft.
|
IsEditingProperty
Declaration
public static readonly DependencyProperty IsEditingProperty
Field Value
Microsoft.
|
IsReadOnlyProperty
Declaration
public static readonly DependencyProperty IsReadOnlyProperty
Field Value
Microsoft.
|
ItemProperty
Declaration
public static readonly DependencyProperty ItemProperty
Field Value
Microsoft.
|
LabelPositionProperty
Declaration
public static readonly DependencyProperty LabelPositionProperty
Field Value
Microsoft.
|
LabelProperty
Declaration
public static readonly DependencyProperty LabelProperty
Field Value
Microsoft.
|
LabelTemplateProperty
Declaration
public static readonly DependencyProperty LabelTemplateProperty
Field Value
Microsoft.
|
ModeProperty
Declaration
public static readonly DependencyProperty ModeProperty
Field Value
Microsoft.
|
Properties
DataMemberBinding
Declaration
public Binding DataMemberBinding { get; set; }
Property Value
Microsoft.
|
Description
Declaration
public string Description { get; set; }
Property Value
System.
|
IsEditing
Declaration
public bool IsEditing { get; set; }
Property Value
System.
|
IsReadOnly
Declaration
public bool IsReadOnly { get; set; }
Property Value
System.
|
Item
Declaration
public object Item { get; set; }
Property Value
System.
|
Label
Declaration
public object Label { get; set; }
Property Value
System.
|
LabelPosition
LabelTemplate
Declaration
public DataTemplate LabelTemplate { get; set; }
Property Value
Microsoft.
|
Mode
Methods
GetControl()
Declaration
protected virtual Control GetControl()
Returns
Microsoft.
|
GetControlBindingProperty()
Declaration
protected virtual DependencyProperty GetControlBindingProperty()
Returns
Microsoft.
|
GetReadOnlyControl()
Declaration
protected virtual FrameworkElement GetReadOnlyControl()
Returns
Microsoft.
|
InitializeComponents()
Declaration
protected virtual void InitializeComponents()
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.
|
OnItemPropertyChanged(DependencyPropertyChangedEventArgs)
Declaration
protected virtual void OnItemPropertyChanged(DependencyPropertyChangedEventArgs e)
Parameters
Microsoft.
|
OnPointerReleased(PointerRoutedEventArgs)
Declaration
protected override void OnPointerReleased(PointerRoutedEventArgs e)
Parameters
Microsoft.
|
OnUnloaded(Object, RoutedEventArgs)
Declaration
protected virtual void OnUnloaded(object sender, RoutedEventArgs e)
Parameters
System.
|
Microsoft.
|
PrepareControl()
Declaration
protected void PrepareControl()