Skip to main content

RecentPanelBase.Name Property

Gets or sets this RecentPanelBase object’s name.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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