Fluent.LogicTemplates

The LogicTemplate controls simplify conditional presentation logic. These controls allow you to dynamically control the contents of templates in repeater controls (DataGrid, DataRepeater, etc). LogicTemplates provide easier, cleaner code than using OnItemCreated events or other code-behind functions.

Features

  • Allow easy addition of conditional logic with data-binding expressions.
  • Enable the creation of ‘if’ and ‘switch’ structures, including nesting.
  • LogicTemplates do not databind their contents unless they test “true”, allowing data-binding expression that might otherwise throw an exception.

Download Fluent.LogicTemplates.