Enum
ViewChangedAction

Represents an action when the view is changed in RadGridView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public enum ViewChangedAction

Fields

Add

One or more items were added to the view.

Declaration

cs-api-definition
Add = 1

Field Value

ViewChangedAction

BeginEdit

BeginEdit called

Declaration

cs-api-definition
BeginEdit = 8388608

Field Value

ViewChangedAction

BestFitColumn

BestFitColumn called

Declaration

cs-api-definition
BestFitColumn = 1048576

Field Value

ViewChangedAction

ColumnGroupPropertyChanged

ColumnGroupPropertyChanged

Declaration

cs-api-definition
ColumnGroupPropertyChanged = 67108864

Field Value

ViewChangedAction

ColumnPropertyChanged

column property has changed.

Declaration

cs-api-definition
ColumnPropertyChanged = 8192

Field Value

ViewChangedAction

ColumnsChanged

meta data like data item fields in the view has changed.

Declaration

cs-api-definition
ColumnsChanged = 4096

Field Value

ViewChangedAction

ConditionalFormattingChanged

Conditional formatting has changed

Declaration

cs-api-definition
ConditionalFormattingChanged = 4194304

Field Value

ViewChangedAction

CurrentCellChanged

CurrentCellChanged

Declaration

cs-api-definition
CurrentCellChanged = 134217728

Field Value

ViewChangedAction

CurrentColumnChanged

CurrentColumn changed

Declaration

cs-api-definition
CurrentColumnChanged = 16777216

Field Value

ViewChangedAction

CurrentRowChanged

meta data like data item fields in the view has changed.

Declaration

cs-api-definition
CurrentRowChanged = 2048

Field Value

ViewChangedAction

CurrentViewChanged

Current view has changed.

Declaration

cs-api-definition
CurrentViewChanged = 65536

Field Value

ViewChangedAction

DataChanged

Cell data is changed.

Declaration

cs-api-definition
DataChanged = 131072

Field Value

ViewChangedAction

EndEdit

EndEdit called

Declaration

cs-api-definition
EndEdit = 268435456

Field Value

ViewChangedAction

EnsureCellVisible

EnsureCellVisible called

Declaration

cs-api-definition
EnsureCellVisible = 524288

Field Value

ViewChangedAction

EnsureRowVisible

EnsureRowVisible called

Declaration

cs-api-definition
EnsureRowVisible = 262144

Field Value

ViewChangedAction

ExpandedChanged

ExpandedChanged

Declaration

cs-api-definition
ExpandedChanged = 33554432

Field Value

ViewChangedAction

FilterExpressionChanged

FilterExpressionChanged called

Declaration

cs-api-definition
FilterExpressionChanged = 1073741824

Field Value

ViewChangedAction

FilteringChanged

filer in the view has changed.

Declaration

cs-api-definition
FilteringChanged = 64

Field Value

ViewChangedAction

GroupingChanged

groping in the view has changed.

Declaration

cs-api-definition
GroupingChanged = 256

Field Value

ViewChangedAction

InvalidateRow

Row is invalidated

Declaration

cs-api-definition
InvalidateRow = 2097152

Field Value

ViewChangedAction

ItemChanged

An item in the view has changed.

Declaration

cs-api-definition
ItemChanged = 32

Field Value

ViewChangedAction

ItemChanging

ItemChanging called

Declaration

cs-api-definition
ItemChanging = 536870912

Field Value

ViewChangedAction

MetaDataChanged

meta data like data item fields in the view has changed.

Declaration

cs-api-definition
MetaDataChanged = 1024

Field Value

ViewChangedAction

Move

One or more items were moved within the view.

Declaration

cs-api-definition
Move = 8

Field Value

ViewChangedAction

PagingChanged

paging in the view has changed.

Declaration

cs-api-definition
PagingChanged = 512

Field Value

ViewChangedAction

Remove

One or more items were removed from the view.

Declaration

cs-api-definition
Remove = 2

Field Value

ViewChangedAction

Replace

One or more items were replaced in the view.

Declaration

cs-api-definition
Replace = 4

Field Value

ViewChangedAction

Reset

The content of the view changed dramatically.

Declaration

cs-api-definition
Reset = 16

Field Value

ViewChangedAction

RowPropertyChanged

row property has changed.

Declaration

cs-api-definition
RowPropertyChanged = 16384

Field Value

ViewChangedAction

SortingChanged

sorting in the view has changed.

Declaration

cs-api-definition
SortingChanged = 128

Field Value

ViewChangedAction

TemplatePropertyChanged

template property has changed.

Declaration

cs-api-definition
TemplatePropertyChanged = 32768

Field Value

ViewChangedAction