Skip to main content
All docs
V25.1
  • PopupCheckBoxSelectorMemberValueEventArgs.Value Property

    Gets or sets the value posted to the data source.

    Namespace: DevExpress.XtraEditors.Controls

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public object Value { get; set; }

    Property Value

    Type Description
    Object

    The value posted to the data source.

    See Also