Skip to main content
All docs
V23.2
.NET 6.0+
  • The page you are viewing does not exist in the .NET Framework 4.5.2+ platform documentation. This link will take you to the parent topic of the current section.

IDxGridAdapter Members

Declares API for an adapter that provides access to a grid list editor in runtime.

Properties

Name Description
ColumnContextMenuAdapter
GridCommandColumnModel Return an object with a list editor’s command column settings.
GridDataColumnModels Provides access to list editor column settings.
GridInstance Provides access to the DxGrid’s properties and methods. Inherited from IDxGridInstanceProvider.
GridModel Provides access to the DxGridListEditor inner component (DxGrid) settings.
GridSelectionColumnModel Provides access to the selection column’s settings.
RowContextMenuAdapter

Events

Name Description
ComponentCaptured Allows you to access the DxGrid instance. Inherited from IDxGridInstanceProvider.
See Also