Class DataTemplateRule
A rule that returns a System.Windows.DataTemplate when satisfied.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class DataTemplateRule : RuleBase
Constructors
DataTemplateRule()
Declaration
public DataTemplateRule()
Fields
TemplateProperty
Identifies the Template dependency property.
Declaration
public static readonly DependencyProperty TemplateProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Template
Gets or sets the System.Windows.DataTemplate for this rule.
Declaration
public DataTemplate Template { get; set; }
Property Value
System.Windows.DataTemplate
|