Updated Wiki: SingleUpDown
SingleUpDown The SingleUpDown control provides a TextBox with button spinners that allow incrementing and decrementing Nullable<single> values by using the spinner buttons, keyboard up/down...
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: TimePicker
TimePicker Derives from ControlRepresents a control that allows users to select a time. Properties Property Description AllowSpin Gets or sets a value indicating whether interacting with the spinner...
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: PropertyGrid
PropertyGrid Derives from ControlThe PropertyGrid control allows you inspect and edit properties of an object. This PropertyGrid allows you to autogenerate all properties or specify the specific...
View ArticleUpdated Wiki: Documentation
ControlsAutoSelectTextBoxAvalonDockBusyIndicatorButtonSpinnerCalculatorCalculatorUpDownCharts -Plus EditionCheckComboBoxCheckListBoxChildWindowChildWindow Plus -Plus...
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: 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: TimeSpanUpDown
TimeSpanUpDown Derives from Xceed.Wpf.Toolkit.Core.Primitives.DatetimeUpDownBaseThe TimeSpanUpDown controls let you increment or decrement a time over 24 hours. The Format is...
View ArticleUpdated Wiki: ByteUpDown
ByteUpDown The ByteUpDown control provides a TextBox with button spinners that allow incrementing and decrementing Nullable<byte> values by using the spinner buttons, keyboard up/down arrows, or...
View ArticleUpdated Wiki: DecimalUpDown
DecimalUpDown The DecimalUpDown control provides a TextBox with button spinners that allow incrementing and decrementing Nullable<Decimal> values by using the spinner buttons, keyboard up/down...
View ArticleUpdated Wiki: DoubleUpDown
DoubleUpDown The DoubleUpDown control provides a TextBox with button spinners that allow incrementing and decrementing Nullable<Double> values by using the spinner buttons, keyboard up/down...
View ArticleUpdated Wiki: IntegerUpDown
IntegerUpDown The IntegerUpDown control provides a TextBox with button spinners that allow incrementing and decrementing Nullable<int> values by using the spinner buttons, keyboard up/down...
View ArticleUpdated Wiki: LongUpDown
LongUpDown The LongUpDown control provides a TextBox with button spinners that allow incrementing and decrementing Nullable<long> values by using the spinner buttons, keyboard up/down arrows, or...
View ArticleUpdated Wiki: ShortUpDown
ShortUpDown The ShortUpDown control provides a TextBox with button spinners that allow incrementing and decrementing Nullable<short> values by using the spinner buttons, keyboard up/down arrows,...
View ArticleUpdated Wiki: SingleUpDown
SingleUpDown The SingleUpDown control provides a TextBox with button spinners that allow incrementing and decrementing Nullable<single> values by using the spinner buttons, keyboard up/down...
View ArticleNew Post: How to force a call to ResolveEditor ( a function in ITypeEditor)
I am using a custom editor with attributes for a read-only property which is of type double. The foreground color of the textbox for the property depends on whether the property is in or out a...
View ArticleNew Post: How to force a call to ResolveEditor ( a function in ITypeEditor)
Hi, In the Plus version of the Toolkit, you can use the "DependsOn" attribute, which calls the ResolveEditor method when the associated attribute is modified. Here's a sample :<StackPanel>...
View ArticleCreated Unassigned: PropertyGrid Bug [21813]
There's a bug in PropertyGrid that makes it so that primitive collections can never update.-- first, in "PropertyGridUtilities.cs", the following code determines the item type of the collection, which...
View ArticleEdited Issue: PropertyGrid Bug [21813]
There's a bug in PropertyGrid that makes it so that primitive collections can never update.-- first, in "PropertyGridUtilities.cs", the following code determines the item type of the collection, which...
View Article