Skip to main content
All docs
V25.1
  • RowSortArgs Constructors

    Populates commands bound to the GridControl.CustomColumnSortCommand and GridControl.CustomColumnGroupCommand properties with data.
    Name Parameters Description
    RowSortArgs(Object, Object, String, Int32, Int32, Object, Object, SortOrder) firstItem, secondItem, fieldName, firstSourceIndex, secondSourceIndex, firstValue, secondValue, sortOrder Initializes a new instance of the RowSortArgs class with specified settings.
    See Also