Skip to main content

LabelControl.AutoSizeInLayoutControl Property

Supports the internal infrastructure. Use the LabelControl.AutoSizeMode property instead.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Properties")]
public override bool AutoSizeInLayoutControl { get; set; }

Property Value

Type Description
Boolean

true if the editor’s width is changed to display the editor’s content in its entirety; otherwise, false.

See Also