TableConditionalStyleProperties.Item[ConditionalTableStyleFormattingTypes] Property
Returns a table conditional style of the specified type.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v25.1.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| condition | ConditionalTableStyleFormattingTypes | A ConditionalTableStyleFormattingTypes enumeration value. |
Property Value
| Type | Description |
|---|---|
| TableConditionalStyle | A TableConditionalStyle object. |
See Also