Table of Contents

Class ListOptions

Namespace
The.WPF.Screens
Assembly
Instagile.WPF.dll
public class ListOptions
Inheritance
ListOptions
Inherited Members

Properties

AdminMode

public bool AdminMode { get; set; }

Property Value

bool

AllowDirtyReads

public bool AllowDirtyReads { get; set; }

Property Value

bool

AlwaysShowHeader

If disabled the header won't be displayed if there are no rows.

public bool AlwaysShowHeader { get; set; }

Property Value

bool

Behaviours

public List<ListBehaviour> Behaviours { get; }

Property Value

List<ListBehaviour>

CanOpen

public bool CanOpen { get; set; }

Property Value

bool

IgnoreSortingPreferences

public bool IgnoreSortingPreferences { get; set; }

Property Value

bool

OpenForEdit

public bool OpenForEdit { get; set; }

Property Value

bool

OpenModal

public bool OpenModal { get; set; }

Property Value

bool

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

string

PreloadCalculationDependencies

public bool PreloadCalculationDependencies { get; set; }

Property Value

bool

ShowRowNumberText

public bool ShowRowNumberText { get; set; }

Property Value

bool

SuppressDefaultSorting

public bool SuppressDefaultSorting { get; set; }

Property Value

bool