ASPxGridView.FixedColumnCount Property
Gets the number of fixed columns currently displayed within the ASPxGridView.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Description |
|---|---|
| Int32 | An integer value that specifies the number of fixed columns. |
Remarks
To learn more, see Fixed Columns.
See Also