RepositoryItemRichTextEdit.AutoHeight Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Win.RichEdit
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override bool AutoHeight { get; }
#Property Value
Type | Description |
---|---|
Boolean | Always false. |
See Also