Class ContentOptions
- Namespace
- The.WPF.Screens
- Assembly
- Instagile.WPF.dll
public class ContentOptions
- Inheritance
-
ContentOptions
- Inherited Members
-
Properties
AdminMode
public bool AdminMode { get; set; }
Property Value
- bool
ForceSectionExpansion
public bool? ForceSectionExpansion { get; set; }
Property Value
- bool?
IncludeOnlySections
public IEnumerable<string> IncludeOnlySections { get; set; }
Property Value
- IEnumerable<string>
InitiallyEditable
public bool InitiallyEditable { get; set; }
Property Value
- bool
IsSubscreen
public bool IsSubscreen { get; set; }
Property Value
- bool
PreferenceNamespace
public string PreferenceNamespace { get; set; }
Property Value
- string
RecalculateOnDependencyChange
public bool? RecalculateOnDependencyChange { get; set; }
Property Value
- bool?
SectionExpansionThreshold
public int SectionExpansionThreshold { get; set; }
Property Value
- int
SharedLookupContext
public IEntityContext SharedLookupContext { get; set; }
Property Value
- IEntityContext