Skip to main content

DataViewSettings.ColumnCount Property

OBSOLETE

Use the SettingsTableLayout.ColumnCount property instead.

Gets or sets the number of columns that a Data View page displays.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

[Obsolete("Use the SettingsTableLayout.ColumnCount property instead.", true)]
public int ColumnCount { get; set; }

Property Value

Type
Int32
See Also