Back to Devexpress

RadioGroup.AutoSize Property

windowsforms-devexpress-dot-xtraeditors-dot-radiogroup-60d7c91a.md

latest1.5 KB
Original Source

RadioGroup.AutoSize Property

Gets or sets whether to automatically calculate the radio group’s size based on its contents.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

true to automatically calculate the radio group’s size based on its contents; otherwise, false.

|

Remarks

If the AutoSize setting is disabled, the radio group’s size is specified by the Size property.

See Also

RadioGroup Class

RadioGroup Members

DevExpress.XtraEditors Namespace