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