C# 클래스 Habanero.Faces.Win.GenericGridFilterControlWin

상속: PanelWin, IGenericGridFilterControl
파일 보기 프로젝트 열기: Chillisoft/habanero.faces

공개 메소드들

메소드 설명
GenericGridFilterControlWin ( IGridBase grid ) : System

비공개 메소드들

메소드 설명
ClearFilter ( ) : void
DataSourceChanged ( object sender, EventArgs e ) : void
DoEvents ( ) : void
DoFilter ( ) : void
FilterGrid ( string filter ) : void
GetSearchColumnIndexes ( System.Windows.Forms.DataGridView dataGrid ) : List
RecordGridAltStyle ( object sender, EventArgs e ) : void
SetAlternatingStyle ( System.Windows.Forms.DataGridView wingrid, System.Windows.Forms.DataGridViewCellStyle newStyle ) : void
SetNewDataSource ( DataTable subTable, System.Windows.Forms.DataGridView wingrid ) : void
SetUIState ( bool filtering ) : void
SetupFilteredAlternatingRowColors ( System.Windows.Forms.DataGridView wingrid, bool somethingVisible, bool somethingHidden ) : void

메소드 상세

GenericGridFilterControlWin() 공개 메소드

public GenericGridFilterControlWin ( IGridBase grid ) : System
grid IGridBase
리턴 System