[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridRowColType

GridRowColType Enum

Specifies whether the row belong to the area of headers, cells or footers.

Namespace: C1.WinUI.Grid
Assembly: C1.WinUI.Grid.dll
Syntax
public enum GridRowColType

Fields

Name Description
Cell

The row belongs to the cells area.

The row belongs to the footer area.

Header

The row belongs to the headers area.