Click or drag to resize

IGridView Interface

Data grid view

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 IGridView : IColumnView, 
	IBaseView, IDisposable, IEquatable<IProxy>

The IGridView type exposes the following members.

Properties
  NameDescription
Public propertyFocusedColumn
Gets the focused column
(Inherited from IColumnView.)
Public propertyFocusedRowHandle
Gets the focused record by its handle
(Inherited from IColumnView.)
Public propertyGridControl
Gets the Grid Control
Public propertyOptionsBehavior
Gets the options behaviod
Public propertyOptionsSelection
Gets the options selection
Public propertyOptionsView
Gets the options view
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetDataSourceRowIndex
Returns the index of the data source record which the specified row handle corresponds to
(Inherited from IColumnView.)
Public methodGetRow
Returns an object that represents the specified row
(Inherited from IColumnView.)
Public methodGetRowCellDisplayText(Int32, IGridColumn)
Returns a specific cell's display value from the current View
(Inherited from IColumnView.)
Public methodGetRowCellDisplayText(Int32, String)
Returns a specific cell's display value from the current View
(Inherited from IColumnView.)
Public methodGetRowCellValue(Int32, IGridColumn)
Returns the specified cell's value in the current View
(Inherited from IColumnView.)
Public methodGetRowCellValue(Int32, String)
Returns the specified cell's value in the current View
(Inherited from IColumnView.)
Public methodGetRowHandle
Returns the handle of the row which represents the specified record in the data source
(Inherited from IColumnView.)
Public methodGetSelectedRows
Returns the handles of the selected rows
(Inherited from IColumnView.)
Public methodSelectAll
Selects all rows within the View
(Inherited from IColumnView.)
Public methodSelectRow
Adds a row to the current selection
(Inherited from IColumnView.)
Top
Events
  NameDescription
Public eventDrawnRowCell
Drawn Node Cell event, called after row cell paint
Top
See Also