Open this page in the API Guide

TimeDimensionProviderInfo.HasCustomConfigurationUI Property

Gets a value indicating whether this time dimension provider is using a custom configuration UI.

Namespace:  Dundas.BI.Data.TimeDimensionProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public bool HasCustomConfigurationUI { get; }

Property Value

Type: Boolean
true if this time dimension provider is using a custom configuration UI; otherwise, false.
See Also