Skip to main content
All docs
V21.2
Tab

DropDownEditBaseCommandButton(IPropertiesOwner, DropDownEditButtonCommand) Constructor

For internal use only.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public DropDownEditBaseCommandButton(
    IPropertiesOwner owner,
    DropDownEditButtonCommand command
)

Parameters

Name Type Description
owner IPropertiesOwner

An object that implements the IPropertiesOwner interface.

command DevExpress.Web.Internal.DropDownEditButtonCommand
See Also