constants ColumnsFloatBarVisibleEnum
The ColumnsFloatBarVisibleEnum type specifies whether the control's Columns float-bar is visible or hidden. The ColumnsFloatBarVisibleEnum type supports the following values:

NameValueDescription
exColumnsFloatBarHidden0 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.
exColumnsFloatBarVisibleIncludeGroupByColumns1 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. This flag can be combined with exColumnsFloatBarVisibleAsChild.
exColumnsFloatBarVisibleIncludeCheckColumns2 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. This flag can be combined with exColumnsFloatBarVisibleAsChild.

exColumnsFloatBarVisibleAsChild32 The panel is visible and displayed as a child window, docked to the right side of the control. The exColumnsFloatBarVisibleAsChild flag single shows only hidden-columns (dragable-columns only) into a child-panel. The exColumnsFloatBarVisibleAsChild flag can be combined with exColumnsFloatBarVisibleIncludeGroupByColumns, exColumnsFloatBarVisibleIncludeCheckColumns flags