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

RepositoryItemRichTextEdit.CustomHeight Property

Gets or sets the editor’s height.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraRichEdit.v19.1.dll

Declaration

[DefaultValue(-1)]
public int CustomHeight { get; set; }

Property Value

Type Default Description
Int32 -1

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

Remarks

Use the CustomHeight property to specify the editor’s height. By default, this property is set to -1, and the editor’s height is calculated automatically to fit the editor’s content.

The editor’s maximum height is specified by the RepositoryItemRichTextEdit.MaxHeight property.

See Also