DashboardEFDataSource.Name Property
Gets or sets the data source name.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
[Browsable(true)]
[DefaultValue(null)]
public override string Name { get; set; }
<DefaultValue(Nothing)>
<Browsable(True)>
Public Overrides Property Name As String
Property Value
Type | Default | Description |
---|---|---|
String | null |
A String that specifies the data source name. |
Implements
DevExpress.DashboardCommon.Native.IDashboardComponent.Name
See Also
Feedback