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

XtraTabPage.Dock Property

This member overrides the Dock property.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Browsable(false)]
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