ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / ScrollingSettings Class / StaticColumnIndex Property

In This Topic
    StaticColumnIndex Property (ScrollingSettings)
    In This Topic
    Indicates the index of columns that will always be shown on the left when the grid is scrolled horizontally.
    Syntax
    'Declaration
     
    Public Property StaticColumnIndex As System.Integer
    public System.int StaticColumnIndex {get; set;}

    Property Value

    Default value is -1.
    Remarks
    Note that all columns before the static column will be automatically marked as static too. It can only take effect when Mode is not "None"/>. It will be considered as -1 in a hierarchical grid or when grouping or row merging is enabled. -1 means no data column but row header is static. 0 means one data column and row header are static.
    See Also