Skip to main content

DockPanel.ID Property

Gets or sets the dock panel’s unique identifier.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
Guid

A Guid object which represents a globally unique identifier (GUID).

See Also