| KaxSiteMapNodeSelectedCssClass Property  | 
          
        
        
        
            Gets or sets the Cascading Style Sheet (CSS) class applied when node is
            selected.
            
         
        Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string SelectedCssClass { get; set; }Public Property SelectedCssClass As String
	Get
	Set
public:
property String^ SelectedCssClass {
	String^ get ();
	void set (String^ value);
}member SelectedCssClass : string with get, set
Property Value
Type: 
String
Remarks
            By default the visual appearance of selected nodes is defined in the skin CSS
            file. You can use the SelectedCssClass property to specify unique
            appearance for a node when it is selected.
            
See Also