Back to Devexpress

RepositoryItemMemoEdit.AutoHeight Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemmemoedit-5d5a9e81.md

latest1.9 KB
Original Source

RepositoryItemMemoEdit.AutoHeight Property

Gets a value indicating whether the autoheight feature is enabled.

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

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

AutoHeight

Size

RepositoryItemMemoEdit Class

RepositoryItemMemoEdit Members

DevExpress.XtraEditors.Repository Namespace