Class ListOptions
public class ListOptions
- Inheritance
-
ListOptions
- Inherited Members
Properties
AdminMode
public bool AdminMode { get; set; }
Property Value
AllowDirtyReads
public bool AllowDirtyReads { get; set; }
Property Value
AlwaysShowHeader
If disabled the header won't be displayed if there are no rows.
public bool AlwaysShowHeader { get; set; }
Property Value
Behaviours
public List<ListBehaviour> Behaviours { get; }
Property Value
CanOpen
public bool CanOpen { get; set; }
Property Value
IgnoreSortingPreferences
public bool IgnoreSortingPreferences { get; set; }
Property Value
OpenForEdit
public bool OpenForEdit { get; set; }
Property Value
OpenModal
public bool OpenModal { get; set; }
Property Value
PrefsNamespace
If set the list's preferences will be independent of other list instances (unless they have the same namespace).
public string? PrefsNamespace { get; set; }
Property Value
PreloadCalculationDependencies
public bool PreloadCalculationDependencies { get; set; }
Property Value
ShowRowNumberText
public bool ShowRowNumberText { get; set; }
Property Value
SuppressDefaultSorting
public bool SuppressDefaultSorting { get; set; }