Skip to main content
A newer version of this page is available.
All docs
V18.2

ToolbarCustomCssListEditItem.Value Property

Returns a textual representation of the item’s CollectionItem.Index property. For internal use only.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll

Declaration

public override object Value { get; set; }

Property Value

Type Description
Object

A Object that represents the textual representation of the item index.

See Also