Back to Devexpress

XtraTabPage.AutoSize Property

windowsforms-devexpress-dot-xtratab-dot-xtratabpage-4145e6bd.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override bool AutoSize { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property AutoSize As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

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

See Also

XtraTabPage Class

XtraTabPage Members

DevExpress.XtraTab Namespace