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

ReadOnlyTableCellBorderProperties.PreferredWidth Property

Gets the numerical value of the preferred width of a cell related to the current table cell border.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

public float? PreferredWidth { get; }

Property Value

Type Description
Nullable<Single>

A Single value indicating the width or null if it’s not set.

Remarks

The interpretation of the PreferredWidth value depends on the ReadOnlyTableCellBorderProperties.PreferredWidthType property.

See Also