Skip to main content
All docs
V25.2
  • ItemsView.Assign(BaseView, Boolean) Method

    Copies properties and, optionally, event handlers from another View to the current view.

    Namespace: DevExpress.XtraGrid.Views.Items

    Assembly: DevExpress.XtraGrid.v25.2.dll

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

    Declaration

    public override void Assign(
        BaseView v,
        bool copyEvents
    )

    Parameters

    Name Type Description
    v BaseView

    A View whose properties and event handlers are to be copied.

    copyEvents Boolean

    true to copy event handlers; otherwise, false.

    See Also