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






In This Topic
    ItemsSourceId Property (PivotGrid)
    In This Topic
    Gets or sets the id of the source.
    Syntax
    'Declaration
     
    
    <JsonAttribute(True)>
    <JsonConverterAttribute(C1.Web.Mvc.Serialization.DefaultConverter)>
    Public Overrides Property ItemsSourceId As System.String
    'Usage
     
    
    Dim instance As PivotGrid
    Dim value As System.String
     
    instance.ItemsSourceId = value
     
    value = instance.ItemsSourceId
    [Json(true)]
    [JsonConverter(C1.Web.Mvc.Serialization.DefaultConverter)]
    public override System.string ItemsSourceId {get; set;}
    public read-write property ItemsSourceId: System.String; override; 
    JsonAttribute()
    JsonConverterAttribute(C1.Web.Mvc.Serialization.DefaultConverter)
    public override function get,set ItemsSourceId : System.String
    [Json(true)]
    [JsonConverter(C1.Web.Mvc.Serialization.DefaultConverter)]
    public: __property System.string* get_ItemsSourceId() override;
    public: __property void set_ItemsSourceId( 
       System.string* value
    ) override;
    [Json(true)]
    [JsonConverter(C1.Web.Mvc.Serialization.DefaultConverter)]
    public:
    property System.String^ ItemsSourceId {
       System.String^ get() override;
       void set (    System.String^ value) override;
    }
    Remarks
    It can be the id of a PivotPanel component or a PivotEngine component.
    See Also