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. ConnectionStringBuilder 01

Properties

Property nameDescription
AccentColorBrushGets or sets accent color.
ConnectionStateGets or sets the state of connection (not tested, invalid or valid).
ConnectionStringGets or sets connection string.
IsInEditModeGets 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!