Click or drag to resize
CMSUniViewUseHierarchicalOrder Property
Gets or sets the value that indicates whether default hierarchical order value should be used. The order is used only if LoadHierarchicalData is set to true. Default order value is "NodeLevel, NodeOrder". Value of OrderBy property is joined at the end of the order by expression

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
public bool UseHierarchicalOrder { get; set; }

Property Value

Type: Boolean
See Also