Skip to main content
A newer version of this page is available. .

HEFindAndReplaceDialogRibbonCommand(String, RibbonItemSize) Constructor

Initializes a new instance of the object.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.2.dll

Declaration

public HEFindAndReplaceDialogRibbonCommand(
    string text,
    RibbonItemSize size
)

Parameters

Name Type Description
text String

The ribbon group’s text.

size RibbonItemSize

The ribbon item’s size.

See Also