C# Class FormatCondititonsDesigner.ExpressionConditionDesigner

ファイルを表示 Open project: DevExpress-Examples/how-to-enable-users-to-design-gridview-format-conditions-at-runtime-e3717 Class Usage Examples

Public Methods

Method Description
ExpressionConditionDesigner ( ) : System

Private Methods

Method Description
AddItemToListBox ( StyleFormatCondition item ) : void
CreateNewFormatCondition ( ) : void
ExpressionConditionDesigner_Load ( object sender, EventArgs e ) : void
LoadCondititons ( ) : void
RemoveFormatCondition ( ) : void
UpdateEditors ( ) : void
checkEditApplyToRow_EditValueChanged ( object sender, EventArgs e ) : void
listBoxControlExpressions_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
listBoxControlExpressions_SelectedIndexChanged ( object sender, EventArgs e ) : void
simpleButtonAdd_Click ( object sender, EventArgs e ) : void
simpleButtonRemove_Click ( object sender, EventArgs e ) : void

Method Details

ExpressionConditionDesigner() public method

public ExpressionConditionDesigner ( ) : System
return System