Click or drag to resize
CMSAbstractTransformationDisplayIndex Property
Gets the display index for current transformation container You have to use Container.DisplayIndex for display index in current binding context

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public int DisplayIndex { get; }

Property Value

Type: Int32

Implements

IDataItemContainerDisplayIndex
See Also