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

XtraTabPage.Size Property

Gets or sets the control’s height and width.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Size Size { get; set; }

Property Value

Type Description
Size

A Size object that represents the control’s height and width, in pixels.

See Also