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

RepositoryItemRadioGroup.AutoHeight Property

Gets or sets a value specifying whether the editor’s height is calculated automatically to fit the editor’s content.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Browsable(false)]
public override bool AutoHeight { get; }

Property Value

Type Description
Boolean

true if the editor’s height is calculated automatically to fit the editor’s content; otherwise, false.

Remarks

Automatic height calculation is not supported by the radio group editor. Thus, the AutoHeight property is overridden to hide it at design time and return false always.

See Also