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

In This Topic
    Adapter Property (FlexGrid)
    In This Topic
    Gets or sets the adapter that provides the grid with the cells and editors, dimensions of columns and rows, freezing dragging and resizing capabilities.
    Syntax
    'Declaration
     
    Public Property Adapter As GridControlAdapter
    public GridControlAdapter Adapter {get; set;}
    See Also