Back to Devexpress

TokenEdit.AutoSizeInLayoutControl Property

windowsforms-devexpress-dot-xtraeditors-dot-tokenedit-e570a917.md

latest1.3 KB
Original Source

TokenEdit.AutoSizeInLayoutControl Property

This member supports the internal infrastructure, and is not intended to be used directly from your code. Use the AutoHeightMode property instead.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Properties")]
public override bool AutoSizeInLayoutControl { get; set; }
vb
<DXCategory("Properties")>
<DefaultValue(True)>
Public Overrides Property AutoSizeInLayoutControl As Boolean

Property Value

TypeDefault
Booleantrue

See Also

TokenEdit Class

TokenEdit Members

DevExpress.XtraEditors Namespace