Skip to main content
Tab

ASPxGridViewAddSummaryItemViaContextMenuEventArgs.Column Property

Gets a data column to whose footer a summary item is added.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewDataColumn Column { get; }

Property Value

Type Description
GridViewDataColumn

A GridViewDataColumn descendant that is the data column corresponds to the processed grid element.

See Also