Table.PreferredWidth Property
In This Article
Gets or sets the numerical value of the preferred width.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Single | A Single value specifying the table width. |
#Remarks
How the PreferredWidth value is interpreted depends on other parameters, such as the Table.TableLayout, Table.PreferredWidthType and the Document.Unit properties.
Use the Table.SetPreferredWidth method to be more specific.
NOTE
If using the Preferred
See Also