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

RepositoryItemRichTextEdit.AutoHeight Property

Gets whether the editor’s height is calculated automatically to fit the editor’s content. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraRichEdit.v19.2.dll

Declaration

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

Property Value

Type Description
Boolean

Always false.

See Also