First create solution
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System.ComponentModel;
|
||||
using DevExpress.ExpressApp.Templates;
|
||||
|
||||
namespace Nuvolar.Module.Web.CSharp.BusinessObjects.Interface
|
||||
{
|
||||
public interface IModelMemberExtender
|
||||
{
|
||||
[Category("Behavior")]
|
||||
[DefaultValue(true)]
|
||||
bool ImmediatePostData { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user