Table of Contents

Property IsLiveSorting

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

IsLiveSorting

Gets or sets a value that indicates whether live sorting is enabled. The value may be null if the view does not know whether live sorting is enabled. Calling the setter when CanChangeLiveSorting is false will throw an InvalidOperationException.

public bool? IsLiveSorting { get; set; }

Property Value

bool?