KaxDockZoneHighlightedCssClass Property |
Gets or sets a css class name, which will be applied when the KaxDockZone is highlighted.
If this property is not set, the control will not have a highlighted style.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string HighlightedCssClass { get; set; }
Public Property HighlightedCssClass As String
Get
Set
public:
property String^ HighlightedCssClass {
String^ get ();
void set (String^ value);
}
member HighlightedCssClass : string with get, set
Property Value
Type:
String
See Also