Back to Devexpress

RepositoryItemRichTextEdit.MaxHeight Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemrichtextedit-1ba78798.md

latest1.6 KB
Original Source

RepositoryItemRichTextEdit.MaxHeight Property

Gets or sets the editor’s maximum height.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
[DefaultValue(250)]
public int MaxHeight { get; set; }
vb
<DefaultValue(250)>
Public Property MaxHeight As Integer

Property Value

TypeDefaultDescription
Int32250

An integer value that specifies the editor’s maximum height, in pixels.

|

Remarks

The editor’s height is specified by the RepositoryItemRichTextEdit.CustomHeight property. It cannot be set to a value greater than that specified by the MaxHeight property.

See Also

CustomHeight

RepositoryItemRichTextEdit Class

RepositoryItemRichTextEdit Members

DevExpress.XtraEditors.Repository Namespace