IContainerOrderList Property |
List, that is represent the render order for taken up elements
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
SyntaxList<IOrdering> OrderList { get; }
ReadOnly Property OrderList As List(Of IOrdering)
Get
property List<IOrdering^>^ OrderList {
List<IOrdering^>^ get ();
}
abstract OrderList : List<IOrdering> with get
Property Value
Type:
ListIOrdering
See Also