Skip to main content

TcxVirtualVerticalGridReportLink.VirtualVerticalGrid Property

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

Declaration

property VirtualVerticalGrid: TcxVirtualVerticalGrid read;

Property Value

Type
TcxVirtualVerticalGrid

Remarks

You can also access the control whose content is rendered by the current link using the Component property. The only difference is that this property returns TComponent objects while the VirtualVerticalGrid property returns TcxVirtualVerticalGrid objects. So, you can use the VirtualVerticalGrid property to avoid additional typecasts.

See Also