Skip to main content
A newer version of this page is available. .

RepositoryItemMemoEdit.AutoHeight Property

Gets a value indicating whether the autoheight feature is enabled.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Browsable(false)]
public override bool AutoHeight { get; }

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