ClassCardViewDataFormDataField
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
CardViewDataFormDataField()
Declaration
public CardViewDataFormDataField()
Fields
EditorTemplateProperty
Represents the EditorTemplate dependency property.
Declaration
public static readonly DependencyProperty EditorTemplateProperty
Field Value
DependencyProperty
ReadOnlyTemplateProperty
Represents the ReadOnlyTemplate dependency property.
Declaration
public static readonly DependencyProperty ReadOnlyTemplateProperty
Field Value
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
DataTemplate
ReadOnlyTemplate
Gets or sets the template that will be applied when displaying this field.
Declaration
public DataTemplate ReadOnlyTemplate { get; set; }
Property Value
DataTemplate
Methods
GetControl()
Returns a control to display and edit the underlying data.
Declaration
protected override Control GetControl()
Returns
Control
Overrides
GetReadOnlyControl()
Returns a control to display the underlying data.
Declaration
protected override FrameworkElement GetReadOnlyControl()
Returns
FrameworkElement
Overrides
OnItemPropertyChanged(DependencyPropertyChangedEventArgs)
Called when the Item property changes.
Declaration
protected override void OnItemPropertyChanged(DependencyPropertyChangedEventArgs e)
Parameters
e
DependencyPropertyChangedEventArgs
Overrides