Class XmlClassSelector
Represents a class selector that can be serialized and deserialized. Telerik class selectors are very similar to CSS class selectors.
Inherited Members
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class XmlClassSelector : XmlSelectorBase
Constructors
XmlClassSelector()
Initializes a new instance of the XmlClassSelector class.
Declaration
public XmlClassSelector()
XmlClassSelector(String)
Initializes a new instance of the XmlClassSelector class using an element given as a string.
Declaration
public XmlClassSelector(string elementClass)
Parameters
System.String
elementClass
|
Properties
ElementClass
Gets or sets a string value indicating the class.
Declaration
public string ElementClass { get; set; }
Property Value
System.String
|
Methods
CreateInstance()
Equals(Object)
Retrieves a boolean value indicating whether this and the argument are equal.
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Overrides
GetHashCode()
Serves as a hash function for the XmlClassSelector type.
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
ToString()
Retrieves the string representation of the class.
Declaration
public override string ToString()
Returns
System.String
|