ASPxGridView.VisibleColumns Property
Gets a collection of visible columns within the ASPxGridView.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
Property Value
Type | Description |
---|---|
ReadOnlyGridColumnCollection<GridViewColumn> | A ReadOnlyGridColumnCollection<T><GridViewColumn,> object that is a collection of visible columns within ASPxGridView. |
Remarks
The VisibleColumns collection contains the columns with the Visible property set to true. To access the collection that contains all the columns owned by the ASPxGridView, use the ASPxGridView.AllColumns property.
See Also