ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / DataLabelBase Class / OnClientRendering Property






In This Topic
    OnClientRendering Property (DataLabelBase)
    In This Topic
    Occurs before the rendering data label.
    Syntax
    'Declaration
     
    
    Public Property OnClientRendering As System.String
    'Usage
     
    
    Dim instance As DataLabelBase
    Dim value As System.String
     
    instance.OnClientRendering = value
     
    value = instance.OnClientRendering
    public System.string OnClientRendering {get; set;}
    public read-write property OnClientRendering: System.String; 
    public function get,set OnClientRendering : System.String
    public: __property System.string* get_OnClientRendering();
    public: __property void set_OnClientRendering( 
       System.string* value
    );
    public:
    property System.String^ OnClientRendering {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also