Skip to main content
A newer version of this page is available. .
Tab

ASPxGridView.FixedColumnCount Property

Gets the number of fixed columns currently displayed within the ASPxGridView.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual int FixedColumnCount { get; }

Property Value

Type Description
Int32

An integer value that specifies the number of fixed columns.

Remarks

To learn more, see Fixed Columns.

See Also