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

ASPxCardViewToolbarItemClickEventArgs(CardViewToolbarItem) Constructor

Initializes a new instance of the ASPxCardViewToolbarItemClickEventArgs class with specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ASPxCardViewToolbarItemClickEventArgs(
    CardViewToolbarItem item
)

Parameters

Name Type Description
item CardViewToolbarItem

A CardViewToolbarItem object that is the Card View toolbar item.

See Also