Class CardViewDataFormDataField
Represents a field which shows the Editor Template set to a CardViewDataFormDataField.
Inherited Members
Namespace: Telerik.Windows.Controls.Data.CardView
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class CardViewDataFormDataField : DataFormDataField, IThemable
Constructors
CardViewDataFormDataField()
Declaration
public CardViewDataFormDataField()
Fields
EditorTemplateProperty
Represents the EditorTemplate dependency property.
Declaration
public static readonly DependencyProperty EditorTemplateProperty
Field Value
System.Windows.DependencyProperty
|
ReadOnlyTemplateProperty
Represents the ReadOnlyTemplate dependency property.
Declaration
public static readonly DependencyProperty ReadOnlyTemplateProperty
Field Value
System.Windows.DependencyProperty
|
Properties
EditorTemplate
Gets or sets the template that will be applied in the editor area of this field.
Declaration
public DataTemplate EditorTemplate { get; set; }
Property Value
System.Windows.DataTemplate
|
ReadOnlyTemplate
Gets or sets the template that will be applied when displaying this field.
Declaration
public DataTemplate ReadOnlyTemplate { get; set; }
Property Value
System.Windows.DataTemplate
|
Methods
GetControl()
Returns a control to display and edit the underlying data.
Declaration
protected override Control GetControl()
Returns
System.Windows.Controls.Control
|
Overrides
GetReadOnlyControl()
Returns a control to display the underlying data.
Declaration
protected override FrameworkElement GetReadOnlyControl()
Returns
System.Windows.FrameworkElement
|
Overrides
OnItemPropertyChanged(DependencyPropertyChangedEventArgs)
Called when the Item property changes.
Declaration
protected override void OnItemPropertyChanged(DependencyPropertyChangedEventArgs e)
Parameters
System.Windows.DependencyPropertyChangedEventArgs
e
|