FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / AggregateDefinition Class / PropertyName Property

In This Topic
    PropertyName Property (AggregateDefinition)
    In This Topic
    Gets or sets the name of column should be used. It is used if Column property is not filled (equals -1).
    Syntax
    'Declaration
     
    
    Public Property PropertyName As String
    public string PropertyName {get; set;}
    See Also