Skip to main content

DevExpress.WinUI.Core Namespace

Contains types which implement functionality that is common to all DevExpress WinUI Controls.

Assembly: DevExpress.WinUI.Core.v23.2.dll

NuGet Package: DevExpress.WinUI

Classes

Name Description
Behavior The base class for the WinUI behaviors.
Behavior<T> The base class for the WinUI behaviors.
DependencyPropertyBehavior Allows you to bind a ViewModel property to a control’s non-dependency property.
DispatcherActionPriorityExtensions static Contains an extension method that is used in the DispatcherActionPriority class.
DispatcherService A UI service that allows you to use the DispatcherQueue to perform actions in a ViewModel.
DXButton The button control.
DXButtonStyleSettings Contains style settings that specify the DXButton’s appearance.
DXFontIconSource The icon source that uses a glyph from the specified font as the icon’s content.
DXFontIconSourceBase Serves as a base class for the DXFontIconSource and DXSymbolIconSource classes.
DXIconSource Serves as a base class for icon sources used to specify icon-related properties in DevExpress WinUI controls.
DXImageIconSource The icon source that uses an image as the icon’s content.
DXRepeatButton The button that raises its Click event with a specified interval while a user presses it.
DXSymbolIconSource The icon source that uses a Segoe MDL2 Assets glyph as the icon’s content.
EventArgsConverterBase<TArgs, TResult> A base class that allows you to implement a custom EventArgs conversion logic. The EventArgsConverter uses this class.
EventToCommand Executes a command in response to a raised event.
EventToCommandBase A base class for the EventToCommand behavior.
EventTrigger<T> A base class for the EventToCommand behavior.
FocusBehavior Focuses a UI control without code-behind.
Interaction Contains static functions that allow you to access Behaviors and/or UI Services.
KeyGesture A keyboard combination that you can use to invoke a command.
KeyToCommand Allows you to specify a key combination that invokes a command.
LayoutChangedEventArgs Contains data for the LayoutChanged event.
LayoutTreeHelper static A helper that can search for nodes in an application’s visual and logical trees.
MessageBoxService The UI service that allows you to show messages.
TypedDataTemplateSelector Allows you to define a simple template selection logic in XAML. The class is a declarative way to implement the DataTemplateSelector.
UIObjectService The UI Service that provides direct access to the service’s AssociatedObject from the View Model without referencing the AssociatedObject’s real type.
UIServiceBase The base class that allows you to implement UI Services.
UIServiceBase<T> The base class for the UIServiceBase.
ValueEventArgs<TValue>

Interfaces

Name Description
IEventArgsConverter Allows you to convert an event’s arguments to a command’s parameter. This class is implemented in the EventArgsConverterBase<TArgs, TResult> class.

Enums

Name Description
Dock Lists values that specify the child element’s position within its parent.
ElementSelectionMode Lists the values that specify the selection mode of a chart element.
LayoutChangedType Lists the type of changes applied to ChartRangeControlClient.