Class ListScreenConfiguration
- Namespace
- Dynamicweb.CoreUI.Screens
- Assembly
- Dynamicweb.CoreUI.dll
public sealed class ListScreenConfiguration : ScreenConfiguration
- Inheritance
-
ListScreenConfiguration
- Inherited Members
-
Constructors
ListScreenConfiguration(Type)
public ListScreenConfiguration(Type subjectType)
Parameters
subjectType
Type
Properties
AllowViewModes
public bool? AllowViewModes { get; set; }
Property Value
- bool?
EnableColumnActions
public bool? EnableColumnActions { get; set; }
Property Value
- bool?
EnableContextActions
public bool? EnableContextActions { get; set; }
Property Value
- bool?
EnableMultiSelect
public bool? EnableMultiSelect { get; set; }
Property Value
- bool?
EnablePaging
public bool? EnablePaging { get; set; }
Property Value
- bool?
EnablePrimaryAction
public bool? EnablePrimaryAction { get; set; }
Property Value
- bool?
EnableSorting
public bool? EnableSorting { get; set; }
Property Value
- bool?
ShowFiltering
public bool? ShowFiltering { get; set; }
Property Value
- bool?
public bool? ShowHeader { get; set; }
Property Value
- bool?
ShowInfobar
public bool? ShowInfobar { get; set; }
Property Value
- bool?
ShowListActions
public bool? ShowListActions { get; set; }
Property Value
- bool?
ShowSearch
public bool? ShowSearch { get; set; }
Property Value
- bool?
ViewTypeName
public string? ViewTypeName { get; set; }
Property Value
- string
Methods
ApplyConfiguration(ScreenConfiguration?)
protected override ScreenConfiguration ApplyConfiguration(ScreenConfiguration? otherConfiguration)
Parameters
otherConfiguration
ScreenConfiguration
Returns
- ScreenConfiguration
ApplyDefaultValues()
protected override void ApplyDefaultValues()