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

TableConditionalStyleProperties.Item[ConditionalTableStyleFormattingTypes] Property

Returns a table conditional style of the specified type.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

TableConditionalStyle this[ConditionalTableStyleFormattingTypes condition] { get; }

Parameters

Name Type Description
condition ConditionalTableStyleFormattingTypes

A ConditionalTableStyleFormattingTypes enumeration value.

Property Value

Type Description
TableConditionalStyle

A TableConditionalStyle object.

See Also