KaxChartDataSourceID Property |
Gets or sets the ID of the control from which the data-bound control retrieves its list of data items.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic override string DataSourceID { get; set; }
Public Overrides Property DataSourceID As String
Get
Set
public:
virtual property String^ DataSourceID {
String^ get () override;
void set (String^ value) override;
}
abstract DataSourceID : string with get, set
override DataSourceID : string with get, set
Property Value
Type:
String
See Also