Skip to main content

TileNavPaneDropDownOptions.Assign(TileNavPaneDropDownOptions) Method

Copies settings from the specified object to the current object.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void Assign(
    TileNavPaneDropDownOptions src
)

Parameters

Name Type Description
src TileNavPaneDropDownOptions

A TileNavPaneDropDownOptions object whose settings are copied to the current object.

See Also