Struct CssBlockSelectorItem
Holds single class selector in css block hierarchical selection (p class1 > div.class2)
Inherited Members
Namespace: TheArtOfDev.HtmlRenderer.Core.Entities
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public struct CssBlockSelectorItem
Constructors
CssBlockSelectorItem(String, Boolean)
Creates a new block from the block's source
Declaration
public CssBlockSelectorItem(string class, bool directParent)
Parameters
System.String
class
the name of the css class of the block |
System.Boolean
directParent
|
Properties
Class
the name of the css class of the block
Declaration
public string Class { get; }
Property Value
System.String
|
DirectParent
is the selector item has to be direct parent
Declaration
public bool DirectParent { get; }
Property Value
System.Boolean
|
Methods
ToString()
Returns a System.String that represents the current System.Object.
Declaration
public override string ToString()
Returns
System.String
|