Sets the display order of the property in the back office user interface. Negative values are allowed. Default display order is 0 if not explicitly set. Properties with the same display order will maintain the order they have in the encapsulating class.

[AttributeUsage]
public sealed class DisplayOrderAttribute: IContentPropertyAttribute
Inheritance:
ObjectAttributeDisplayOrderAttribute
Implements:
IContentPropertyAttribute

Constructors

DisplayOrderAttribute(int)

Methods

Apply(ContentPropertyDefinition)