Skip to content

DevExpress-Examples/winforms-grid-customize-expression-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinForms Data Grid - Customize the Expression Editor

This example shows how to customize the Expression Editor as follows:

  • Remove the Now function from the list of Date-Time functions and prevent users from using this function in expressions (display an error message).
  • Disable capitalization of function names.
  • Implement a color provider to use a custom palette for syntax highlighting.
  • Rename the Columns category to Fields.
  • Implement a custom Expression Editor view to display only specific UI elements of the Expression Editor.

Customize WinForms Expression Editor

Right-click the Expression column header and select the Expression Editor... command in the context menu to invoke the Expression Editor.

Show Expression Editor

Files to Review

Documentation

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)