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