Enum
UpdateFlags

Defines the possible update flags of RadDataGrid based on which the control will perform measure and arrange.

Definition

Namespace:Telerik.Maui.Controls.DataGrid

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
[Flags]
public enum UpdateFlags

Fields

AffectsColumnFooter

Affects only the footer of the RadDataGrid.

Declaration

cs-api-definition
AffectsColumnFooter = 512

Field Value

UpdateFlags

AffectsColumnHeader

Affects only the columns of the RadDataGrid.

Declaration

cs-api-definition
AffectsColumnHeader = 2048

Field Value

UpdateFlags

AffectsColumnsWidth

Affects the size of the columns of the RadDataGrid.

Declaration

cs-api-definition
AffectsColumnsWidth = 524288

Field Value

UpdateFlags

AffectsContent

General change related to the content, can affect visual representation and layout.

Declaration

cs-api-definition
AffectsContent = 8192

Field Value

UpdateFlags

AffectsContentAppearance

Affect only content appearance but not layout.

Declaration

cs-api-definition
AffectsContentAppearance = 128

Field Value

UpdateFlags

AffectsContentMouseOver

Affects the visual state of the content of the RadDataGrid when the mouse is over it.

Declaration

cs-api-definition
AffectsContentMouseOver = 32

Field Value

UpdateFlags

AffectsCurrentCell

Affects the current cell of the RadDataGrid.

Declaration

cs-api-definition
AffectsCurrentCell = 4

Field Value

UpdateFlags

AffectsData

Affects only data, no visual state or layout is affected.

Declaration

cs-api-definition
AffectsData = 1

Field Value

UpdateFlags

AffectsDecorations

Affects the decorations of the RadDataGrid.

Declaration

cs-api-definition
AffectsDecorations = 32768

Field Value

UpdateFlags

AffectsFrozenColumnFooter

Affects the frozen footer of the RadDataGrid.

Declaration

cs-api-definition
AffectsFrozenColumnFooter = 1024

Field Value

UpdateFlags

AffectsFrozenColumnHeader

Affects the frozen columns of the RadDataGrid.

Declaration

cs-api-definition
AffectsFrozenColumnHeader = 4096

Field Value

UpdateFlags

AffectsFrozenContent

Affects the frozen content of the RadDataGrid.

Declaration

cs-api-definition
AffectsFrozenContent = 16384

Field Value

UpdateFlags

AffectsFrozenContentAppearance

Affects the frozen content appearance of the RadDataGrid.

Declaration

cs-api-definition
AffectsFrozenContentAppearance = 256

Field Value

UpdateFlags

AffectsFrozenDecorations

Affects the frozen decorations of the RadDataGrid.

Declaration

cs-api-definition
AffectsFrozenDecorations = 65536

Field Value

UpdateFlags

AffectsHeaderMouseOver

Affects the visual state of the header of the RadDataGrid when the mouse is over it.

Declaration

cs-api-definition
AffectsHeaderMouseOver = 64

Field Value

UpdateFlags

AffectsRowDetails

Affects a specific row of the RadDataGrid.

Declaration

cs-api-definition
AffectsRowDetails = 8

Field Value

UpdateFlags

AffectsScrollPosition

Affects the scroll position of the RadDataGrid.

Declaration

cs-api-definition
AffectsScrollPosition = 262144

Field Value

UpdateFlags

AffectsSearch

Affects the visual state of the content of the RadDataGrid.

Declaration

cs-api-definition
AffectsSearch = 16

Field Value

UpdateFlags

AffectsSelection

Affects the selection of the RadDataGrid.

Declaration

cs-api-definition
AffectsSelection = 131072

Field Value

UpdateFlags

All

Affects all aspects of the RadDataGrid.

Declaration

cs-api-definition
All = AffectsData | AllButData

Field Value

UpdateFlags

AllButData

Affects the layout of the RadDataGrid.

Declaration

cs-api-definition
AllButData = AllButFrozen | AllFrozen | AffectsScrollPosition | AffectsColumnsWidth

Field Value

UpdateFlags

AllButFrozen

Affects the unfrozen area (header, content, footer) of the RadDataGrid.

Declaration

cs-api-definition
AllButFrozen = AffectsColumnFooter | AffectsColumnHeader | AffectsContent | AffectsDecorations

Field Value

UpdateFlags

AllFrozen

Affects the frozen area (header, content, footer) of the RadDataGrid.

Declaration

cs-api-definition
AllFrozen = AffectsFrozenColumnFooter | AffectsFrozenColumnHeader | AffectsFrozenContent | AffectsFrozenDecorations

Field Value

UpdateFlags

None

No update is required.

Declaration

cs-api-definition
None = 0

Field Value

UpdateFlags

PropertyChanged

Declaration

cs-api-definition
PropertyChanged = 2

Field Value

UpdateFlags