ASPxClientPivotGrid.CustomizationFieldsVisibleChanged Event
Fires on the client side after the customization form’s visible state has been changed.
Declaration
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