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






In This Topic
    ItemsSourceId Property (FlexSheet)
    In This Topic
    This property is useless in FlexSheet.
    Syntax
    'Declaration
     
    
    <IgnoreAttribute()>
    Public Overrides Property ItemsSourceId As System.String
    'Usage
     
    
    Dim instance As FlexSheet
    Dim value As System.String
     
    instance.ItemsSourceId = value
     
    value = instance.ItemsSourceId
    [Ignore()]
    public override System.string ItemsSourceId {get; set;}
    public read-write property ItemsSourceId: System.String; override; 
    IgnoreAttribute()
    public override function get,set ItemsSourceId : System.String
    [Ignore()]
    public: __property System.string* get_ItemsSourceId() override;
    public: __property void set_ItemsSourceId( 
       System.string* value
    ) override;
    [Ignore()]
    public:
    property System.String^ ItemsSourceId {
       System.String^ get() override;
       void set (    System.String^ value) override;
    }
    See Also