TextEditClientSideEvents(IPropertiesOwner) Constructor
In This Article
Initializes a new instance of the TextEditClientSideEvents class with the specified owner.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TextEditClientSideEvents(
IPropertiesOwner owner
)
#Parameters
Name | Type | Description |
---|---|---|
owner | IProperties |
An object that implements the IProperties |
See Also