FormBuilder<T>.IsDirty(Boolean) Method
In This Article
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
public FormBuilder<T> IsDirty(
bool value
)
#Parameters
Name | Type |
---|---|
value | Boolean |
#Returns
Type |
---|
Form |
See Also