Skip to main content
A newer version of this page is available. .

WinExplorerViewOptionsBehavior.Assign(BaseOptions) Method

Copies all settings from the specific BaseOptions object to this WinExplorerViewOptionsBehavior object.

Namespace: DevExpress.XtraGrid.WinExplorer

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public override void Assign(
    BaseOptions options
)

Parameters

Name Type Description
options BaseOptions

A BaseOptions object, whose settings are to be copied.

See Also