Back to Devexpress

RibbonControl.RegistrationInfo Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-b4cd5c67.md

latest1.5 KB
Original Source

RibbonControl.RegistrationInfo Property

Gets the registration info for this RibbonControl.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public List<RibbonRegistrationInfo> RegistrationInfo { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property RegistrationInfo As List(Of RibbonRegistrationInfo)

Property Value

TypeDescription
List<DevExpress.XtraBars.Ribbon.RibbonRegistrationInfo>

A List structure that contains registration info for this RibbonControl.

|

See Also

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace