Table of Contents

Class ScreenConfiguration

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

Properties

ComponentConfiguration

Configuration for component screens.

public ComponentConfiguration ComponentConfiguration { get; }

Property Value

ComponentConfiguration

ConfigureContent

public Action<ContentOptions> ConfigureContent { get; set; }

Property Value

Action<ContentOptions>

ConfigureCreate

public Action<CreateOptions> ConfigureCreate { get; set; }

Property Value

Action<CreateOptions>

ConfigureCriteria

public Action<CriteriaOptions> ConfigureCriteria { get; set; }

Property Value

Action<CriteriaOptions>

ConfigureDisplay

public Action<DisplayOptions> ConfigureDisplay { get; set; }

Property Value

Action<DisplayOptions>

ConfigureGrid

public Action<GridOptions> ConfigureGrid { get; set; }

Property Value

Action<GridOptions>

ConfigureList

public Action<ListOptions> ConfigureList { get; set; }

Property Value

Action<ListOptions>

ConfigureSearch

public Action<SearchOptions> ConfigureSearch { get; set; }

Property Value

Action<SearchOptions>