ShowTableStyleFormCommand.Id Property
In This Article
Gets the ID of the ShowTableStyleFormCommand.
Namespace: DevExpress.XtraRichEdit.Commands
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public override RichEditCommandId Id { get; }
#Property Value
Type | Description |
---|---|
Rich |
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