Skip to main content
Tab

ASPxVerticalGridExporter.VerticalGridID Property

Gets or sets the programmatic identifier of the associated ASPxVerticalGrid control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public virtual string VerticalGridID { get; set; }

Property Value

Type Default Description
String String.Empty

The programmatic identifier assigned to the ASPxVerticalGrid control.

See Also