Skip to main content

VerticalGridExtension<ColumnType> Constructors

Represents an extension object implementing the VerticalGrid functionality.
Name Parameters Description
VerticalGridExtension(VerticalGridSettings<ColumnType>, ViewContext) settings, viewContext Initializes a new instance of the VerticalGridExtension<ColumnType> class with the specified settings and provides context information about the view.
VerticalGridExtension(VerticalGridSettings<ColumnType>) settings Initializes a new instance of the VerticalGridExtension<ColumnType> class with the specified settings.
See Also