Updated Wiki: Rating
RatingOnly available in the Plus EditionDerives from ItemsControlSetting the Value property will highlight the corresponding RatingItem icons.Properties Property Description ActiveBorderControl Gets or...
View ArticleUpdated Wiki: Home
June 2014 update: v2.2.0 of the Community Edition released with two new controls and 15 bug fixes and improvements. Subscribers of the Plus Edition got an additional two new controls in v2.2.0, and...
View ArticleUpdated Wiki: StylableWindow
StylableWindowOnly available in the Plus EditionDerives from System.Windows.WindowRepresents a window possessing all of the basic features of a normal window whose elements can all be styled.Cannot...
View ArticleUpdated Wiki: StylableWindow
StylableWindowOnly available in the Plus EditionDerives from System.Windows.WindowRepresents a window possessing all of the basic features of a normal window whose elements can all be styled.Properties...
View ArticleUpdated Wiki: ToggleSwitch
ToggleSwitchOnly available in the Plus EditionDerives from ControlThe ToggleSwitch control is a fully customizable on/off switch that can be used to enhance the UI experience.Properties Property...
View ArticleUpdated Wiki: Charts
ChartsOnly available in the Plus EditionDerives from ControlChart control is designed to display rich, flexible, configurable and extendable charts. Wpf Chart is 100% look-less control. Chart is able...
View ArticleUpdated Wiki: Home
June 2014 update: v2.2.0 of the Community Edition released with two new controls and 15 bug fixes and improvements. Subscribers of the Plus Edition got an additional two new controls in v2.2.0, and...
View ArticleNew Post: How can i use CheckComboBox with MVVM
Hi, You could try the following :View.xaml : <xctk:CheckComboBox x:Name="_checkComboBox" ItemsSource="{Binding Countries}" DisplayMemberPath="Name" SelectedItemsOverride="{Binding...
View ArticleUpdated Wiki: Home
June 2014 update: v2.2.0 of the Community Edition released with two new controls and 15 bug fixes and improvements. Subscribers of the Plus Edition got an additional two new controls in v2.2.0, and...
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 ArticleNew Post: PropertyGrid: Refresh Custom ItemsSource
Hi, Does "PropertyGrid.Update()" do the job ? If not, I guess you'll have to wait for isue https://wpftoolkit.codeplex.com/workitem/18507 to be completed. Thanks.
View ArticleUpdated Wiki: Charts
ChartsOnly available in the Plus EditionDerives from ControlThe Chart control is designed to display rich, flexible, configurable and extendable charts. The Wpf Chart is 100% look-less control, and is...
View ArticleUpdated Wiki: Area
Area Derives from PanelUsed to display charts and a grid with axes and labels. Use the Series property to specify the list of DataPoints.Properties Property Description Title Gets or sets Area title....
View ArticleUpdated Wiki: Series
Series Derives from DependencyObjectDisplays a list of DataPoint primitives in an Area of a Chart.Properties Property Description ShowHintLabels Gets or Sets, show hint labels for series elements or...
View ArticleUpdated Wiki: Axis
Axis Derives from Xceed.Wpf.Toolkit.Chart.GridLineRepresents an axis.Properties Property Description LabelsType Gets or sets type of tick labels. DateTimeFormatInfo Gets or sets DateTime format, uses...
View ArticleUpdated Wiki: Charts
ChartsOnly available in the Plus EditionDerives from ControlThe Chart control is designed to display rich, flexible, configurable and extendable charts. The Wpf Chart is 100% look-less control, and is...
View ArticleUpdated Wiki: Area
Area Derives from PanelUsed to display charts and a grid with axes and labels. Use the Series property to specify the list of DataPoints.SeriesAxisProperties Property Description Title Gets or sets...
View Article