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
- GridPaintManager Object
- Expanded Property
- NextVisualBlock Property
- PlusMinus Property
- ExpandText Property
- ColumnPlusMinusSign Property

Grid Control ActiveX Control v24.0
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.