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

TileViewItemOptions.Assign(BaseOptions) Method

Clones all settings from the target object to this TileViewItemOptions object.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public override void Assign(
    BaseOptions options
)

Parameters

Name Type Description
options BaseOptions

A source BaseOptions object whose settings are to be copied.

See Also