Back to Devexpress

DashboardOlapDataSource.Name Property

dashboard-devexpress-dot-dashboardcommon-dot-dashboardolapdatasource-45e2a98e.md

latest1.3 KB
Original Source

DashboardOlapDataSource.Name Property

Gets or sets the data source name.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
[DefaultValue(null)]
public string Name { get; set; }
vb
<DefaultValue(Nothing)>
Public Property Name As String

Property Value

TypeDefaultDescription
Stringnull

A String value that specifies the data source name.

|

Implements

Name

See Also

DashboardOlapDataSource Class

DashboardOlapDataSource Members

DevExpress.DashboardCommon Namespace