Back to Devexpress

ASPxGridView.FixedColumnCount Property

aspnet-devexpress-dot-web-dot-aspxgridview-c2b7adaa.md

latest1.3 KB
Original Source

ASPxGridView.FixedColumnCount Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual int FixedColumnCount { get; }
vb
Public Overridable ReadOnly Property FixedColumnCount As Integer

Property Value

TypeDescription
Int32

An integer value that specifies the number of fixed columns.

|

Remarks

To learn more, see Fixed Columns.

See Also

FixedStyle

Grid View

ASPxGridView Class

ASPxGridView Members

DevExpress.Web Namespace