Back to Devexpress

RepositoryItemRadioGroup.AutoHeight Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemradiogroup-f2d9897b.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public override bool AutoHeight { get; }
vb
<Browsable(False)>
Public Overrides ReadOnly Property AutoHeight As Boolean

Property Value

TypeDescription
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

RepositoryItemRadioGroup Class

RepositoryItemRadioGroup Members

DevExpress.XtraEditors.Repository Namespace