Skip to main content

XtraTabPage.Size Property

Gets or sets the control’s height and width.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v23.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