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






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