Skip to main content
Tab

EditPropertiesBase.CreateEdit(CreateEditControlArgs, EditorsFactory) Method

For internal use only.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxEditBase CreateEdit(
    CreateEditControlArgs args,
    EditorsFactory factory
)

Parameters

Name Type
args DevExpress.Web.CreateEditControlArgs
factory DevExpress.Web.EditorsFactory

Returns

Type
ASPxEditBase
See Also