Skip to main content

TcxDBVerticalGridReportLink.DBVerticalGrid Property

Returns the vertical grid control whose content is rendered using the current link.

Declaration

property DBVerticalGrid: TcxDBVerticalGrid read;

Property Value

Type
TcxDBVerticalGrid

Remarks

You can also access the control whose content is rendered by the current link using the Component property. The only difference is that the Component property returns values of the TComponent type while the DBVerticalGrid property’s return value type is TcxDBVerticalGrid. Thus, by using the DBVerticalGrid property you avoid having to perform additional typecasts.

See Also