ViewPlaceholderInfoSortingColumns - свойство
Колонки для сортировки.
Пространство имён: Tessa.Platform.PlaceholdersСборка: Tessa (в Tessa.dll) Версия: 4.1.4+115fce864fec7bf37ea70396e6660596be991d3b
public List<SortingColumn> SortingColumns { get; set; }
Public Property SortingColumns As List(Of SortingColumn)
Get
Set
public:
virtual property List<SortingColumn^>^ SortingColumns {
List<SortingColumn^>^ get () sealed;
void set (List<SortingColumn^>^ value) sealed;
}
abstract SortingColumns : List<SortingColumn> with get, set
override SortingColumns : List<SortingColumn> with get, set
ListSortingColumnIViewPlaceholderInfoSortingColumns