Class LiveDataUpdateMode
Defines the options to refresh the collection when modify data at runtime.
Inheritance
System.Object
LiveDataUpdateMode
Namespace: Syncfusion.Maui.DataSource
Assembly: Syncfusion.Maui.DataSource.dll
Syntax
public sealed class LiveDataUpdateMode : Enum
Fields
AllowDataShaping
Allows updating the collection at run-time.
Declaration
public const LiveDataUpdateMode AllowDataShaping
Field Value
Type |
---|
LiveDataUpdateMode |
Default
Does not update the collection at run-time.
Declaration
public const LiveDataUpdateMode Default
Field Value
Type |
---|
LiveDataUpdateMode |