Updated Wiki: Home
February 20, 2014 update: v2.1.0 of the Community Edition released with another 70 bug fixes and improvements. Subscribers of the Plus Edition have just received v2.2.0 with 4 new controls and 20...
View ArticleUpdated Wiki: CalculatorUpDown
CalculatorUpDown Derives from Xceed.Wpf.Toolkit.DecimalUpDownThe CalculatorUpDown provides a TextBox with button spinners that allow incrementing and decrementing numeric values by using the spinner...
View ArticleUpdated Wiki: CalculatorUpDown
CalculatorUpDown Derives from Xceed.Wpf.Toolkit.DecimalUpDownThe CalculatorUpDown provides a TextBox with button spinners that allow incrementing and decrementing numeric values by using the spinner...
View ArticleUpdated Wiki: CheckComboBox
CheckComboBox Derives from Xceed.Wpf.Toolkit.Primitives.SelectorCheckComboBox is a combo box in which the items in the dropdown are preceded by a checkbox. As items are checked or unchecked, the Text...
View ArticleUpdated Wiki: CheckListBox
CheckListBox Derives from Xceed.Wpf.Toolkit.Primitives.SelectorThe CheckListBox control is a ListBox in which each item is represented with a CheckBox. The CheckBox.IsSelected can be data bound using...
View ArticleUpdated Wiki: ButtonSpinner
ButtonSpinner Derives from Xceed.Wpf.Toolkit.SpinnerThe ButtonSpinner control allows you to add button spinners to any element and then respond to the Spin event to manipulate that element. The Spin...
View ArticleUpdated Wiki: Calculator
Calculator Derives from ControlThe Calculator is a control used for performing mathematical calculations.FeaturesBasic Math FunctionsMemory Operations ClearStoreRecallAdd (M+)Subract (M-)Mouse and...
View ArticleUpdated Wiki: CalculatorUpDown
CalculatorUpDown Derives from Xceed.Wpf.Toolkit.DecimalUpDownThe CalculatorUpDown provides a TextBox with button spinners that allow incrementing and decrementing numeric values by using the spinner...
View ArticleUpdated Wiki: CheckComboBox
CheckComboBox Derives from Xceed.Wpf.Toolkit.Primitives.SelectorCheckComboBox is a combo box in which the items in the dropdown are preceded by a checkbox. As items are checked or unchecked, the Text...
View ArticleUpdated Wiki: ChildWindow
ChildWindow Derives from Xceed.Wpf.Toolkit.Primitives.WindowControlStarting with version 2.0, ChildWindow (and MessageBox) is derived from WindowControl and no longer manages its parent’s background or...
View ArticleUpdated Wiki: CollectionEditor
CollectionControl Derives from ControlProvides a user interface that can edit types of collections.Properties / Events Property Description IsReadOnly Gets or sets if the data in the CollectionControl...
View ArticleUpdated Wiki: CollectionControlDialog
CollectionControlDialog Derives from WindowProvides a dialog containing a collection editor.Properties Property Description IsReadOnly Gets or sets if the data in the CollectionControl can be modified....
View ArticleUpdated Wiki: ColorCanvas
ColorCanvas Derives from ControlThe ColorCanvas allows you to select a color either using an advanced color canvas, by setting the HexadecimalString, or by setting the ARGB values.Properties / Events...
View ArticleUpdated Wiki: ColorPicker
ColorPicker Derives from ControlThe ColorPicker is an editor that allows a user to pick a color from predefind color palettes. By default, there are 140 available colors and 10 predefined standard...
View ArticleUpdated Wiki: DateTimePicker
DateTimePicker Derives from Xceed.Wpf.Toolkit.DateTimeUpDownGet the best of both worlds: The user can increment or decrement the DateTime using button spinners, up/down keys, or the mouse wheel, or can...
View ArticleUpdated Wiki: DateTimeUpDown
DateTimeUpDown Derives from Xceed.Wpf.Toolkit.Core.Primitives.DateTimeUpDownBaseThe DateTimeUpDown control allows a user to increment or decrement a DateTime using button spinners, up/down keys, or the...
View ArticleUpdated Wiki: DropDownButton
DropDownButton Derives from ContentControlThe DropDownButton control is a button that when clicked displays a drop down in which you can place any custom content. <extToolkit:DropDownButton...
View ArticleUpdated Wiki: Magnifier
Magnifier Derives from ControlThe Magnifier control does exactly what is sounds like. It allows a user to magnify parts of an application.UsagePropertiesExampleUsageYou can add the Magnifier to any...
View ArticleUpdated Wiki: MaskedTextBox
MaskedTextBox Derives from Xceed.Wpf.Toolkit.Primitives.ValueRangeTextBoxRepresents a control that limits the input text to the format determined by the specified mask.Note: This version of...
View ArticleUpdated Wiki: MessageBox
MessageBox Derives from Xceed.Wpf.Toolkit.Primitives.WindowControlStarting with version 2.0, MessageBox (and ChildWindow) is derived from WindowControl and no longer manages its parent’s background or...
View Article