Skip to content

ShadeSortColor Property

Description

Specifies the color used to shade sorted columns.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property ShadeSortColor() As ULong

Remarks

Returns or sets the color used to shade sorted columns when the ShadeSortColumn property is True. You can assign an RGB value, a Hex value, or a Visual Basic constant to this property.

Example

ShadeSortColor Sample (Visual Basic)

This sample illustrates how to change the color used to shade sorted columns.

' Sorted columns will be shaded in red  
wndGridControl.PaintManager.ShadeSortColor = vbRed

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.