TableConditionalStyleProperties.Item[ConditionalTableStyleFormattingTypes] Property
In This Article
Returns a table conditional style of the specified type.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
TableConditionalStyle this[ConditionalTableStyleFormattingTypes condition] { get; }
#Parameters
Name | Type | Description |
---|---|---|
condition | Conditional |
A Conditional |
#Property Value
Type | Description |
---|---|
Table |
A Table |
See Also