Back to Devexpress

VerticalGridDataRow.FieldName Property

aspnet-devexpress-dot-web-dot-verticalgriddatarow-9660a8cd.md

latest1.4 KB
Original Source

VerticalGridDataRow.FieldName Property

Gets or sets the name of the database field assigned to the current row.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public virtual string FieldName { get; set; }
vb
<DefaultValue("")>
Public Overridable Property FieldName As String

Property Value

TypeDefaultDescription
StringString.Empty

A String value that specifies the name of a data field.

|

Remarks

To specify the text which is displayed within the row’s header, use the Caption property.

See Also

Vertical Grid

VerticalGridDataRow Class

VerticalGridDataRow Members

DevExpress.Web Namespace