Skip to main content
All docs
V23.2

PopupCheckBoxSelectorMemberIsSelectedEventArgs.Value Property

Gets the value in the data source.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public object Value { get; }

Property Value

Type Description
Object

The value in the data source.

See Also