GridViewExtension<RowType> Constructors
Represents an extension object implementing the GridView functionality.Name | Parameters | Description |
---|---|---|
GridViewExtension(GridViewSettings<RowType>, ViewContext) | settings, viewContext | Initializes a new instance of the GridViewExtension<RowType> class with the specified settings and provides the context information about the view. |
GridViewExtension(GridViewSettings<RowType>) | settings | Initializes a new instance of the GridViewExtension<RowType> class with the specified settings. |
See Also