ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridSearch Class / Grid Property






In This Topic
    Grid Property (FlexGridSearch)
    In This Topic
    Gets or sets the FlexGrid that is connected to this FlexGridSearch.
    Syntax
    'Declaration
     
    
    Public Property Grid As System.String
    'Usage
     
    
    Dim instance As FlexGridSearch
    Dim value As System.String
     
    instance.Grid = value
     
    value = instance.Grid
    public System.string Grid {get; set;}
    public read-write property Grid: System.String; 
    public function get,set Grid : System.String
    public: __property System.string* get_Grid();
    public: __property void set_Grid( 
       System.string* value
    );
    public:
    property System.String^ Grid {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also