XtraTabPage.Dock Property
This member overrides the Dock property.
Namespace: DevExpress.XtraTab
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override DockStyle Dock { get; set; }
Property Value
Type | Description |
---|---|
DockStyle | A DockStyle enumeration member which specifies the position and manner in which a control is docked. |
See Also