ShowCaption Property

Determines whether the caption bar of the grid is visible. The default setting for this property is False.

object.ShowCaption = [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.

Client support

   Newlook Smartclient

   Newlook Server

Use

If this property is set to False then CaptionTextCaptionForeColor and CaptionBackColor properties will not be applied.

Setting

Description

True

Display a caption bar at the top of the datagrid control.

False

(Default) Do not display a caption bar in the datagrid control.

See Also

CaptionText property | CaptionBackColor property | CaptionForeColor property

Applies To

DataGrid control


© 2004-2021 looksoftware. All rights reserved.