Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ReadOnlyTableCellBorderProperties.HeightType Property

Gets the meaning of the height applied to a current table cell border.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

public HeightType? HeightType { get; }

Property Value

Type Description
Nullable<HeightType>

One of the HeightType enumeration values indicating the height type or null if it’s not set.

See Also