Skip to content

ExpandText Property

Description

Sets the tooltip displayed for a column with an expand button (PlusMinus property) when in the expanded state in the column header.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property ExpandText() As String

Example

Set Column = wndGridControl.Columns.Add(COLUMN_FROM, "From", 130, True)  
Column.PlusMinus = True  
Column.NextVisualBlock = 3

wndGridControl.PaintManager.CollapseText = "Collapse Me"  
wndGridControl.PaintManager.ExpandText = "Expand Me"

See Also


See Also


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