C# Class Habanero.Faces.Base.DataGridViewManager

This manager groups common logic for IDataGridView objects. Do not use this object in working code. Instead use one of the implementations of IDataGridView
Mostra file Open project: Chillisoft/habanero.faces Class Usage Examples

Public Methods

Method Description
DataGridViewManager ( IDataGridView gridBase ) : System.ComponentModel

Constructor for

SetSortColumn ( string columnName, bool isAscending ) : void

Sets the column to be sorted

Private Methods

Method Description
GetDescriptor ( ITypedList bindingListView, string propName ) : PropertyDescriptor

Method Details

DataGridViewManager() public method

Constructor for
public DataGridViewManager ( IDataGridView gridBase ) : System.ComponentModel
gridBase IDataGridView
return System.ComponentModel

SetSortColumn() public method

Sets the column to be sorted
public SetSortColumn ( string columnName, bool isAscending ) : void
columnName string
isAscending bool
return void