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

RibbonOptionsTouch Class

Provides access to a set of properties that manage this RibbonControl‘s touch behavior.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public class RibbonOptionsTouch :
    RibbonOptionsBase,
    IDisposable

The following members return RibbonOptionsTouch objects:

Remarks

The options this class provides are accessible with the RibbonControl.OptionsTouch property.

See the Touch Support topic to learn more about Ribbon Control touch support.

Inheritance

Object
ViewStatePersisterCore
BaseOptions
DevExpress.XtraBars.Ribbon.RibbonOptionsBase
RibbonOptionsTouch
See Also