Skip to main content

RichEditCommandId(Int32) Constructor

Instantiates the RichEditCommandId structure with the specified value.

Namespace: DevExpress.XtraRichEdit.Commands

Assembly: DevExpress.RichEdit.v24.1.Core.dll

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

Declaration

public RichEditCommandId(
    int value
)

Parameters

Name Type Description
value Int32

An integer specifying the command id value.

See Also