Back to Devexpress

ShowTableStyleFormCommand.Id Property

officefileapi-devexpress-dot-xtrarichedit-dot-commands-dot-showtablestyleformcommand.md

latest1.5 KB
Original Source

ShowTableStyleFormCommand.Id Property

Gets the ID of the ShowTableStyleFormCommand.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public override RichEditCommandId Id { get; }
vb
Public Overrides ReadOnly Property Id As RichEditCommandId

Property Value

TypeDescription
RichEditCommandId

A String value, specifying the name of an image contained in resources.

|

Remarks

Use the Id property to obtain an image corresponding to a specific command from the project resources.

See Also

ShowTableStyleFormCommand Class

ShowTableStyleFormCommand Members

DevExpress.XtraRichEdit.Commands Namespace