Click or drag to resize
KaxToolBarItemOuterCssClass Property
Gets or sets the Cascading Style Sheet (CSS) class applied on the outmost element (<LI>).

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string OuterCssClass { get; set; }

Property Value

Type: String
The CSS class applied on the wrapping element (<LI>). The default value is empty string.
Remarks
You can use the OuterCssClass property to specify unique appearance for the item, or to insert elements that are before/after the link element.
See Also