Skip to main content
Tab

StaticEditClientSideEvents(IPropertiesOwner) Constructor

In This Article

Initializes a new instance of the StaticEditClientSideEvents class with the specified owner.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public StaticEditClientSideEvents(
    IPropertiesOwner owner
)

#Parameters

Name Type Description
owner IPropertiesOwner

An object that implements the IPropertiesOwner interface.

See Also