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

RibbonControl.AccessibleRibbon Property

Gets the object that provides the accessibility information.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
public AccessibleRibbon AccessibleRibbon { get; }

Property Value

Type Description
DevExpress.XtraBars.Ribbon.Accessible.AccessibleRibbon

A DevExpress.XtraBars.Ribbon.Accessible.AccessibleRibbon object that provides the accessibility information.

Remarks

This member supports the internal infrastructure and is not intended to be used directly from your code.

See Also