StyleSelector
An attribute selector based on the style name property.
Definition
Namespace:Telerik.Reporting.Drawing
Assembly:Telerik.Reporting.dll
Syntax:
[TypeConverter(typeof(StyleSelectorConverter))]
public class StyleSelector : AttributeSelectorBase, ISelector
Inheritance: objectTypeSelectorAttributeSelectorBaseStyleSelector
Implements:
Inherited Members
Constructors
Initializes a new StyleSelector.
public StyleSelector()
Initializes a new StyleSelector with the specified style name.
public StyleSelector(string name)
A string value specifying the style name to match.
Initializes a new StyleSelector with the specified style name, that matches items of the specified Type
public StyleSelector(Type type, string name)
The Type of items to match.
namestringA string value specifying the style name to match.
Properties
StyleName
string
Gets or sets the name of the style that this selector matches.
public string StyleName { get; set; }
A string value representing the style name to match.
Methods
ToString()
string
Returns a human-readable representation of this StyleSelector.
public override string ToString()
string
A human-readable representation of this StyleSelector.
Overrides: