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

TableCellStyle.Parent Property

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

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.1.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