Skip to main content
All docs
V26.1
  • PopupCheckBoxSelectorMemberIsSelectedEventArgs(Int32, Object) Constructor

    Initializes a new instance of the PopupCheckBoxSelectorMemberIsSelectedEventArgs class with specified settings.

    Namespace: DevExpress.XtraEditors.Controls

    Assembly: DevExpress.XtraEditors.v26.1.dll

    Declaration

    public PopupCheckBoxSelectorMemberIsSelectedEventArgs(
        int recordIndex,
        object value
    )

    Parameters

    Name Type Description
    recordIndex Int32

    The item’s index.

    value Object

    The value in the data source.

    See Also