Back to Devexpress

SimpleButton.AutoSizeInLayoutControl Property

windowsforms-devexpress-dot-xtraeditors-dot-simplebutton-803d3c51.md

latest2.0 KB
Original Source

SimpleButton.AutoSizeInLayoutControl Property

This member is not supported for the SimpleButton control. Use the SimpleButton.AutoWidthInLayoutControl property instead.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

A Boolean value.

|

Remarks

This member is not supported for the SimpleButton control. Use the SimpleButton.AutoWidthInLayoutControl property instead.

See Also

AutoWidthInLayoutControl

Size and Alignment

SimpleButton Class

SimpleButton Members

DevExpress.XtraEditors Namespace