'Declaration
Public Property StaticRowIndex As System.Integer
public System.int StaticRowIndex {get; set;}
Property Value
Default value is -1.
Remarks
Note, that all rows before the static row 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 row but header row is static. 0 means one data row and header row are static.