New to Telerik UI for WinFormsStart a free 30-day trial

Represents an action when the view is changed in RadGridView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public enum ViewChangedAction

Fields

One or more items were added to the view.

C#
Add = 1

BeginEdit called

C#
BeginEdit = 8388608

BestFitColumn called

C#
BestFitColumn = 1048576

ColumnGroupPropertyChanged

C#
ColumnGroupPropertyChanged = 67108864

column property has changed.

C#
ColumnPropertyChanged = 8192

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

C#
ColumnsChanged = 4096

Conditional formatting has changed

C#
ConditionalFormattingChanged = 4194304

CurrentCellChanged

C#
CurrentCellChanged = 134217728

CurrentColumn changed

C#
CurrentColumnChanged = 16777216

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

C#
CurrentRowChanged = 2048

Current view has changed.

C#
CurrentViewChanged = 65536

Cell data is changed.

C#
DataChanged = 131072

EndEdit called

C#
EndEdit = 268435456

EnsureCellVisible called

C#
EnsureCellVisible = 524288

EnsureRowVisible called

C#
EnsureRowVisible = 262144

ExpandedChanged

C#
ExpandedChanged = 33554432

FilterExpressionChanged called

C#
FilterExpressionChanged = 1073741824

filer in the view has changed.

C#
FilteringChanged = 64

groping in the view has changed.

C#
GroupingChanged = 256

Row is invalidated

C#
InvalidateRow = 2097152

An item in the view has changed.

C#
ItemChanged = 32

ItemChanging called

C#
ItemChanging = 536870912

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

C#
MetaDataChanged = 1024

One or more items were moved within the view.

C#
Move = 8

paging in the view has changed.

C#
PagingChanged = 512

One or more items were removed from the view.

C#
Remove = 2

One or more items were replaced in the view.

C#
Replace = 4

The content of the view changed dramatically.

C#
Reset = 16

row property has changed.

C#
RowPropertyChanged = 16384

sorting in the view has changed.

C#
SortingChanged = 128

template property has changed.

C#
TemplatePropertyChanged = 32768