Skip to content

NoFieldsAvailableText Property

Description

The "No Fields Available" text message displayed in the Field Chooser when no Column Headers are present.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property NoFieldsAvailableText() As String

Example

This sample illustrates how to change the message displayed when the Field Chooser box is empty.

' This code causes the text message displayed in an empty Field Chooser box  
' to display the word "Empty"  
wndGridControl.PaintManager.NoFieldsAvailableText = "Empty"

See Also


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