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

TableCell.Style Property

Gets or sets the style applied to a cell in a table of a Snap application.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

TableCellStyle Style { get; set; }

Property Value

Type Description
TableCellStyle

A TableCellStyle interface which defines a style of table cells in a Snap application.

Remarks

The Style property specifies a style of a cell in a Snap application only. It does not apply to cells in the RichEditControl document.

Use the SnapDocument.TableCellStyles property to get access to a collection of TableCellStyle objects. Use the TableCell.Style property to apply specific style to a cell.

See Also