FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / Column Class / ColumnName Property

In This Topic
    ColumnName Property (Column)
    In This Topic
    Gets or sets a value used as an identifier for the column.
    Syntax
    'Declaration
     
    Public Property ColumnName As String
    public string ColumnName {get; set;}
    See Also