Interface ISortableElement
Namespace: Common.Contracts
Assembly: Common.dll
public interface ISortableElement
Properties
SortingIndex
Position of the inherit element in it's parent.
int SortingIndex { get; set; }
Property Value
Methods
UpdateSortingIndex\(int\)
Update the sorting index of the element.
void UpdateSortingIndex(int newSortingIndex)
Parameters
newSortingIndex int
Last modified: 21 May 2024