DataViewPagerPanelCommandEventArgs(PagerPanelPosition, PagerPanelTemplatePosition, Object, CommandEventArgs) Constructor
Initializes a new instance of the DataViewPagerPanelCommandEventArgs class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
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. |