Back to Devexpress

CompatibilitySettings.DifferentiateMultirowTableHeaders Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-compatibilitysettings-6f1106dd.md

latest1.8 KB
Original Source

CompatibilitySettings.DifferentiateMultirowTableHeaders Property

Specifies whether the rows in the multi-row table header should be differentiated when applying the conditional formatting.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
bool DifferentiateMultirowTableHeaders { get; set; }
vb
Property DifferentiateMultirowTableHeaders As Boolean

Property Value

TypeDescription
Boolean

true , to apply the conditional formatting to every row separately in the multi-row header; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to DifferentiateMultirowTableHeaders
Document

.CompatibilitySettings .DifferentiateMultirowTableHeaders

|

See Also

CompatibilitySettings Interface

CompatibilitySettings Members

DevExpress.XtraRichEdit.API.Native Namespace