PlaceholderProviderHasCustomConfigurationUI Property |
Gets a value indicating whether this data provider is using a custom configuration UI.
Namespace: Dundas.BI.Data.DataProvidersAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic override bool HasCustomConfigurationUI { get; }Public Overrides ReadOnly Property HasCustomConfigurationUI As Boolean
Get
public:
virtual property bool HasCustomConfigurationUI {
bool get () override;
}abstract HasCustomConfigurationUI : bool with get
override HasCustomConfigurationUI : bool with get
Property Value
Boolean if this data provider is using a custom configuration UI; otherwise,
.
See Also