Gets or sets a value which determines if a progress bar is displayed in the caption of the grid control while data loads (ADO and DDM bound grids only).
object.ShowProgressBar = [boolean]
Where object is an object expression that evaluates to one of the objects in the Applies To list, and boolean is a boolean expression that evaluates to either True or False, as described in Settings.
Newlook Smartclient only.
The default setting for this property is False.
This property is useful if you wish to provide a visual indicator to users of the progress of data loading for grid controls bound to DDM or ADO sources. Note this property is not supported for OA grids.
The ShowColumns property of a datagrid must be set to True in order for the progress bar to be visible in the control.
Setting |
Description |
True |
Display a progress bar in the caption of bound grid controls while data is loading. |
False |
(Default) Do not display a progress bar. |
© 2004-2021 looksoftware. All rights reserved.