ClassXmlClassSelector
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:
cs-api-definition
public class XmlClassSelector : XmlSelectorBase
Inheritance: objectXmlElementSelectorXmlSelectorBaseXmlClassSelector
Inherited Members
Constructors
XmlClassSelector()
Initializes a new instance of the XmlClassSelector class.
Declaration
cs-api-definition
public XmlClassSelector()
XmlClassSelector(string)
Initializes a new instance of the XmlClassSelector class using an element given as a string.
Declaration
cs-api-definition
public XmlClassSelector(string elementClass)
Parameters
elementClass
Properties
ElementClass
Gets or sets a string value indicating the class.
Methods
CreateInstance()
Declaration
cs-api-definition
protected override IElementSelector CreateInstance()
Returns
Overrides
Equals(object)
Retrieves a boolean value indicating whether this and the argument are equal.
GetHashCode()
Serves as a hash function for the XmlClassSelector type.
ToString()
Retrieves the string representation of the class.