Skip to main content
All docs
V26.1
  • PopupCheckBoxSelectorMemberValueEventArgs.OriginalValue Property

    Gets the value in the data source.

    Namespace: DevExpress.XtraEditors.Controls

    Assembly: DevExpress.XtraEditors.v26.1.dll

    Declaration

    public object OriginalValue { get; }

    Property Value

    Type Description
    Object

    The value in the data source.

    See Also