Skip to content

SortByText Property

Description

Gets or sets a string that contains customized "Sort By" text for displaying in sortable column header tooltips.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property SortByText() As String

Remarks

SortByText is the text string that is displayed in the tooltip window for column headers when no tooltip is set for the column. The tooltip normally reads "Sort By: Column Caption". If the column tooltip is not set, then the tooltip displayed when the mouse cursor is positioned over a column will be "SortByText Column Caption".

For SortByText to be used, the column must not have a tooltip set, and AllowColumnSort must be True, and Sortable must be True.

See Also


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