Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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