Back to Devexpress

CustomJSPropertiesEventArgs Class

aspnet-devexpress-dot-web-6dc240d8.md

latest5.5 KB
Original Source

CustomJSPropertiesEventArgs Class

Provides data for the client CustomJSProperties events.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class CustomJSPropertiesEventArgs :
    EventArgs
vb
Public Class CustomJSPropertiesEventArgs
    Inherits EventArgs

CustomJSPropertiesEventArgs is the data class for the following events:

Show 34 events

LibraryRelated API Members
ASP.NET Bootstrap ControlsBootstrapCallbackPanel.CustomJSProperties
DashboardASPxDashboard.CustomJSProperties
ASP.NET Web Forms ControlsASPxButton.CustomJSProperties
ASPxCallback.CustomJSProperties
ASPxCloudControl.CustomJSProperties
ASPxDataViewBase.CustomJSProperties
ASPxDiagram.CustomJSProperties
ASPxEditBase.CustomJSProperties
ASPxFileManager.CustomJSProperties
ASPxFilterControlBase.CustomJSProperties
ASPxGaugeControl.CustomJSProperties
ASPxHtmlEditor.CustomJSProperties
ASPxLoadingPanel.CustomJSProperties
ASPxMenuBase.CustomJSProperties
ASPxNavBar.CustomJSProperties
ASPxPanelBase.CustomJSProperties
ASPxPivotGrid.CustomJsProperties
ASPxPopupControlBase.CustomJSProperties
ASPxRibbon.CustomJSProperties
ASPxRichEdit.CustomJSProperties
ASPxScheduler.CustomJSProperties
ASPxSpellChecker.CustomJSProperties
ASPxSplitter.CustomJSProperties
ASPxSpreadsheet.CustomJSProperties
ASPxTabControlBase.CustomJSProperties
ASPxTimer.CustomJSProperties
ASPxTitleIndex.CustomJSProperties
ASPxTreeView.CustomJSProperties
ASPxUploadControl.CustomJSProperties
ASPxVerticalGrid.CustomJSProperties
WebChartControl.CustomJSProperties
.NET Reporting ToolsASPxQueryBuilder.CustomJSProperties
ASPxReportDesigner.CustomJSProperties
ASPxWebDocumentViewer.CustomJSProperties

Remarks

Objects of the CustomJSPropertiesEventArgs type are used as arguments for the CustomJSProperties events, which enable you to supply any server data via the temporary properties, that can be then accessed on the client.

CustomJSPropertiesEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.

Inheritance

Object EventArgs CustomJSPropertiesEventArgs ASPxCardViewClientJSPropertiesEventArgs

GanttCustomJSPropertiesEventArgs

ASPxGridViewClientJSPropertiesEventArgs

TreeListCustomJSPropertiesEventArgs

See Also

CustomJSPropertiesEventArgs Members

DevExpress.Web Namespace