Navigation :
ConnectionStringBuilder
This control allows user to build connection string for remote and local data sources.
Inherits from Catel.Windows.Controls.UserControl.
It works as shown below.

Properties
| Property name | Description |
|---|
| AccentColorBrush | Gets or sets accent color. |
| ConnectionState | Gets or sets the state of connection (not tested, invalid or valid). |
| ConnectionString | Gets or sets connection string. |
| IsInEditMode | Gets or set whether connection string properties dialog is visible. |
How to use
Put control on a parent content control and bind to ConnectionString property.
<orc:ConnectionStringBuilder x:Name="ConnectionStringBuilderControl"
ConnectionString="{Binding ConnectionString}"/>
Contributions
We would like to thank the following contributors:
Want to contribute to the documentation? We have a guide for that!
Questions
Have a question about Catel or WildGums controls? Use StackOverflow with the Catel tag!