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

XtraTabPage.AutoSize Property

Gets or sets whether the auto-size feature is enabled. This property is not supported by the XtraTabPage class.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[Browsable(false)]
public override bool AutoSize { get; set; }

Property Value

Type Description
Boolean

true if the auto-size feature is enabled; otherwise, false.

Remarks

The auto-size feature is not supported by XtraTabPage objects.

See Also