EditPropertiesBase.CreateEdit(CreateEditControlArgs, Boolean, EditorsFactory) Method
For internal use only.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public virtual ASPxEditBase CreateEdit(
CreateEditControlArgs args,
bool isInternal,
EditorsFactory factory
)
Parameters
Name | Type |
---|---|
args | DevExpress.Web.CreateEditControlArgs |
isInternal | Boolean |
factory | DevExpress.Web.EditorsFactory |
Returns
Type |
---|
ASPxEditBase |
See Also