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

IModelRichTextColumn.CustomHeight Property

Specifies the RichEdit cell height, in pixels.

Namespace: DevExpress.ExpressApp.Office.Win

Assembly: DevExpress.ExpressApp.Office.Win.v18.2.dll

Declaration

[ModelBrowsable(typeof(RichTextPropertyEditorCalculator))]
int CustomHeight { get; set; }

Property Value

Type Description
Int32

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

See Also