Class DisplayOptions
public class DisplayOptions
- Inheritance
-
DisplayOptions
- Inherited Members
Properties
AdminMode
public bool AdminMode { get; set; }
Property Value
Behaviours
public List<DisplayBehaviour> Behaviours { get; }
Property Value
CreateContentSynchronously
public bool CreateContentSynchronously { get; set; }
Property Value
IsEditable
public bool IsEditable { get; set; }
Property Value
PreloadCalculationDependencies
public bool PreloadCalculationDependencies { get; set; }
Property Value
PreloadRelationshipDepth
Navigate through value relationships up to this depth. (At depth 0, relationships will not be preloaded.)
public int PreloadRelationshipDepth { get; set; }
Property Value
UseContentPlaceholder
public bool UseContentPlaceholder { get; set; }