Click or drag to resize
KaxEditorCssClasses Property
Gets the collection containing the CSS classes to put in the [Apply CSS Class] dropdown.

Namespace: Kettic.AspNet.Controls
Assembly: 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; }

Property Value

Type: EditorCssClassCollection
A NameValueCollection containing the CSS classes to put in the [Apply CSS Class] dropdown. Default is an empty NameValueCollection .
Remarks

The contents of this collection will override the default CSS classes available in the Apply CSS Class dropdown.

See Also