ASPxClientPivotGrid.CustomizationFieldsVisibleChanged Event
In This Article
Fires on the client side after the customization form’s visible state has been changed.
#Declaration
TypeScript
CustomizationFieldsVisibleChanged: ASPxClientEvent<ASPxClientEventHandler<ASPxClientPivotGrid>>
#Event Data
The CustomizationFieldsVisibleChanged event's data class is ASPxClientEventArgs.
#Remarks
Handle the CustomizationFieldsVisibleChanged event to provide an appropriate response to the customization form’s visible state being changed.
See Also