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

BarManagerCategory.Guid Property

Gets or sets a globally unique identifier (GUID) that identifies the category.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public Guid Guid { get; set; }

Property Value

Type Description
Guid

A System.Guid object representing a globally unique identifier (GUID).

See Also