Remove(SortColumnDescription)
Removes the first occurence of a sort description from the collection.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public bool Remove(SortColumnDescription desc)
Parameters
The sort description to remove.
Returns
Type | Description |
|---|---|
| bool | Whether it was removed or not. |