Class UpdateFlags
Defines the possible update flags of RadDataGrid based on which the control will perform measure and arrange.
Inheritance
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class UpdateFlags : Enum
Fields
AffectsColumnFooter
AffectsColumnHeader
Affects only the columns of the RadDataGrid.
Declaration
public const UpdateFlags AffectsColumnHeader
Field Value
UpdateFlags
|
AffectsColumnsWidth
Affects the size of the columns of the RadDataGrid.
Declaration
public const UpdateFlags AffectsColumnsWidth
Field Value
UpdateFlags
|
AffectsContent
General change related to the content, can affect visual representation and layout.
Declaration
public const UpdateFlags AffectsContent
Field Value
UpdateFlags
|
AffectsContentAppearance
Affect only content appearance but not layout.
Declaration
public const UpdateFlags AffectsContentAppearance
Field Value
UpdateFlags
|
AffectsContentMouseOver
Affects the visual state of the content of the RadDataGrid when the mouse is over it.
Declaration
public const UpdateFlags AffectsContentMouseOver
Field Value
UpdateFlags
|
AffectsCurrentCell
Affects the current cell of the RadDataGrid.
Declaration
public const UpdateFlags AffectsCurrentCell
Field Value
UpdateFlags
|
AffectsData
Affects only data, no visual state or layout is affected.
Declaration
public const UpdateFlags AffectsData
Field Value
UpdateFlags
|
AffectsDecorations
Affects the decorations of the RadDataGrid.
Declaration
public const UpdateFlags AffectsDecorations
Field Value
UpdateFlags
|
AffectsFrozenColumnFooter
AffectsFrozenColumnHeader
Affects the frozen columns of the RadDataGrid.
Declaration
public const UpdateFlags AffectsFrozenColumnHeader
Field Value
UpdateFlags
|
AffectsFrozenContent
Affects the frozen content of the RadDataGrid.
Declaration
public const UpdateFlags AffectsFrozenContent
Field Value
UpdateFlags
|
AffectsFrozenContentAppearance
Affects the frozen content appearance of the RadDataGrid.
Declaration
public const UpdateFlags AffectsFrozenContentAppearance
Field Value
UpdateFlags
|
AffectsFrozenDecorations
Affects the frozen decorations of the RadDataGrid.
Declaration
public const UpdateFlags AffectsFrozenDecorations
Field Value
UpdateFlags
|
AffectsHeaderMouseOver
Affects the visual state of the header of the RadDataGrid when the mouse is over it.
Declaration
public const UpdateFlags AffectsHeaderMouseOver
Field Value
UpdateFlags
|
AffectsRowDetails
Affects a specific row of the RadDataGrid.
Declaration
public const UpdateFlags AffectsRowDetails
Field Value
UpdateFlags
|
AffectsScrollPosition
Affects the scroll position of the RadDataGrid.
Declaration
public const UpdateFlags AffectsScrollPosition
Field Value
UpdateFlags
|
AffectsSearch
Affects the visual state of the content of the RadDataGrid.
Declaration
public const UpdateFlags AffectsSearch
Field Value
UpdateFlags
|
AffectsSelection
Affects the selection of the RadDataGrid.
Declaration
public const UpdateFlags AffectsSelection
Field Value
UpdateFlags
|
All
Affects all aspects of the RadDataGrid.
Declaration
public const UpdateFlags All
Field Value
UpdateFlags
|
AllButData
Affects the layout of the RadDataGrid.
Declaration
public const UpdateFlags AllButData
Field Value
UpdateFlags
|
AllButFrozen
Affects the unfrozen area (header, content, footer) of the RadDataGrid.
Declaration
public const UpdateFlags AllButFrozen
Field Value
UpdateFlags
|
AllFrozen
Affects the frozen area (header, content, footer) of the RadDataGrid.
Declaration
public const UpdateFlags AllFrozen
Field Value
UpdateFlags
|
None
PropertyChanged
value__
Declaration
public int value__
Field Value
System.Int32
|