ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Olap Namespace / PivotPanel Class / OnClientUpdatedView Property






In This Topic
    OnClientUpdatedView Property (PivotPanel)
    In This Topic
    Occurs after the engine has finished updating the output pivot view list.
    Syntax
    'Declaration
     
    
    Public Property OnClientUpdatedView As System.String
    'Usage
     
    
    Dim instance As PivotPanel
    Dim value As System.String
     
    instance.OnClientUpdatedView = value
     
    value = instance.OnClientUpdatedView
    public System.string OnClientUpdatedView {get; set;}
    public read-write property OnClientUpdatedView: System.String; 
    public function get,set OnClientUpdatedView : System.String
    public: __property System.string* get_OnClientUpdatedView();
    public: __property void set_OnClientUpdatedView( 
       System.string* value
    );
    public:
    property System.String^ OnClientUpdatedView {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also