ComboBoxHelper Class
A helper class that provides various attached properties for the ComboBox control.
Namespace
MahApps.Metro.Controls
Base Types
  • object
graph BT Type-->Base0["object"] Type["ComboBoxHelper"] class Type type-node

Syntax

public class ComboBoxHelper

Fields

Name Field Type Constant Value Summary
CharacterCasingProperty DependencyProperty
static
MaxLengthProperty DependencyProperty
static

Methods

Name Return Value Summary
GetCharacterCasing(UIElement) CharacterCasing
Gets the Character casing of the TextBox.
static
GetMaxLength(UIElement) int
Gets the Maximum number of characters the TextBox can accept.
static
SetCharacterCasing(UIElement, CharacterCasing) void
Sets the Character casing of the TextBox.
static
SetMaxLength(UIElement, int) void
Sets the Maximum number of characters the TextBox can accept.
static