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