RibbonPageCategory.Name Property
In This Article
Gets or sets the component’s name.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[DefaultValue("")]
[SkipRuntimeSerialization]
public virtual string Name { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
A string that specifies the component’s name. |
See Also