KaxEditorCssClasses Property |
Gets the collection containing the CSS classes to put in the [Apply CSS Class] dropdown.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public EditorCssClassCollection CssClasses { get; }
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public ReadOnly Property CssClasses As EditorCssClassCollection
Get
public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
property EditorCssClassCollection^ CssClasses {
EditorCssClassCollection^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member CssClasses : EditorCssClassCollection with get
Property Value
Type:
EditorCssClassCollection
A NameValueCollection containing the CSS classes to put in the [Apply CSS Class]
dropdown. Default is an
empty NameValueCollection .
RemarksThe contents of this collection will override the default CSS classes
available in the Apply CSS Class dropdown.
See Also