ShowTableStyleFormCommand.Style Property
Gets or sets the style whose parameters are displayed in the form.
Namespace: DevExpress.XtraRichEdit.Commands
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraRichEdit.Model.TableStyle | An object that provides the TableStyle interface to get access to the style parameters. |
See Also