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

RibbonOptionsTouch.Assign(BaseOptions) Method

Copies all settings to the current RibbonOptionsTouch object from the target BaseOptions object.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public override void Assign(
    BaseOptions options
)

Parameters

Name Type Description
options BaseOptions

A BaseOptions object whose properties are copied to this RibbonOptionsTouch.

See Also