ShadeSortColumn Property
Description
Specifies whether the GridRecordItems of a sorted column will be shaded.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property ShadeSortColumn() As Boolean
Remarks
By default, each column that is sorted will be shaded.
- If TRUE, the GridRecordItems in the column will appear shaded when the column is sorted.
- If FALSE, the GridRecordItems will not appear shaded when the column is sorted.
Example
Enable/Disable Column Shading When the Column is Sorted (Visual Basic)
This sample illustrates how to disable column shading when the column is sorted.
' Columns will not appear shaded when they are sorted
wndGridControl.PaintManager.ShadeSortColumn = False
See Also
- TrackPaintManager Object
- GridControl GridColumnOrder Object
- GridControl SortOrder Property
- GridColumn Sortable Property
- GridColumn SortAscending Property
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.