Skip to main content

XtraTabControl.CalcSizeByPageClient(Size) Method

Returns the tab control’s size, calculated from the size of its page.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual Size CalcSizeByPageClient(
    Size clientSize
)

Parameters

Name Type Description
clientSize Size

A Size structure which represents the size of a tab page’s client region.

Returns

Type Description
Size

A Size structure which represents the tab control’s size, calculated from the size of its page.

See Also