Skip to main content

RichEditControl.Ribbon Property

Gets or sets the Ribbon control containing command controls for use with the current RichEditControl.

Namespace: DevExpress.Xpf.RichEdit

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

#Declaration

public RibbonControl Ribbon { get; set; }

#Property Value

Type Description
RibbonControl

A RibbonControl instance containing command UI for the RichEditControl.

See Also