Click or drag to resize

IDataGrid Interface

Data grid

Namespace:  EBP.Api.Interfaces.Controls.DataGrid
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public interface IDataGrid : IControl, 
	IDisposable, IEquatable<IProxy>

The IDataGrid type exposes the following members.

Properties
  NameDescription
Public propertyControl
Gets the control.
(Inherited from IControl.)
Public propertyCurrentCategory
Gets the current category
Public propertyMainView
Gets the View that displays data at the top hierarchy level.
Top
Methods
  NameDescription
Public methodAddToolbarAction
Add an action in the data grid toolbar
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
Events
  NameDescription
Public eventCustomDrawCell
Occurs when a cell is being drawn
Public eventViewLoaded
Occurs when a view has been loaded
Top
See Also