StyleRule
Class
A rule that returns a Style when satisfied.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public class StyleRule : RuleBase
Inheritance: objectRuleBaseStyleRule
Inherited Members
Constructors
C#
public StyleRule()
Fields
StyleProperty
DependencyProperty
Identifies the Style dependency property.
C#
public static readonly DependencyProperty StyleProperty
Properties
Style
Style
Gets or sets the Style for this rule.
C#
public Style Style { get; set; }