Skip to main content
.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.v21.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

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