CardViewGroupSelectorItem.Columns Property
Provides access to the group selector item’s column collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
List<CardViewColumn> | An List<T><CardViewColumn,> object that is a collection of columns. |
See Also