EnumUpdateFlags
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:
[Flags]
public enum UpdateFlags
Fields
AffectsColumnFooter
Affects only the footer of the RadDataGrid.
AffectsColumnHeader
Affects only the columns of the RadDataGrid.
AffectsColumnsWidth
Affects the size of the columns of the RadDataGrid.
AffectsContent
General change related to the content, can affect visual representation and layout.
AffectsContentAppearance
Affect only content appearance but not layout.
AffectsContentMouseOver
Affects the visual state of the content of the RadDataGrid when the mouse is over it.
AffectsCurrentCell
Affects the current cell of the RadDataGrid.
AffectsData
Affects only data, no visual state or layout is affected.
AffectsDecorations
Affects the decorations of the RadDataGrid.
AffectsFrozenColumnFooter
Affects the frozen footer of the RadDataGrid.
AffectsFrozenColumnHeader
Affects the frozen columns of the RadDataGrid.
AffectsFrozenContent
Affects the frozen content of the RadDataGrid.
AffectsFrozenContentAppearance
Affects the frozen content appearance of the RadDataGrid.
AffectsFrozenDecorations
Affects the frozen decorations of the RadDataGrid.
AffectsHeaderMouseOver
Affects the visual state of the header of the RadDataGrid when the mouse is over it.
AffectsRowDetails
Affects a specific row of the RadDataGrid.
AffectsScrollPosition
Affects the scroll position of the RadDataGrid.
AffectsSearch
Affects the visual state of the content of the RadDataGrid.
AffectsSelection
Affects the selection of the RadDataGrid.
All
Affects all aspects of the RadDataGrid.
AllButData
Affects the layout of the RadDataGrid.
Declaration
AllButData = AllButFrozen | AllFrozen | AffectsScrollPosition | AffectsColumnsWidth
Field Value
AllButFrozen
Affects the unfrozen area (header, content, footer) of the RadDataGrid.
Declaration
AllButFrozen = AffectsColumnFooter | AffectsColumnHeader | AffectsContent | AffectsDecorations
Field Value
AllFrozen
Affects the frozen area (header, content, footer) of the RadDataGrid.
Declaration
AllFrozen = AffectsFrozenColumnFooter | AffectsFrozenColumnHeader | AffectsFrozenContent | AffectsFrozenDecorations
Field Value