A newer version of this page is available.
Switch to the current version.
GridViewColumn Class
Serves as a base for classes that represent columns displayed within the ASPxGridView.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v19.2.dll
Declaration
public abstract class GridViewColumn :
WebColumnBase,
IWebGridColumn,
IWebGridExportColumn,
IDesignTimePropertiesOwner,
IWebColumnsOwner
Public MustInherit Class GridViewColumn
Inherits WebColumnBase
Implements IWebGridColumn,
IWebGridExportColumn,
IDesignTimePropertiesOwner,
IWebColumnsOwner
Inheritance
See Also