Skip to main content

MVCxPivotGridWebOptionsDataField.DataFieldVisible Property

Gets or sets whether data field headers are visible.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool DataFieldVisible { get; set; }

Property Value

Type Description
Boolean

true to display data field headers as column headers; false to hide data field headers.

Property Paths

You can access this nested property as listed below:

Object Type Path to DataFieldVisible
PivotGridSettings
.OptionsDataField .DataFieldVisible

Remarks

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Use the MVCxPivotGridWebOptionsDataField.Area property instead.

See Also