FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / Band Class / Name Property

In This Topic
    Name Property (Band)
    In This Topic
    Gets or sets banded column name.
    Syntax
    'Declaration
     
    
    Public Property Name As String
    public string Name {get; set;}
    Remarks
    To link a band with a column, the band name must exactly match the name of the Column. Failing to do so may result in improper handling of the columns.
    See Also