RepositoryItemMemoEdit.AutoHeight Property
In This Article
Gets a value indicating whether the autoheight feature is enabled.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | Always false . |
#Remarks
This property overrides the RepositoryItem.AutoHeight property in order to disable the autoheight feature for a memo edit control. The memo editor’s height is not based on the size of its contents but is controlled by the Height property accessible via the Size property.
See Also