Enum
GridUINotifyAction

Describes the action that caused a CollectionChanged event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
[Flags]
public enum GridUINotifyAction

Fields

AddRow

RowInfo is added to the data source

Declaration

cs-api-definition
AddRow = 2

Field Value

GridUINotifyAction

BatchDataChanged

Data in all visible rows needs to be updated

Declaration

cs-api-definition
BatchDataChanged = 256

Field Value

GridUINotifyAction

ChildViewColumnsChanged

Child view columns has been changed

Declaration

cs-api-definition
ChildViewColumnsChanged = 131072

Field Value

GridUINotifyAction

ColumnWidthChanged

The column width has been changed

Declaration

cs-api-definition
ColumnWidthChanged = RemoveRow | ChildViewColumnsChanged

Field Value

GridUINotifyAction

CurrentRowStateChanged

Current row has changed it's state

Declaration

cs-api-definition
CurrentRowStateChanged = Reset | ChildViewColumnsChanged

Field Value

GridUINotifyAction

DataChanged

A row contains data that was changed

Declaration

cs-api-definition
DataChanged = 128

Field Value

GridUINotifyAction

ExpandedChanged

A group expanded state was changed

Declaration

cs-api-definition
ExpandedChanged = 64

Field Value

GridUINotifyAction

FilteringChanged

The filtering was changed

Declaration

cs-api-definition
FilteringChanged = 32

Field Value

GridUINotifyAction

GroupingChanged

The grouping was changed

Declaration

cs-api-definition
GroupingChanged = 16

Field Value

GridUINotifyAction

HierarchyChanged

Visual rows layout has been changed

Declaration

cs-api-definition
HierarchyChanged = 16384

Field Value

GridUINotifyAction

LayoutChanged

Visual rows layout has been changed

Declaration

cs-api-definition
LayoutChanged = 8192

Field Value

GridUINotifyAction

MoveRow

A row is moved

Declaration

cs-api-definition
MoveRow = 512

Field Value

GridUINotifyAction

RemoveCachedCurrentRow

Cached current row is no longer valid

Declaration

cs-api-definition
RemoveCachedCurrentRow = 65536

Field Value

GridUINotifyAction

RemoveRow

RowInfo is removed from the data source

Declaration

cs-api-definition
RemoveRow = 4

Field Value

GridUINotifyAction

Reset

The data source was reset

Declaration

cs-api-definition
Reset = 1

Field Value

GridUINotifyAction

ResetView

Resets the current view to the default one

Declaration

cs-api-definition
ResetView = AddRow | ChildViewColumnsChanged

Field Value

GridUINotifyAction

RowCountChanged

The number of rows in a virtualized grid has been changed

Declaration

cs-api-definition
RowCountChanged = 1024

Field Value

GridUINotifyAction

RowHeightChanged

The row height has been changed

Declaration

cs-api-definition
RowHeightChanged = Reset | ResetView

Field Value

GridUINotifyAction

RowsChanged

Visual rows need to be updated (row is removed, added, or row position has been changed)

Declaration

cs-api-definition
RowsChanged = 4096

Field Value

GridUINotifyAction

SortingChanged

The data source was sorted

Declaration

cs-api-definition
SortingChanged = 8

Field Value

GridUINotifyAction

StateChanged

The cell state has been changed

Declaration

cs-api-definition
StateChanged = 2048

Field Value

GridUINotifyAction

ThemeChanged

Grid theme has been chenaged

Declaration

cs-api-definition
ThemeChanged = 32768

Field Value

GridUINotifyAction