Skip to main content

RepositoryItemRichTextEdit.CustomHeight Property

Gets or sets the editor’s height.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraRichEdit.v23.2.dll

NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap

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