Back to Devexpress

DashboardOlapDataSource.ComponentName Property

dashboard-devexpress-dot-dashboardcommon-dot-dashboardolapdatasource-15a790f3.md

latest1.3 KB
Original Source

DashboardOlapDataSource.ComponentName Property

Gets or sets the component name of the data source.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

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

Property Value

TypeDefaultDescription
Stringnull

A String value that is the component name of the data source.

|

See Also

DashboardOlapDataSource Class

DashboardOlapDataSource Members

DevExpress.DashboardCommon Namespace