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

DataViewPagerPanelCommandEventArgs(PagerPanelPosition, PagerPanelTemplatePosition, Object, CommandEventArgs) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public DataViewPagerPanelCommandEventArgs(
    PagerPanelPosition position,
    PagerPanelTemplatePosition templatePosition,
    object commandSource,
    CommandEventArgs originalArgs
)

Parameters

Name Type Description
position PagerPanelPosition

A PagerPanelPosition enumeration value that specifies the panel’s position. This value is assigned to the DataViewPagerPanelCommandEventArgs.Position property.

templatePosition PagerPanelTemplatePosition

A PagerPanelTemplatePosition enumeration value that identifies the pager panel template (left or right). This value is assigned to the DataViewPagerPanelCommandEventArgs.TemplatePosition property.

commandSource Object

A Object that identifies the source of the command. This value is assigned to the DataViewPagerPanelCommandEventArgs.CommandSource property.

originalArgs CommandEventArgs

A CommandEventArgs object that contains the argument for the command.

See Also