Click or drag to resize
ObjectTypeInfoOrderColumn Property
The name of the class field (column) that stores the order of objects (for object types that have a defined order). Allows automatic actions for changing object order on listing pages (in UniGrid components).

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public string OrderColumn { get; set; }

Property Value

Type: String
See Also