Back to Devexpress

ASPxVerticalGridExporter.VerticalGrid Property

aspnet-devexpress-dot-web-dot-aspxverticalgridexporter.md

latest1.6 KB
Original Source

ASPxVerticalGridExporter.VerticalGrid Property

Gets the ASPxVerticalGrid control to which the ASPxVerticalGridExporter is assigned.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual ASPxVerticalGrid VerticalGrid { get; }
vb
Public Overridable ReadOnly Property VerticalGrid As ASPxVerticalGrid

Property Value

TypeDescription
ASPxVerticalGrid

The ASPxVerticalGrid control.

|

Remarks

Use the ASPxVerticalGridExporter.VerticalGridID property to specify the ASPxVerticalGrid control whose data is exported using the current ASPxVerticalGridExporter.

See Also

VerticalGridID

ASPxVerticalGridExporter Class

ASPxVerticalGridExporter Members

DevExpress.Web Namespace