RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterCommandColumn.DisplayColumns Property

Specifies the number of adapter action buttons that can appear in a single row.

Pascal
property DisplayColumns: Integer;
C++
__property int DisplayColumns;

Set DisplayColumns to organize the layout of adapter action buttons when the WebFieldControls property lists more than one adapter action button. TCustomAdapterCommandColumn places the adapter action buttons by rows in the cells of the adapter grid column. DisplayColumns limits the number of controls that can appear in a single row within each column cell. If the WebFieldControls property lists more adapter action buttons than DisplayColumns, then the cell contains multiple rows of controls. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!