Skip to main content
Tab

WebColumnBase.Name Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v22.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string Name { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that specifies the column’s identifier.

See Also