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:
[Flags]
public enum UpdateFlags
Fields
Affects only the footer of the RadDataGrid.
AffectsColumnFooter = 512
Affects only the columns of the RadDataGrid.
AffectsColumnHeader = 2048
Affects the size of the columns of the RadDataGrid.
AffectsColumnsWidth = 524288
General change related to the content, can affect visual representation and layout.
AffectsContent = 8192
Affect only content appearance but not layout.
AffectsContentAppearance = 128
Affects the visual state of the content of the RadDataGrid when the mouse is over it.
AffectsContentMouseOver = 32
Affects the current cell of the RadDataGrid.
AffectsCurrentCell = 4
Affects only data, no visual state or layout is affected.
AffectsData = 1
Affects the decorations of the RadDataGrid.
AffectsDecorations = 32768
Affects the frozen footer of the RadDataGrid.
AffectsFrozenColumnFooter = 1024
Affects the frozen columns of the RadDataGrid.
AffectsFrozenColumnHeader = 4096
Affects the frozen content of the RadDataGrid.
AffectsFrozenContent = 16384
Affects the frozen content appearance of the RadDataGrid.
AffectsFrozenContentAppearance = 256
Affects the frozen decorations of the RadDataGrid.
AffectsFrozenDecorations = 65536
Affects the visual state of the header of the RadDataGrid when the mouse is over it.
AffectsHeaderMouseOver = 64
Affects a specific row of the RadDataGrid.
AffectsRowDetails = 8
Affects the scroll position of the RadDataGrid.
AffectsScrollPosition = 262144
Affects the visual state of the content of the RadDataGrid.
AffectsSearch = 16
Affects the selection of the RadDataGrid.
AffectsSelection = 131072
Affects all aspects of the RadDataGrid.
All = AffectsData | AllButData
Affects the layout of the RadDataGrid.
AllButData = AllButFrozen | AllFrozen | AffectsScrollPosition | AffectsColumnsWidth
Affects the unfrozen area (header, content, footer) of the RadDataGrid.
AllButFrozen = AffectsColumnFooter | AffectsColumnHeader | AffectsContent | AffectsDecorations
Affects the frozen area (header, content, footer) of the RadDataGrid.
AllFrozen = AffectsFrozenColumnFooter | AffectsFrozenColumnHeader | AffectsFrozenContent | AffectsFrozenDecorations
No update is required.
None = 0
PropertyChanged = 2