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