Skip to main content
A newer version of this page is available. .
Tab

ASPxCheckBoxList.Value Property

Gets or sets the editor’s value.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public override object Value { get; set; }

Property Value

Type Description
Object

An Object value specifying the editor’s value.

Remarks

The Value property specifies a value of a selected item (if only one item is selected) or a value of the first selected item (if some items are selected).

See Also