The ColumnsFloatBarVisibleEnum type specifies
whether the control's Columns float-bar is visible or hidden. The ColumnsFloatBarVisibleEnum
type supports the following values:
| | Name | Value | Description | |
| |
exColumnsFloatBarHidden | 0
|
Indicates that the control's Columns float-panel is not visible (hidden)
| |
| |
exColumnsFloatBarVisibleIncludeHiddenColumns | -1
|
Specifies that the control's Columns float-panel shows only hidden-columns (dragable-columns
only). The Visible property specifies whether
the column is visible or hidden.
| |
| |
exColumnsFloatBarVisibleIncludeGroupByColumns | 1
|
Specifies that the control's Columns float-panel shows only columns that can be
group- by (dragable-columns only). The AllowGroupBy
property specifies whether the column can be group-by.
| |
| |
exColumnsFloatBarVisibleIncludeCheckColumns | 2
|
Indicates that the control's Columns float-panel shows visible and hidden columns
with a check-box associated (dragable-columns only), The Visible
property specifies whether the column is visible or hidden.
| |