Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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