Skip to main content
All docs
V25.2
  • ItemsViewOptionsSelection.Assign(BaseOptions) Method

    Copies settings of the target BaseOptions object to this ItemsViewOptionsSelection object.

    Namespace: DevExpress.XtraGrid.Views.Items

    Assembly: DevExpress.XtraGrid.v25.2.dll

    NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

    Declaration

    public override void Assign(
        BaseOptions options
    )

    Parameters

    Name Type Description
    options BaseOptions

    The source object whose settings should be copied.

    See Also