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

PreloadRelationshipDepth

Navigate through value relationships up to this depth. (At depth 0, relationships will not be preloaded.)

public int PreloadRelationshipDepth { get; set; }

Property Value

int

ShowRowNumberText

public bool ShowRowNumberText { get; set; }

Property Value

bool

StaleBefore

Revalidate cached data older than this marker.

public DateTime? StaleBefore { get; set; }

Property Value

DateTime?

SuppressDefaultSorting

public bool SuppressDefaultSorting { get; set; }

Property Value

bool

UseHamburger

When True, per-row custom commands collapse behind a hamburger button instead of rendering inline; when False they always render inline. When left null (the default), the hamburger is used automatically when the screen is narrower than 1220 pixels.

public bool? UseHamburger { get; set; }

Property Value

bool?