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






In This Topic
    IsContentHtml Property (PivotFieldBase)
    In This Topic
    Gets or sets a value indicating whether items in this field contain HTML content rather than plain text.
    Syntax
    'Declaration
     
    
    Public Property IsContentHtml As System.Boolean
    'Usage
     
    
    Dim instance As PivotFieldBase
    Dim value As System.Boolean
     
    instance.IsContentHtml = value
     
    value = instance.IsContentHtml
    public System.bool IsContentHtml {get; set;}
    public read-write property IsContentHtml: System.Boolean; 
    public function get,set IsContentHtml : System.boolean
    public: __property System.bool get_IsContentHtml();
    public: __property void set_IsContentHtml( 
       System.bool value
    );
    public:
    property System.bool IsContentHtml {
       System.bool get();
       void set (    System.bool value);
    }
    See Also