DataViewSettings.ColumnCount Property
In This Article
OBSOLETE
Use the Settings
Gets or sets the number of columns that a Data View page displays.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
#Declaration
[Obsolete("Use the SettingsTableLayout.ColumnCount property instead.", true)]
public int ColumnCount { get; set; }
#Property Value
Type |
---|
Int32 |
See Also