Skip to main content

TcxVerticalGridReportLink.VerticalGrid Property

Provides access to the runtime object inspector whose content is rendered using the current link.

Declaration

property VerticalGrid: TcxVerticalGrid read;

Property Value

Type
TcxVerticalGrid

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 RTTIInspector property’s return value is of the TcxRTTIInspector type. Thus, by using the RTTIInspector property you can avoid having to perform additional typecasts.

See Also