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.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override bool AutoHeight { get; }
Property Value
Type | Description |
---|---|
Boolean | Always false. |
See Also