Skip to main content
A newer version of this page is available. .
All docs
V22.2

ItemsViewOptionsSelection.Assign(BaseOptions) Method

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

Namespace: DevExpress.XtraGrid.Views.Items

Assembly: DevExpress.XtraGrid.v22.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public override void Assign(
    BaseOptions options
)

Parameters

Name Type Description
options BaseOptions

The source object whose settings should be copied.

See Also