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

SimpleButton.AutoSize Property

Gets or sets whether the control’s size is automatically calculated based on its contents.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Properties")]
[Browsable(true)]
[DefaultValue(false)]
public override bool AutoSize { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if the control’s size is automatically calculated; otherwise, false.

See Also