TableConditionalStyleProperties.Owner Property
In This Article
Returns the table style that is the owner of the current object.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
TableStyle Owner { get; }
#Property Value
Type | Description |
---|---|
Table |
A Table |
See Also