Back to Devexpress

DockPanel.XtraID Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-e74a2b96.md

latest1.3 KB
Original Source

DockPanel.XtraID Property

Gets the dock panel’s index.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty]
public int XtraID { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<XtraSerializableProperty>
Public ReadOnly Property XtraID As Integer

Property Value

TypeDescription
Int32

A zero-based integer specifying the dock panel’s index.

|

Remarks

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

See Also

DockPanel Class

DockPanel Members

DevExpress.XtraBars.Docking Namespace