KaxToolBarItemClickedCssClass Property |
Gets or sets the Cascading Style Sheet (CSS) class applied when the toolbar item is
clicked.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string ClickedCssClass { get; set; }
Public Property ClickedCssClass As String
Get
Set
public:
virtual property String^ ClickedCssClass {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract ClickedCssClass : string with get, set
override ClickedCssClass : string with get, set
Property Value
Type:
String
The CSS class applied when the toolbar item is clicked. The default value is
String.Empty.
Examples
By default the visual appearance of clicked toolbar items is defined in the skin CSS
file. You can use the ClickedCssClass property to specify unique
appearance for the toolbar item when it is clicked.
See Also