RibbonPageCategory.Name Property
Gets or sets the component’s name.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v22.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.Empty | A string that specifies the component’s name. |
See Also