Back to Devexpress

ASPxSplitter.ClientSideEvents Property

aspnet-devexpress-dot-web-dot-aspxsplitter-5960329e.md

latest1.8 KB
Original Source

ASPxSplitter.ClientSideEvents Property

Gets an object that lists the client-side events specific to the ASPxSplitter.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public SplitterClientSideEvents ClientSideEvents { get; }
vb
Public ReadOnly Property ClientSideEvents As SplitterClientSideEvents

Property Value

TypeDescription
SplitterClientSideEvents

An object that allows you to handle ASPxSplitter‘s client-side events.

|

Remarks

The ClientSideEvents property provides access to an object of the SplitterClientSideEvents type. This object contains properties whose names correspond to the events available to the ASPxSplitter on the client side. These properties provide the capability to assign handling JavaScript functions to the required client-side events of the ASPxSplitter control.

See Also

Client-Side Events

Splitter

ASPxSplitter Class

ASPxSplitter Members

DevExpress.Web Namespace