XmlClassSelector
Class
Represents a class selector that can be serialized and deserialized. Telerik class selectors are very similar to CSS class selectors.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public class XmlClassSelector : XmlSelectorBase
Inheritance: objectXmlElementSelectorXmlSelectorBaseXmlClassSelector
Inherited Members
Constructors
Initializes a new instance of the XmlClassSelector class.
C#
public XmlClassSelector()
Initializes a new instance of the XmlClassSelector class using an element given as a string.
Properties
Gets or sets a string value indicating the class.
C#
public string ElementClass { get; set; }
Methods
Serves as a hash function for the XmlClassSelector type.
Retrieves the string representation of the class.