Skip to main content

ShowTableStyleFormCommand.Style Property

Gets or sets the style whose parameters are displayed in the form.

Namespace: DevExpress.XtraRichEdit.Commands

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

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

Declaration

public TableStyle Style { get; set; }

Property Value

Type Description
DevExpress.XtraRichEdit.Model.TableStyle

An object that provides the TableStyle interface to get access to the style parameters.

See Also