'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.