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.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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