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

TableCellStyle.Parent Property

Gets or sets the style from which the current style inherits.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

TableCellStyle Parent { get; set; }

Property Value

Type Description
TableCellStyle

A TableCellStyle object that is the parent style.

Remarks

When creating a new style, you do not have to specify all properties. Instead you can specify the parent style and change only the required properties.

See Also