ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / FlexSheet Class / ShowSort Property






In This Topic
    ShowSort Property (FlexSheet)
    In This Topic
    This property is useless in FlexSheet.
    Syntax
    'Declaration
     
    
    <IgnoreAttribute()>
    Public Overrides Property ShowSort As System.Boolean
    'Usage
     
    
    Dim instance As FlexSheet
    Dim value As System.Boolean
     
    instance.ShowSort = value
     
    value = instance.ShowSort
    [Ignore()]
    public override System.bool ShowSort {get; set;}
    public read-write property ShowSort: System.Boolean; override; 
    IgnoreAttribute()
    public override function get,set ShowSort : System.boolean
    [Ignore()]
    public: __property System.bool get_ShowSort() override;
    public: __property void set_ShowSort( 
       System.bool value
    ) override;
    [Ignore()]
    public:
    property System.bool ShowSort {
       System.bool get() override;
       void set (    System.bool value) override;
    }
    See Also