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

RibbonPageCategory.Name Property

Gets or sets the component’s name.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
[DefaultValue("")]
[SkipRuntimeSerialization]
public virtual string Name { get; set; }

Property Value

Type Default Description
String String.Empty

A string that specifies the component’s name.

See Also