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

ReadOnlyTableCellBorderProperties.PreferredWidthType Property

Gets how RichEditControl interprets the width specified for the cell related to the current table cell border.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public WidthType? PreferredWidthType { get; }

Property Value

Type Description
Nullable<WidthType>

One of the WidthType enumeration values indicating the width interpretation or null if it’s not set.

See Also