Sorting |
public class SortingDataColumnsModel : ICloneable
The SortingDataColumnsModel type exposes the following members.
| Name | Description | |
|---|---|---|
| SortingDataColumnsModel | Obsolete. Initializes a new instance of the SortingDataColumnsModel class |
| Name | Description | |
|---|---|---|
| ColumnsToSort | Gets the columns to sort together with their sort order. The columns could be either data columns or property columns. | |
| MoveOnlyDataColumnsThatMatchPropertyColumnGroup | This property is only relevant if SortingColumnsArePropertyColumns is true. If the value is true, only data columns that match the property column group will be moved. If the value is false, all data columns will be moved. | |
| SortingColumnsArePropertyColumns | Gets a value indicating whether the sorting columns are property columns (value == true) or data columns (value == false). | |
| TreatEmptyElementsAsLowest | Gets or sets a value indicating how to treat empty elements during sorting. If true, empty elements are treated as the lowest possible value. If false, they are treated as the highest possible value. |
| Name | Description | |
|---|---|---|
| Clone | Creates a new object that is a copy of the current instance. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |