Skip to content

CollapseText Property

Description

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

Property Type

Read-write property

Syntax (Visual Basic)

Public Property CollapseText() 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


Grid Control ActiveX Control v24.0


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