GridViewCommandColumnCustomButtonCollection.Column Property
In This Article
Gets a command column that owns this collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewCommandColumn Column { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
See Also