Skip to main content
All docs
V19.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.v19.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