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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(true)]
[DefaultValue(false)]
[DXCategory("Layout")]
[EditorBrowsable(EditorBrowsableState.Always)]
public override bool AutoSize { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | 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