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

GridViewCallbackCommand Members

Declares server constants that contain the names of the GridView’s default commands executed through callbacks.

Constructors

Name Description
GridViewCallbackCommand() Initializes a new instance of the GridViewCallbackCommand class.

Fields

Name Description
AddNewRow Default value: “ADDNEWROW”
ApplyColumnFilter Default value: “APPLYCOLUMNFILTER”
ApplyCustomizationDialogChanges Default value: “APPLYCUSTOMIZATIONDIALOGCHANGES”
ApplyFilter Default value: “APPLYFILTER”
ApplyHeaderColumnFilter Default value: “APPLYHEADERCOLUMNFILTER”
ApplyMultiColumnFilter Default value: “APPLYMULTICOLUMNFILTER”
ApplySearchPanelFilter Default value: “APPLYSEARCHPANELFILTER”
CancelEdit Default value: “CANCELEDIT”
CloseFilterControl Default value: “CLOSEFILTERCONTROL”
CollapseAll Default value: “COLLAPSEALL”
CollapseRow Default value: “COLLAPSEROW”
ColumnMove Default value: “COLUMNMOVE”
CommandExport Default value: “EXPORT”
CommandToolbar Default value: “TOOLBAR”
ContextMenu Default value: “CONTEXTMENU”
CustomButton Default value: “CUSTOMBUTTON”
CustomCallback Default value: “CUSTOMCALLBACK”
CustomValues Default value: “CUSTOMVALUES”
DeleteRow Default value: “DELETEROW”
ExpandAll Default value: “EXPANDALL”
ExpandRow Default value: “EXPANDROW”
FilterPopup Default value: “FILTERPOPUP”
FilterRowMenu Default value: “FILTERROWMENU”
FocusedRow Default value: “FOCUSEDROW”
GotoPage Default value: “GOTOPAGE”
Group Default value: “GROUP”
HideAllDetail Default value: “HIDEALLDETAIL”
HideDetailRow Default value: “HIDEDETAILROW”
NextPage Default value: “NEXTPAGE”
PagerOnClick Default value: “PAGERONCLICK”
PageRowValues Default value: “PAGEROWVALUES”
PreviousPage Default value: “PREVPAGE”
Refresh Default value: “REFRESH”
RowValues Default value: “ROWVALUES”
Selection Default value: “SELECTION”
SelectRows Default value: “SELECTROWS”
SelectRowsKey Default value: “SELECTROWSKEY”
SelFieldValues Default value: “SELFIELDVALUES”
SetFilterEnabled Default value: “SETFILTERENABLED”
ShowAllDetail Default value: “SHOWALLDETAIL”
ShowDetailRow Default value: “SHOWDETAILROW”
ShowFilterControl Default value: “SHOWFILTERCONTROL”
Sort Default value: “SORT”
StartEdit Default value: “STARTEDIT”
UnGroup Default value: “UNGROUP”
UpdateEdit Default value: “UPDATEEDIT”
UpdateSummaries Default value: “UPDATESUMMARIES”

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also