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

TableConditionalStyleProperties.Item[ConditionalTableStyleFormattingTypes] Property

Returns a table conditional style of the specified type.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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