Skip to main content
A newer version of this page is available. .

IWebGridColumn.Name Property

Gets or sets the unique programmatic identifier name for a column.

Namespace: DevExpress.Web.Internal

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

string Name { get; set; }

Property Value

Type Description
String

A string value that specifies the column’s identifier.

See Also