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

RecentPanelBase.Name Property

Gets or sets this RecentPanelBase object’s name.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
[XtraSerializableProperty]
public string Name { get; set; }

Property Value

Type Description
String

A String value that is this RecentPanelBase object’s name.

See Also