Skip to content

Instantly share code, notes, and snippets.

@shamp00
shamp00 / MyClass.cs
Created August 30, 2012 17:05
Fix for XAF selection box which does not deselect after clearing the selection.
using System;
using System.Web.UI;
using System.Web.UI.WebControls;
using DevExpress.ExpressApp;
using DevExpress.ExpressApp.Templates;
using DevExpress.ExpressApp.Utils;
using DevExpress.ExpressApp.Web;
using DevExpress.ExpressApp.Web.Editors.ASPx;
using DevExpress.ExpressApp.Web.Templates;
using DevExpress.Web.ASPxEditors;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Linq.Expressions;
namespace XpoTests
{
public static class ExpressionExtensions
{