Skip to main content

RichEditControl.BarManager Property

Gets or sets the main component that provides Bars functionality. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v14.2.dll

#Declaration

public BarManager BarManager { get; set; }

#Property Value

Type Description
BarManager

A BarManager object.

#Remarks

The BarManager specifies the container for bars and popup menus. Use this property to enable bar or Ribbon interface of DXRichEdit control.

See Also