MahApps.Metro by Jan Karger, Dennis Daume, Brendan Forster, Paul Jenkins, Jake Ginnivan, Alex Mitchell

<PackageReference Include="MahApps.Metro" Version="2.1.1" />

.NET API 3,425,904 bytes

 ComboBoxHelper

public class ComboBoxHelper
A helper class that provides various attached properties for the ComboBox control.

public static readonly DependencyProperty MaxLengthProperty

public ComboBoxHelper()

Gets the Character casing of the TextBox.

public static int GetMaxLength(UIElement obj)

Gets the Maximum number of characters the TextBox can accept.

public static void SetCharacterCasing(UIElement obj, CharacterCasing value)

Sets the Character casing of the TextBox.

public static void SetMaxLength(UIElement obj, int value)

Sets the Maximum number of characters the TextBox can accept.