Skip to main content

TableConditionalStyleProperties.Item[ConditionalTableStyleFormattingTypes] Property

Returns a table conditional style of the specified type.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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