RibbonOptionsTouch.Assign(BaseOptions) Method
Copies all settings to the current RibbonOptionsTouch object from the target BaseOptions object.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
options | BaseOptions | A BaseOptions object whose properties are copied to this RibbonOptionsTouch. |
See Also