FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / Column Class / Selected Property

In This Topic
    Selected Property (Column)
    In This Topic
    Gets or sets whether this column is selected.
    Syntax
    'Declaration
     
    
    Public Overrides Property Selected As Boolean
    public override bool Selected {get; set;}
    See Also