Class ScreenConfiguration
public sealed class ScreenConfiguration
- Inheritance
-
ScreenConfiguration
- Inherited Members
Properties
ComponentConfiguration
Configuration for component screens.
public ComponentConfiguration ComponentConfiguration { get; }
Property Value
ConfigureContent
public Action<ContentOptions>? ConfigureContent { get; set; }
Property Value
ConfigureCreate
public Action<CreateOptions>? ConfigureCreate { get; set; }
Property Value
ConfigureCriteria
public Action<CriteriaOptions>? ConfigureCriteria { get; set; }
Property Value
ConfigureDisplay
public Action<DisplayOptions>? ConfigureDisplay { get; set; }
Property Value
ConfigureGrid
public Action<GridOptions>? ConfigureGrid { get; set; }
Property Value
ConfigureList
public Action<ListOptions>? ConfigureList { get; set; }
Property Value
ConfigureSearch
public Action<SearchOptions>? ConfigureSearch { get; set; }