Skip to main content
All docs
V23.2

RibbonOptionsExpandCollapseMenu.Assign(BaseOptions) Method

Copies the settings from the specified object and assigns them to the current object.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override void Assign(
    BaseOptions options
)

Parameters

Name Type Description
options BaseOptions

A BaseOptions descendant whose settings are assigned to the current object.

See Also