Expanded Property
Description
Specifies whether the column is in an expanded state.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property Expanded() As Boolean
Remarks
The Expanded state is only used if PlusMinus is True. PlusMinus specifies whether the column has an arrow icon in the column header that can be clicked to expand the column.
TIP: Use negative numbers to expand/collapse in the opposite direction. For example, set NextVisualBlock = -3.
The ColumnPlusMinusSign property can be used to display a "+/-" button instead of the arrow button.
See Also
- GridColumn Object
- PlusMinus Property
- NextVisualBlock Property
- OldVisibleIndex Property
- VisibleIndex Property
- ColumnPlusMinusSign Property
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.