Enum GridUINotifyAction
Describes the action that caused a CollectionChanged event.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
[Flags]
public enum GridUINotifyAction
AddRow
RowInfo is added to the data source
BatchDataChanged
Data in all visible rows needs to be updated
ChildViewColumnsChanged
Child view columns has been changed
ColumnWidthChanged
The column width has been changed
CurrentRowStateChanged
Current row has changed it's state
DataChanged
A row contains data that was changed
ExpandedChanged
A group expanded state was changed
FilteringChanged
The filtering was changed
GroupingChanged
The grouping was changed
HierarchyChanged
Visual rows layout has been changed
LayoutChanged
Visual rows layout has been changed
MoveRow
A row is moved
RemoveCachedCurrentRow
Cached current row is no longer valid
RemoveRow
RowInfo is removed from the data source
Reset
The data source was reset
ResetView
Resets the current view to the default one
RowCountChanged
The number of rows in a virtualized grid has been changed
RowHeightChanged
The row height has been changed
RowsChanged
Visual rows need to be updated (row is removed, added, or row position has been changed)
SortingChanged
The data source was sorted
StateChanged
The cell state has been changed
ThemeChanged
Grid theme has been chenaged