Back to Devexpress

ShowBorderShadingFormCommand.Id Property

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

latest1.6 KB
Original Source

ShowBorderShadingFormCommand.Id Property

Gets the ID of the ShowBorderShadingFormCommand.

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 RichEditCommandId member, identifying the command.

|

Remarks

Utilize the command identifier to create a command by using the RichEditControl.CreateCommand method.

See Also

ShowBorderShadingFormCommand Class

ShowBorderShadingFormCommand Members

DevExpress.XtraRichEdit.Commands Namespace