FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridSummaryCell Class / Column Property

In This Topic
    Column Property (GridSummaryCell)
    In This Topic
    Property used to hold the column the summary is bound to.
    Syntax
    'Declaration
     
    Public ReadOnly Property Column As GridColumn
    public GridColumn Column {get;}
    See Also