Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ASPxClientToolbarItemValueChangedEventArgs Class

Provides data for the ToolbarItemValueChanged event.

#Declaration

TypeScript
declare class ASPxClientToolbarItemValueChangedEventArgs extends ASPxClientProcessingModeEventArgs

#Inherited Members

#Inheritance

ASPxClientEventArgs
ASPxClientProcessingModeEventArgs
ASPxClientToolbarItemValueChangedEventArgs

#constructor(processOnServer, item, editor)

For internal use. Initializes a new instance of the ASPxClientToolbarItemValueChangedEventArgs class with the specified settings.

#Declaration

TypeScript
constructor(
    processOnServer: boolean,
    item: ASPxClientMenuItem,
    editor: ASPxClientControl
)

#Parameters

Name Type
processOnServer boolean
item ASPxClientMenuItem
editor ASPxClientControl

#Properties

#editor Property

Provides access to the toolbar’s value editor on the client.

#Declaration

TypeScript

#Property Value

Type Description
ASPxClientControl

An editor.

#item Property

Gets the menu item object related to the event.

#Declaration

TypeScript

#Property Value

Type Description
ASPxClientMenuItem

An object, manipulations on which forced the event to be raised.