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

TileViewOptionsLayout.Assign(BaseOptions) Method

Assigns the specified object’s property values to the current object’s corresponding properties.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public override void Assign(
    BaseOptions options
)

Parameters

Name Type Description
options BaseOptions

The object whose property values to assign to the current object’s corresponding properties.

See Also