Table of Contents

Enum DataGrid.Order

Namespace
GHIElectronics.Endpoint.UI.Controls
Assembly
GHIElectronics.Endpoint.UI.dll

The order in which rows are sorted.

public enum DataGrid.Order

Fields

ASC = 0

Ascending

DESC = 1

Descending

Remarks

ASC stands for ascending ex: 1 to 10 or A to Z. DESC stands for descending ex: 10 to 1 or Z to A.