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