BeginSelection()
|
Prevents raising the ASPxGridBase.SelectionChanged event for each programmatic selection modification (until the EndSelection() or the CancelSelection() method is called).
|
CancelSelection()
|
Unlocks the ASPxGridBase.SelectionChanged event, raising functionality after a call to the BeginSelection() method, but prevents a single SelectionChanged event to be generated as a result of the performed batch selection modifications.
|
EndSelection()
|
Unlocks the ASPxGridBase.SelectionChanged event raising functionality after a call to the BeginSelection() method, and causes a single SelectionChanged event to be generated as a result for the performed batch selection modifications.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
SelectAll()
|
Selects all data rows within the grid.
|
SetSelection(Int32, Boolean)
|
Selects or unselects the specified row.
|
SetSelectionByKey(Object, Boolean)
|
Selects or unselects the specified row within the ASPxGridView.
|
ToString()
|
Returns a string that represents the current object.
|
UnselectAll()
|
Clears selection in the ASPxGridView.
|
UnselectAllFiltered()
|
Unselects all rows which match a filter criteria currently applied within the ASPxGridView.
|