Class UpdateFlags
Defines the possible update flags of Rad
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 Rad
Declaration
public const UpdateFlags AffectsColumnHeader
Field Value
AffectsColumnsWidth
Affects the size of the columns of the Rad
Declaration
public const UpdateFlags AffectsColumnsWidth
Field Value
AffectsContent
General change related to the content, can affect visual representation and layout.
Declaration
public const UpdateFlags AffectsContent
Field Value
AffectsContentAppearance
Affect only content appearance but not layout.
Declaration
public const UpdateFlags AffectsContentAppearance
Field Value
AffectsContentMouseOver
Affects the visual state of the content of the Rad
Declaration
public const UpdateFlags AffectsContentMouseOver
Field Value
AffectsCurrentCell
Affects the current cell of the Rad
Declaration
public const UpdateFlags AffectsCurrentCell
Field Value
AffectsData
Affects only data, no visual state or layout is affected.
Declaration
public const UpdateFlags AffectsData
Field Value
AffectsDecorations
Affects the decorations of the Rad
Declaration
public const UpdateFlags AffectsDecorations
Field Value
AffectsFrozenColumnFooter
AffectsFrozenColumnHeader
Affects the frozen columns of the Rad
Declaration
public const UpdateFlags AffectsFrozenColumnHeader
Field Value
AffectsFrozenContent
Affects the frozen content of the Rad
Declaration
public const UpdateFlags AffectsFrozenContent
Field Value
AffectsFrozenContentAppearance
Affects the frozen content appearance of the Rad
Declaration
public const UpdateFlags AffectsFrozenContentAppearance
Field Value
AffectsFrozenDecorations
Affects the frozen decorations of the Rad
Declaration
public const UpdateFlags AffectsFrozenDecorations
Field Value
AffectsHeaderMouseOver
Affects the visual state of the header of the Rad
Declaration
public const UpdateFlags AffectsHeaderMouseOver
Field Value
AffectsRowDetails
Affects a specific row of the Rad
Declaration
public const UpdateFlags AffectsRowDetails
Field Value
AffectsScrollPosition
Affects the scroll position of the Rad
Declaration
public const UpdateFlags AffectsScrollPosition
Field Value
AffectsSearch
Affects the visual state of the content of the Rad
Declaration
public const UpdateFlags AffectsSearch
Field Value
AffectsSelection
Affects the selection of the Rad
Declaration
public const UpdateFlags AffectsSelection
Field Value
All
AllButData
AllButFrozen
Affects the unfrozen area (header, content, footer) of the Rad
Declaration
public const UpdateFlags AllButFrozen
Field Value
AllFrozen
Affects the frozen area (header, content, footer) of the Rad
Declaration
public const UpdateFlags AllFrozen
Field Value
None
PropertyChanged
value__
Declaration
public int value__
Field Value
System.
|