KaxNavigationItemChildGroupCssClass Property |
Gets or sets the Cascading Style Sheet (CSS) class applied to the element enclosing the child items.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public string ChildGroupCssClass { get; set; }
Public Property ChildGroupCssClass As String
Get
Set
public:
property String^ ChildGroupCssClass {
String^ get ();
void set (String^ value);
}
member ChildGroupCssClass : string with get, set
Property Value
Type:
String
The default value is empry string.
See Also