DevExpress.Xpf.Core.v21.2 Contains controls for building a UI using the MVVM design pattern. Allows you to add your own items to the Window’s Jump Lists. Initializes a new instance of the class. Adds a new ApplicationJumpTask to the Jump List or replaces an already existing jump task. The ApplicationJumpTask to add to the Jump List. Adds the specified jump path to the Recent category of the Jump List. The JumpPath to add to the Jump List. Registers and adds the newly added jump tasks to its Jump List. Returns the collection of rejected items. Identifies the dependency property. Gets or sets the prefix of the command line. This is a dependency property. The prefix of the command line.The default is “/APPLICATION_JUMP_TASK=”. Identifies the dependency property. A dependency property identifier. Gets or sets the path to the folder that contains the DevExpress.Mvvm.UI.ApplicationJumpTaskLauncher.exe. A Systems.String value specifying the path to the folder that contains the DevExpress.Mvvm.UI.ApplicationJumpTaskLauncher.exe. Identifies the dependency property. A dependency property identifier. Gets or sets the path to the default launcher storage folder, that contains the DevExpress.Mvvm.UI.ApplicationJumpTaskLauncher.exe. The path to the default launcher storage folder that contains the DevExpress.Mvvm.UI.ApplicationJumpTaskLauncher.exe. Identifies the dependency property. A dependency property identifier. Gets or set the custom icons’ storage. The custom icons’ storage. Gets or sets the path to the default icons storage folder. The path to the default icons storage folder. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets the collection of objects that are displayed in the Jump List. The collection of objects displayed in the Jump List. Gets or sets a value that indicates whether frequently used items are displayed in the Jump List. true, if frequently used items are displayed in the Jump List; otherwise, false.The default is false. Gets or sets a value that indicates whether recently used items are displayed in the Jump List. true, if recently used items are displayed in the Jump List; otherwise, false.The default is false. Implements the functionality of an individual jump task that can be displayed within the Window’s Jump Lists. Initializes a new instance of the class. Initializes a new instance of the class. Gets or sets the path to the application. Gets or sets the path to the application that will be launched when an end-user clicks the current item.The default is an empty string. Gets or sets the arguments passed to the application on startup. The arguments passed to the application on startup.The default is null. Occurs whenever an end-user clicks the ‘s item. Creates a new object that is a copy of the current instance. A new object that is a copy of the current instance. Gets or sets the command to invoke when this jump task is clicked. An System.Windows.Input.ICommand descendant. Gets or sets the command identifier. Gets or sets the command parameter. This is a dependency property. The command specific data. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets the text displayed in the tooltip for the task in the Jump List. The text displayed in the tooltip for the task.The default is null. Gets or sets a task’s icon. An ImageSource object that represents the icon. Gets or sets the zero-based index of an icon embedded in a resource. The zero-based index of the icon, or -1 if no icon is used.The default is 0. Gets or sets the path to a resource that contains the icon to display in the Jump List. The path to a resource that contains the icon.The default is null. Gets or sets the text displayed for the task in the Jump List. The text displayed for the task in the Jump List.The default is null. Gets or sets the working directory of the application on startup. The working directory of the application on startup.The default is null. A command that the aggregates to create a composite command. Initializes a new instance of the class. Gets whether a command is executable. This is a dependency property. true if a command is executable; otherwise false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the command item‘s state should be checked before the command is executed. This is a dependency property. true if the command item‘s property should be checked; otherwise false. Identifies the dependency property. A dependency property identifier. Gets or sets the command to execute. This is a dependency property. The command that should be executed. Gets or sets the command parameter. This is a dependency property. The command specific data. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Executes the command assigned to the property. true if the was executed successfully; otherwise false. Allows you to aggregate multiple commands and execute them in a specific order. Initializes a new instance of the class. Gets or sets a condition that allows the behavior to execute the . This is a dependency property. A enumeration value. Identifies the dependency property. A dependency property identifier. Gets or sets the name of the associated control‘s property. This is a dependency property. The name of the property. Identifies the dependency property. A dependency property identifier. Gets a collection of aggregated commands. A collection of aggregated commands. Gets a composite command that is the behavior’s aggregated CommandItems. A composite command. Lists the values that specify the execute condition. The behavior can execute the if all its commands are executable. The can be executed if at least one of its aggregated commands is executable. Shows a confirmation message box before an application executes the specified command. Users can confirm or cancel the operation. Initializes a new instance of the class. Gets or sets the command that runs if the user accepts the confirmation message. This is a dependency property. The associated control’s Command property. Gets or sets parameters to pass to the . This is a dependency property. Parameters to pass to the . Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets a name of an associated control’s command property. This is a dependency property. The name of the property that should invoke the confirmation message box. Identifies the dependency property. A dependency property identifier. Gets or sets whether a confirmation message should be displayed. This is a dependency property. true if a confirmation message should be displayed; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets a custom message box service. You can use the or create a custom message box that implements the interface. This is a dependency property. A custom message box service. Identifies the dependency property. A dependency property identifier. Gets or sets the confirmation message buttons. This is a dependency property. Confirmation message buttons. Identifies the dependency property. A dependency property identifier. Gets or sets the confirmation message button that should be focused when the message appears. This is a dependency property. The confirmation message button that should be focused when the message appears. Identifies the dependency property. A dependency property identifier. Gets or sets the confirmation message icon. This is a dependency property. The confirmation message icon. Identifies the dependency property. A dependency property identifier. Gets or sets the confirmation message text. This is a dependency property. The confirmation message text. Identifies the dependency property. A dependency property identifier. Gets or sets the confirmation message title. This is a dependency property. The confirmation message title. Identifies the dependency property. A dependency property identifier. Allows you to serialize/deserialize settings (size and state) of the associated view (or window). Initializes a new instance of the class. Gets or sets the window height. The window height. Gets or sets the window width. The window width. Gets or sets the window state. The window state. Provides methods to work with a window. Initializes a new instance of the class. The command that is called when the current window is closed. This is a dependency property. An object implementing the interface. Identifies the dependency property. A dependency property identifier. Provides a set of static methods to create IValueConverter and IMutliValueConverter instances based on passed delegates. Creates an instance of object that implements the interface. A delegate method that converts a value. A delegate method that converts a value back. An instance of object that implements the interface. Creates an instance of object that implements the interface. A delegate method that converts a value. A delegate method that converts a value back. An instance of object that implements the interface. Creates an instance of object that implements the interface. A delegate method that converts a value. A delegate method that converts a value back. The type of the first value produced by the binding source. The type of the second value produced by the binding source. The type of the value of the binding target. An instance of an object that implements the interface. Creates an instance of an object that implements the interface. A delegate method that converts a value. A delegate method that converts a value back. The type of the first value produced by the binding source. The type of the second value produced by the binding source. The type of the third value produced by the binding source. The type of the value of the binding target. An instance of an object that implements the interface. Creates an instance of an object that implements the interface. A delegate method that converts a value. A delegate method that converts a value back. The type of the first value produced by the binding source. The type of the second value produced by the binding source. The type of the third value produced by the binding source. The type of the fourth value produced by the binding source. The type of the value of the binding target. An instance of an object that implements the interface. Creates an instance of an object that implements the interface. A delegate method that converts a value. A delegate method that converts a value back. The type of the first value produced by the binding source. The type of the second value produced by the binding source. The type of the third value produced by the binding source. The type of the fourth value produced by the binding source. The type of the fifth value produced by the binding source. The type of the value of the binding target. An instance of an object that implements the interface. Creates an instance of an object that implements the interface. A delegate method that converts a value. A delegate method that converts a value back. The type of the first value produced by the binding source. The type of the second value produced by the binding source. The type of the third value produced by the binding source. The type of the fourth value produced by the binding source. The type of the fifth value produced by the binding source. The type of the sixth value produced by the binding source. The type of the value of the binding target. An instance of an object that implements the interface. Creates an instance of object that implements the interface. A delegate method that converts a value. A delegate method that converts a value back. An instance of an object that implements the interface. Creates an instance of an object that implements the interface. A delegate method that converts a value. A delegate method that converts a value back. An instance of an object that implements the interface. Creates an instance of an object that implements the interface. A delegate method that converts a value. A delegate method that converts a value back. The type of the value produced by the binding source. The type of the value of the binding target. An instance of an object that implements the interface. Creates an instance of an object that implements the interface. A delegate method that converts a value. A delegate method that converts a value back. The type of the value produced by the binding source. The type of the value of the binding target. An instance of an object that implements the interface. Allows you to bind a ViewModel property to a control’s non-dependency property. Initializes a new instance of the class. Gets or sets the binding that should be applied to the specified property. This is a dependency property. The binding that should be applied to the specified property. Identifies the dependency property. A dependency property identifier. Gets or sets the name of the event the handles to update the binding. The name of the event name the processes to update the specified binding. Gets or sets a control’s property name (the binding’s target). The name of the control’s property that should be bound. Allows you to perform actions in a ViewModel using the Dispatcher. Initializes a new instance of the class. Executes the specified delegate asynchronously. The delegate to execute, which takes no arguments and does not return a value. Gets or sets the amount of time to wait before invoking the DispatcherService’s method. This is a dependency property. A TimeSpan object specifying the amount of time to wait before invoking the DispatcherService’s method. Identifies the dependency property. A dependency property identifier. Gets or sets the DispatcherService’s dispatcher priority for invoking operations by way of the Dispatcher. An DispatcherPriority enumeration value that specifies the dispatcher priority for invoking operations by way of the Dispatcher.The default is DispatcherPriority.Normal. Binds a control’s ItemsSource property to an enumeration. Initializes a new instance of the class. Gets or sets whether images in a target control’s items are displayed. This is a dependency property. true if images in a target control’s items are displayed; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the enumeration type to be shown in the associated control. This is a dependency property. A System.Type object representing the underlying enumeration type. Identifies the dependency property. A dependency property identifier. Gets or sets the item’s image size (in pixels). This is a dependency property. The image wide and height (in pixels). Identifies the dependency property. A dependency property identifier. Gets or sets a template that defines the appearance of enumeration items. This is a dependency property. A template that defines the appearance of enumeration items. Identifies the dependency property. A dependency property identifier. Gets or sets a converter used to provide the item’s display value. This is a dependency property. An object that implements the System.Windows.Data.IValueConverter interface. Identifies the dependency property. A dependency property identifier. Gets or sets a control’s item sort order. This is a dependency property. A control’s item sort order. Identifies the dependency property. A dependency property identifier. Gets or sets whether an enumeration member’s name is split. This property is in effect if the member’s name is written in Pascal Case. This is a dependency property. true, if an enumeration member’s name is split; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether an enumeration element can be identified by a numeric value. This is a dependency property. true, if the enumeration element is identified by its numeric value; otherwise, false. Identifies the dependency property. A dependency property identifier. Executes a command in response to a raised event. Initializes a new instance of the class. Gets or sets whether the event source object’s IsEnabled property value reflects the command’s CanExecute method value. This is a dependency property. true if the event source object’s IsEnabled property value reflects the command’s CanExecute method value; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets an object that converts the event’s argument to a command’s parameter. This is a dependency property. An object that implements the interface. Identifies the dependency property. A dependency property identifier. Gets or sets modifier keys that need to be pressed to call the command. This is a dependency property. A enumeration value that specifies the set of modifier keys. Identifies the dependency property. A dependency property identifier. Gets or sets whether the event arguments are passed to the command. This is a dependency property. true to pass the event arguments to the command; otherwise, false. The default is false. Identifies the dependency property. A dependency property identifier. A base class for the behavior. Gets or sets the command to invoke when the associated event is raised. This is a dependency property. An ICommnd object specifying the command to invoke when the associated event is raised. Gets or sets a parameter to pass to the . This is a dependency property. Specifies a parameter to pass to the . Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets the target element on which to raise the specified . This is a dependency property. The element on which to raise the specified command. Identifies the dependency property. A dependency property identifier. Gets or sets the priority of the Dispatcher that invokes the associated command. This is a dependency property. A DispatcherPriority enumeration value that specifies the dispatcher’s priority. The Dispatcher invokes the associated command. The default value is DispatcherPriority.Normal. Identifies the dependency property. A dependency property identifier. Gets or sets whether the associated routed event is marked as handled when the command is executed. This is a dependency property. true if the associated routed event is marked as handled; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the EventToCommand processes events for the source object even if the source object is disabled. This is a dependency property. true if EventToCommand processes events for the disabled source object; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets if the EventToCommand behavior uses the Dispatcher to call the command. This is a dependency property. true if the EventToCommand behavior uses the Dispatcher to call the command; otherwise, false. Identifies the dependency property. A dependency property identifier. Focuses a UI control without code-behind. Initializes a new instance of the class with the default settings. Identifies the dependency property. Gets or sets the amount of time to wait before focusing the associated object. This is a dependency property. A TimeSpan object specifying the amount of time to wait before focusing the associated object. Identifies the dependency property. A dependency property identifier. Gets or sets the property name whose changes should lead to focusing the associated object. This is a dependency property. A System.string value specifying the property name whose changes should lead to focusing the associated object. Identifies the dependency property. A dependency property identifier. Allows you to browse, create, and select folders in the File System by using the standard folder browser dialog. Initializes a new instance of the class with the default settings. Gets or sets the text displayed above the tree view control in the dialog box. This is a dependency property. A System.String value specifying the text above the tree view control in the dialog box.The default is an empty string. Identifies the dependency property. A dependency property identifier. Occurs when the user clicks the Help button on the dialog box. Gets or sets a command executed when the Help button is clicked. This is a dependency property. A ICommand object executed when the Help button is clicked. Identifies the dependency property. A dependency property identifier. Gets or sets a value indicating whether the dialog box restores the directory to the previously selected directory. This is a dependency property. true, if the dialog box restores the current directory to the previously selected directory if a user changed the directory; otherwise, false. The default value is true. Identifies the dependency property. A dependency property identifier. Gets or sets the root folder where the browsing starts from. This is a dependency property. A SpecialFolder object specifying the root folder where the browsing starts. The default is SpecialFolder.Desktop. Identifies the dependency property. A dependency property identifier. Gets or sets a value indicating whether the New Folder button is displayed in the folder browser dialog box. This is a dependency property. true, if the New Folder button is shown in the dialog box; otherwise, false. The default is true. Identifies the dependency property. A dependency property identifier. Gets or sets the path of the initially selected directory. This is a dependency property. A Systems.Stringvalue specifying the path of the initially selected directory.The default is an empty string. Identifies the dependency property. A dependency property identifier. Binds a ViewModel function’s result to a control’s property. Initializes a new instance of the class. Gets or sets the converter to convert the value returned by the property. This is a dependency property. An IValueConverter implementation. Gets or sets the parameter to pass to the . The parameter to pass to the .The default is null. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets the name of a ‘s function whose result should change the ‘s value. This is a dependency property. The name of a ‘s function whose result should change the ‘s value. Identifies the dependency property. A dependency property identifier. Gets or sets a Target object’s property name. When the is executed, its result changes the specified property’s value. This is a dependency property. A Target object’s property name. Identifies the dependency property. A dependency property identifier. Serves as the base class for the and classes. Gets or sets an argument. This is a dependency property. An object specifying the argument. Gets or sets an argument. This is a dependency property. An object specifying the argument. Identifies the dependency property. A dependency property identifier. Gets or sets an argument. This is a dependency property. An object specifying the argument. Identifies the dependency property. A dependency property identifier. Gets or sets an argument. This is a dependency property. An object specifying the argument. Identifies the dependency property. A dependency property identifier. Gets or sets an argument. This is a dependency property. An object specifying the argument. Identifies the dependency property. A dependency property identifier. Gets or sets an argument. This is a dependency property. An object specifying the argument. Identifies the dependency property. A dependency property identifier. Gets or sets an argument. This is a dependency property. An object specifying the argument. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets an argument. This is a dependency property. An object specifying the argument. Identifies the dependency property. A dependency property identifier. Gets or sets an argument. This is a dependency property. An object specifying the argument. Identifies the dependency property. A dependency property identifier. Gets or sets an argument. This is a dependency property. An object specifying the argument. Identifies the dependency property. A dependency property identifier. Gets or sets an argument. This is a dependency property. An object specifying the argument. Identifies the dependency property. A dependency property identifier. Gets or sets an argument. This is a dependency property. An object specifying the argument. Identifies the dependency property. A dependency property identifier. Gets or sets an argument. This is a dependency property. An object specifying the argument. Identifies the dependency property. A dependency property identifier. Gets or sets an argument. This is a dependency property. An object specifying the argument. Identifies the dependency property. A dependency property identifier. Gets or sets an argument. This is a dependency property. An object specifying the argument. Identifies the dependency property. A dependency property identifier. Gets or sets an object whose method or a function should be executed. This is a dependency property. An object whose whose method or a function should be executed. Identifies the dependency property. A dependency property identifier. Gets or sets a target object. This is a dependency property. A target object. Identifies the dependency property. A dependency property identifier. Allows you to convert an event’s arguments to a command’s parameter. Converts the event argument to the command’s parameter. The event’s sender. The event’s argument. The command’s parameter. Allows you to convert an event’s arguments to a command’s parameter and vice versa. Converts the command’s parameter to the event arguments. The event’s sender. The event’s argument. The command’s parameter. A base class for the behavior. Initializes a new instance of the class with the default settings. Gets or sets a routed event that triggers the associated command. A RoutedEvent that triggers the associated command. Gets or sets the name of an event that triggers the associated command. The name of an event that triggers the associated command. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets the source object. An object specifying the source object. Gets or sets the name of the source object that raises the event. This is a dependency property. The name of a source object that raises the event. Identifies the dependency property. A dependency property identifier. Gets or sets a source object that raises the event. This is a dependency property. A behavior’s source object. Identifies the dependency property. A dependency property identifier. Contains classes to manage a control’s behaviors and triggers. Identifies the attached property. Identifies the attached property. Get the value of the attached property to a specified . An associated object. A behavior collection. Get the value of the attached property to a specified . An associated object. A behavior template. Get the value of the attached property to a specified . An associated object. A trigger collection. Set the value of the attached property to a specified . An associated object. A behavior template. Identifies the attached property. Allows you to bind a KeyGesture to a command. Initializes a new instance of the class with the default settings. Gets or sets the key gesture that invokes the command. This is a dependency property. The key gesture that invokes the command. Identifies the dependency property. A dependency property identifier. Allows you to save/restore the layout of serializable DevExpress WPF Controls located on a View. Initializes a new instance of the class with the default settings. Allows you to load and apply the layout of serializable DevExpress WPF Controls located on a View. A string value that contains the layout to be deserialized. Gets the initial layout of an associated View. A string value in which the initial layout is stored. Allows you to save the layout of serializable DevExpress WPF Controls located in a View. A string that contains the serialized layout. Provides utility methods for searching nodes in a visual and logical trees. Returns a LINQ-compatible collection which contains logical children. A visual object from which to obtain a collection of logical children. A LINQ-compatible collection which contains logical children. Returns a LINQ-compatible collection which contains visual children. A visual object from which to obtain a collection of visual children. A LINQ-compatible collection which contains visual children. Returns a LINQ-compatible collection which contains visual parents. A visual or logical child for which to obtain a collection of visual parents. A visual parent that is the stop node. A LINQ-compatible collection which contains visual parents. Binds a method of a ViewModel or control to a property of a control on a View. Initializes a new instance of the class. Gets or sets the name of a function that determines whether the can be executed. This is a dependency property. The name of a function that returns a Boolean value. Identifies the dependency property. A dependency property identifier. Gets or sets a object’s command property name that should be bound to the specified . This is a dependency property. A object’s property name. Gets or sets the command parameter. This is a dependency property. The command specific data. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets the name of a object’s method that should be invoked. This is a dependency property. A object’s method name. Identifies the dependency property. A dependency property identifier. Contains classes to manage module injection strategies. Provides methods to control the strategy. Provides the methods to manage strategies. Registers a custom strategy for the specified control’s type. Represents a strategy manager, allowing you to create or register new strategies. Initializes a new instance of the class. Registers the set of default strategies. Registers a custom strategy for the specified control’s type. A dependency property identifier. A dependency property identifier. A dependency property identifier. A dependency property identifier. A dependency property identifier. A dependency property identifier. A dependency property identifier. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Initializes a new instance of the class. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Allows you to show Windows 8/10 Style notifications. Initializes a new instance of the class. Gets or sets the notification Activator - a descendant of the ToastNotificationActivator class that allows you to manage end-user interactions with notification elements (buttons, selection menus and input boxes). A of a custom class that serves as an Activator. Gets or sets the path to the application icon, displayed within Windows 10 Style notifications. A String value that is the path to the application icon, displayed within Windows 10 Style notifications. Gets or sets the application id. This is a dependency property. A System.String value specifying the application id.Default value is null Identifies the dependency property. A dependency property identifier. Gets or sets the caption of an application shortcut, pinned to the Windows 10 Start Screen. A String value that is the caption of an application shortcut, pinned to the Windows 10 Start Screen. Gets a value indicating whether native Windows 8/10 notifications are available. true, if native notifications are available; otherwise, false. Gets or sets whether the service should add application shortcut to the Windows 10 Start Screen. A value that specifies whether the service should add an application shortcut to the Windows 10 Start Screen. Creates and returns a custom notification with the specified View Model. An object specifying the notification’s View Model. An DevExpress.Mvvm.INotification descendant with the specified View Model. Creates and returns a predefined notification with the specified header and body text and image. The System.string value specifying the notification header. The System.String value specifying the notification’s body text1. The System.String value specifying the notification’s body text2. An ImageSource object that represents the notification image. An DevExpress.Mvvm.INotification descendant with the with the specified header and body text and image. Specifies the duration for the display of custom notifications. This is a dependency property. A System.TimeSpan value. Identifies the dependency property. A dependency property identifier. Gets or sets the position of custom notifications. This is a dependency property. A DevExpress.Mvvm.UI.NotificationPosition enumerator value. Identifies the dependency property. A dependency property identifier. Gets or sets the monitor where the custom notification is shown. This is a dependency property. A NotificationScreen enum value that specifies the monitor where the custom notification is shown.The default is NotificationScreen.Primary Identifies the dependency property. A dependency property identifier. Gets or sets the style of custom notifications. This is a dependency property. A System.Windows.Style object that represents the style of custom notifications.Target Type: ContentControl. Identifies the dependency property. A dependency property identifier. Gets or sets the template that defines the presentation of custom notifications. This is a dependency property. A System.Windows.DataTemplate object that defines the presentation of custom notifications. Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses a custom notification template based on custom logic. This is a dependency property. A System.Windows.Controls.DataTemplateSelector descendant that chooses a template based on custom logic. Identifies the dependency property. A dependency property identifier. Gets or sets maximum number of custom notifications that are shown simultaneously. This is a dependency property. An integer value that specifies maximum number of custom notifications that are shown simultaneously.Default value is 3. Identifies the dependency property. A dependency property identifier. Specifies the duration for the display of predefined notifications. This is a dependency property. A DevExpress.Mvvm.UI.PredefinedNotificationDuration enumerator value. Identifies the dependency property. A dependency property identifier. Gets or sets the template that defines the presentation of predefined notifications. This is a dependency property. An object specifing the presentation of predefined notifications. Identifies the dependency property. A dependency property identifier. Gets or sets whether the application shortcut should be removed from the Windows 10 Start Screen. This property works only if the application shortcut is created by the service. true, if an application shortcut should be removed when the service is detached, or the object is unloaded, or a service-host window is closed; otherwise, false. Gets or sets the sound played when a notification is shown. A DevExpress.Mvvm.UI.PredefinedSound enumerator value that specifies the sound played when a notification is shown.The default is PredefinedSound.Notification_Default. Identifies the dependency property. A dependency property identifier. Gets or sets a value indicating whether native Windows 8/10 notifications are used. This is a dependency property. true, if NotificationService uses native notifications; otherwise, false. Identifies the dependency property. A dependency property identifier. Allows you to browse and open files in the File System by using the standard dialog box. Initializes a new instance of the class with the default settings. Gets or sets a value indicating whether the dialog box allows multiple files to be selected. This is a dependency property. true if the dialog box allows multiple files to be selected; otherwise, false. The default value is false. Identifies the dependency property. A dependency property identifier. Gets or sets a value indicating whether the read-only check box is selected. This is a dependency property. true, if the read-only check box is selected; otherwise, false. The default value is false. Identifies the dependency property. A dependency property identifier. Gets or sets a value indicating whether the dialog box contains a read-only check box. This is a dependency property. true, if the dialog box contains a read-only check box; otherwise, false. The default value is false. Identifies the dependency property. A dependency property identifier. Allows you to bind read-only dependency and attached properties to a ViewModel’s properties. Initializes a new instance of the class. Gets or sets a binding that should be applied to the specified property. This is a dependency property. A binding that should be applied to the specified property. Identifies the dependency property. A dependency property identifier. Gets or sets the command that the should execute when the bound property’s value is changed (specified in the or ). This is a dependency property. The command that the should execute when the bound property’s value is changed. Identifies the dependency property. A dependency property identifier. Gets or sets the bound property. This is a dependency property. The bound property. Identifies the dependency property. A dependency property identifier. Gets or sets whether a bound ViewModel’s property should be updated. This is a dependency property. true to update a bound ViewModel’s property; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the bound property’s name. This is a dependency property. The bound property’s name. Identifies the dependency property. A dependency property identifier. Allows you to save the data of a ViewModel to a file by using the standard dialog box. Initializes a new instance of the class with the default settings. Gets or sets a value indicating whether the dialog box prompts a user for permission to create a file if the user specifies a file that does not exist. This is a dependency property. true if the dialog box prompts the user before creating a file; false if the dialog box automatically creates the new file without prompting the user for permission. The default value is false. Identifies the dependency property. A dependency property identifier. Gets or sets the default file extension. This is a dependency property. A System.String value specifying the default file extension. The returned string does not include the period. The default value is an empty string (“”). Identifies the dependency property. A dependency property identifier. Gets or sets a value indicating whether the Save As dialog box displays a warning if the user specifies a file name that already exists. true if the dialog box prompts the user before overwriting an existing file; false if the dialog box automatically overwrites the existing file without prompting the user for permission. The default value is true. Identifies the dependency property. A dependency property identifier. The base class for services. Identifies the dependency property. A dependency property identifier. Allows you to display customizable application taskbar buttons. Initializes a new instance of the class. Gets or sets the text to display for the task-bar thumbnail tool-tip. This is a dependency property. A System.String value specifying the text to display for the thumbnail tool-tip.The default is an empty string. Identifies the dependency property. A dependency property identifier. Gets or sets the icon that is displayed over the taskbar button. This is a dependency property. The icon that is displayed over the taskbar button.The default is null. Identifies the dependency property. A dependency property identifier. Gets or sets the taskbar button’s progress state. This is a dependency property. A System.Windows.Shell.TaskbarItemProgressState enumerator value. Identifies the dependency property. A dependency property identifier. Gets or sets the taskbar button’s progress. This is a dependency property. A System.Double value specifing the taskbar button’s progress Identifies the dependency property. A dependency property identifier. Gets or sets the TaskbarThumbButtonInfo collection. This is a dependency property. The TaskbarThumbButtonInfo collection that represents the taskbar thumbnail’s Thumb buttons. Identifies the dependency property. A dependency property identifier. Gets or sets the thumbnail clipping margin. A System.Windows.Thickness value.The default is 0. Gets or sets the ThumbnailClipMargin property callback. This is a dependency property. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Updates the thumbnail clipping margin. Tracks validation errors within a UI container. Initializes a new instance of the class. Gets a collection of validation errors within a bound UI container. This is a dependency property. A collection of validation errors. Identifies the dependency property. A dependency property identifier. Gets or sets whether a UI container that is bound to the contains errors. This is a dependency property. true if a UI container that is bound to the contains errors; otherwise, false. Identifies the dependency property. A dependency property identifier. Allows you to integrate any ViewModel (with its View) to any control. Initializes a new instance of the class. This is a dependency property. Identifies the dependency property. A dependency property identifier. This is a dependency property. This is a dependency property. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. This is a dependency property. Identifies the dependency property. A dependency property identifier. This is a dependency property. Identifies the dependency property. A dependency property identifier. This is a dependency property. Identifies the dependency property. A dependency property identifier. Provides functionality to locate Views by their type names. Creates a ViewLocator capable of locating Views within assemblies specified by an enumerator. Assemblies where the ViewLocator will search for Views. Creates a ViewLocator capable of locating Views within the specified assemblies. An array of assemblies where the ViewLocator will search for Views. Creates a ViewLocator capable of locating Views within the current assembly. An Application object that identifies the assembly where the ViewLocator will search for Views. Specifies the default object implementing the interface. An object implementing the interface. The base class for services that are capable of locating Views by their type names. Specifies the view locator. An object implementing the interface. Identifies the dependency property. A dependency property identifier. Specifies the view template. A object. Identifies the dependency property. A dependency property identifier. Specifies the template selector that chooses a view template based on the passed view model. A descendant that chooses a template based on custom logic. Identifies the dependency property. A dependency property identifier. Allows you to show your views as windows and control them from your ViewModels. Initializes a new instance of the WindowService class. Gets or sets whether the service specifies the window’s owner. This is a dependency property. true, if the service specifies the window’s owner; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the service window’s title. This is a dependency property. A String object that is a service window’s title. Identifies the dependency property. A dependency property identifier. Gets or sets the current service window’s show mode (modeless/modal). This is a dependency property. A WindowShowMode enumeration value. The default value is WindowShowMode.Default (modeless). Identifies the dependency property. A dependency property identifier. Gets or sets the service window’s position when it first shown. This is a dependency property. The service window’s position when it is first shown. Identifies the dependency property. A dependency property identifier. Gets or sets the style applied to the service window. This is a dependency property. A object that represents the style applied to the service window. Identifies the dependency property. A dependency property identifier. Gets or sets the current service window type. This is a dependency property. A object that represents the service’s window type. The default is ThemedWindow. Identifies the dependency property. A dependency property identifier. Lists the values that specify how the WindowService‘s windows are opened. A window is opened as a regular window. A window is opened as a dialog (modal window). Contains classes which implement the main functionality of the DXBars for WPF suite. To use these classes in XAML code, add the xmlns:dxb=”“ namespace reference. Adds a bar to the collection. Initializes a new instance of the class. Gets the index at which a bar is added to the collection. This property is overridden, so the bar is always appended at the end of the bar collection. An integer value that specifies the index at which a bar is added to the bar collection. Adds a bar item to the collection. Initializes a new instance of the class. Returns if the current object’s settings are equal to the specified object’s settings. An object whose settings are compared to the current object’s settings. true if current object’s settings are equal to the specified object’s settings; otherwise, false. Gets the index at which a bar item is added to the collection. This property is overridden, so the item is always appended at the end of the bar item collection. An integer value that specifies the index at which an item is added to the bar item collection. Adds a bar item link to the link container (a bar, a menu, etc.). Initializes a new instance of the class. Returns if the current object’s settings are equal to the specified object’s settings. An object whose settings are compared to the current object’s settings. true if current object’s settings are equal to the specified object’s settings; otherwise, false. Gets the index at which a bar item link is added to the target object (bar, menu, etc). This property is overridden, so the item link is always appended at the end of the item link collection. An integer value that specifies the index at which an item link is added to the item link collection. A bar which is displayed on-screen using a object. Initializes a new instance of the class. Gets or sets whether a bar can be collapsed by double-clicking on the bar’s drag widget. This is a dependency property. true if a bar can be collapsed by double-clicking on the bar’s drag widget; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets if the current ‘s customization context menu is enabled. This is a dependency property. true if the current ‘s customization context menu is enabled; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the bar’s visibility can be changed by an end-user. This is a dependency property. A value that specifies if the bar’s visibility can be changed by an end-user. Identifies the dependency property. A dependency property identifier. Gets or sets whether the bar provides the Quick Customization Button, opening the customization menu. A value that specifies if the bar provides the Quick Customization Button. Identifies the dependency property. A dependency property identifier. Gets or sets whether end-users can remove a bar item from its container. This is a dependency property. true, if end-users can remove a bar item from its container; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether a bar can be renamed via the Customization Window. This is a dependency property. true if a bar can be renamed via the Customization Window; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the brush used to paint the BarItem’s background. This is a dependency property. A object used to paint the BarItem’s background. Identifies the dependency property. A dependency property identifier. Fires when a BarControl, representing the current bar on-screen, is created. Gets or sets whether the content, glyph or both are displayed in the bar items. A enumeration value that specifies whether the content, glyph or both are displayed in the bar items. Identifies the dependency property. A dependency property identifier. Gets or sets the horizontal interval between the bar’s links. This is a dependency property. The horizontal interval between links. Identifies the dependency property. A dependency property identifier. Gets or sets the default alignment of all bar item links that reside within the current bar. A value that specifies the default alignment of all bar item links that reside within the current bar. Identifies the dependency property. A dependency property identifier. Gets or sets the vertical interval between the bar’s links. This is a dependency property. The vertical interval between links. Identifies the dependency property. A dependency property identifier. Gets or sets the brush used to paint the borders of the Bar Control. This is a dependency property. A value. Identifies the dependency property. A dependency property identifier. Gets or sets the thickness of the Bar‘s border. This is a dependency property. A value which specifies the bar’s border thickness in pixels. Identifies the dependency property. A dependency property identifier. Gets or sets the bar’s caption. This is a dependency property. A string that specifies the bar’s caption. Identifies the dependency property. A dependency property identifier. Gets or sets the Bar‘s corner radius. This is a dependency property. A value that specifies the Bar‘s corner radius. Identifies the dependency property. A dependency property identifier. Gets or sets whether this was created by an end-user during the runtime customization. true, if this was created by an end-user during runtime customization; otherwise, false. This member supports the internal infrastructure, and is not intended to be used directly from your code. A Size structure. Contains information on the position where the bar is docked. A object. Gets or sets the brush used to paint foreground of BarItem descedants. This is a dependency property. A object used to paint foreground of BarItem descedants. Identifies the dependency property. A dependency property identifier. Gets or sets whether a small or large image is used by bar item links displayed in the current bar. This is a dependency property. A GlyphSize value that specifies whether a small or large image is used by the bar’s links. Identifies the dependency property. A dependency property identifier. Hides the current bar if it is floating. Gets or sets whether the current bar is automatically hidden when it does not contain any items. This is a dependency property. true, if the current bar is automatically hidden when it does not contain any items; otherwise, false. The default is false. Identifies the dependency property. A dependency property identifier. Gets whether the bar’s visibility can be changed by an end-user. true if the bar’s visibility can be changed by an end-user; otherwise, false. Gets whether the bar provides the Quick Customization Button. true if the bar provides the Quick Customization Button; otherwise, false. Gets or sets whether the bar is collapsed. This is a dependency property. true if the bar is collapsed; false if the bar is in its normal state. Identifies the dependency property. A dependency property identifier. Gets or sets whether the bar represents the main menu. This is a dependency property. true if the bar represents the main menu; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether bar links are arranged into several lines when their total width exceeds the width of the bar. This is a dependency property. true if the multi-line feature is enabled; otherwise, false. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure, and is not intended to be used directly from your code. Gets or sets whether the bar represents the status bar. This is a dependency property. true if the bar represents the status bar; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets whether the bar is stretched to match the container’s width. true if the bar is stretched to match the container’s width; otherwise, false. Gets or sets the outer indents around the Bar. This is a dependency property. A that represents the outer indents around the Bar. Identifies the dependency property. A dependency property identifier. Merges the specified bar with the current bar. A bar whose visible item links must be merged with the current bar. Gets or sets the inner indents around the Bar. This is a dependency property A that represents the inner indents (in pixels) around the Bar. Identifies the dependency property. A dependency property identifier. Gets or sets whether the captions of the bar’s links are rotated when the bar is vertically docked. This is a dependency property. true if the captions of the bar’s links are rotated when the bar is vertically docked; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether a drag widget is displayed at the left of the bar, allowing the bar to be dragged using the mouse. This is a dependency property. true, if a drag widget is displayed at the left of the bar; otherwise, false. Identifies the dependency property. A dependency property identifier. Shows the current bar if it is floating. Gets or sets if a object has a visible size grip. This is a dependency property. true if a object has a visible size grip; otherwise, false. Identifies the dependency property. A dependency property identifier. Restores the layout of links for the current bar after other bars have been merged with it. Restores the layout of links for the current bar, removing the links that belong to the specified bar. This method is in effect if the specified bar has been merged with the current bar via the method. A object that has been merged with the current bar, and whose links must be removed from the current bar. Gets or sets whether the bar is stretched to match the container’s width. A value that specifies if the bar is stretched to match the container’s width. Identifies the dependency property. A dependency property identifier. Fires when a bar’s visibility is changed. The base class for actions manipulating objects. Initializes a new instance of the class. Gets or sets the index of the current bar in a bar collection. This is a dependency property. An integer value that specifies the index of the current bar in a bar collection. Identifies the dependency property. A dependency property identifier. Gets or sets the name of a bar. This is a dependency property. A string that specifies the name of a bar. Identifies the dependency property. A dependency property identifier. Returns the object being manipulated by the current action. An object that is manipulated by the current action. Returns if the current object’s settings are equal to the specified object’s settings. An object whose settings are compared to the current object’s settings. true if current object’s settings are equal to the specified object’s settings; otherwise, false. Represents a bar button item. Initializes a new instance of the class. Gets or sets whether the sub-menu that contains this should be closed when an end-user clicks it. true, if sub-menu that contains this should be closed when an end-user clicks it; otherwise, false. Identifies the dependency property. A dependency property identifier. Represents a link to a object. Initializes a new instance of the class. Gets whether the sub-menu that contains this should be closed when end-user clicks it true, if the sub-menu that contains this should be closed; otherwise, false. Represents a check button in bars. Initializes a new instance of the class. Gets or sets whether a checked item can be unchecked, when it belongs to a group. This is a dependency property. true if a checked item can be unchecked, when it belongs to a group; otherwise, false. Identifies the dependency property. A dependency property identifier. Fires when the item’s property is changed. Identifies the routed event. A routed event identifier. Gets or sets the item’s group index. The item’s group index. Identifies the dependency property. A dependency property identifier. Gets or sets whether the item is in the pushed state. This is a dependency property. true if the item is in the pushed state; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the bar item supports three states (Checked, Unchecked and Indeterminate). This is a dependency property. true if the bar check item supports three states rather than two; otherwise, false. Identifies the dependency property. A dependency property identifier. Toggles the item’s state. Represents a link to a object. Initializes a new instance of the class. Copies settings of the specified object to the current object. An object whose settings are copied. Gets the item’s group index. An integer value that specifies the item’s group index. Gets the corresponding item’s check state. This is a dependency property. A Boolean value that specifies the item’s check state. Identifies the dependency property. A dependency property identifier. Gets whether the corresponding bar item supports three states rather than two. This is a dependency property. true if the corresponding bar item supports three states rather than two; otherwise, false. Identifies the dependency property. A dependency property identifier. Represents the collection of bars. Initializes a new instance of the class. A object that will own the created collection. Locks the by preventing change notifications from being fired, preventing visual updates until the EndUpdate method is called. Unlocks the object after a call to the BeginUpdate method and causes an immediate visual update. Returns a bar that has the specified caption. A string value that represents the caption of the bar to be returned. This value matches the property’s value. A object that represents a bar with the specified caption. Returns true if the BeginUpdate method has been called, but the corresponding EndUpdate method hasn’t been called yet. true if the BeginUpdate method has been called, but the corresponding EndUpdate method hasn’t been called yet; otherwise, false. Provides access to bars by their names. A string that specifies the bar’s name. A object that has the specified name. Gets the that owns the current collection. A object that owns the current collection. A container for bars (, , and objects). Initializes a new instance of the class. Gets or sets the amount of space between the control’s borders and its contents. This is a dependency property. A value that specifies the amount of space between the control’s borders and its contents. Identifies the dependency property. A dependency property identifier. Gets or sets the horizontal distance between adjacent bars. This is a dependency property. A value that specifies the horizontal distance between adjacent bars. Identifies the dependency property. A dependency property identifier. Gets or sets whether the content, glyph or both are displayed in the bar items residing in the current . A enumeration value that specifies whether the content, glyph or both are displayed in the bar items residing in the current . Identifies the dependency property. A dependency property identifier. Stores bar objects displayed by the current . A collection of bar objects displayed by the current . Identifies the dependency property. A dependency property identifier. Gets or sets the vertical distance between adjacent bars. This is a dependency property. An integer value that specifies the vertical distance between adjacent bars. Identifies the dependency property. A dependency property identifier. Gets or sets the type of the current container. This is a dependency property. A BarContainerType value that specifies the type of the current container. Identifies the dependency property. A dependency property identifier. Gets or sets whether a border is drawn for the . This is a dependency property. true if a border is visible; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets whether the container is floating. This is a dependency property. true if the container is floating; otherwise, false. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure, and is not intended to be used directly from your code. This member supports the internal infrastructure, and is not intended to be used directly from your code. Gets the that owns the current object. A that owns the current object Called after the template is completely generated and attached to the visual tree. Gets or sets the orientation of the current object. This property is in effect when the is set to . This is a dependency property. An Orientation enumeration value that specifies whether the bar container is horizontal or vertical. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure, and is not intended to be used directly from your code. Contains values that identify the type of bar containers. Identifies the bar container that is designed to display bars at the bottom of the window. Identifies a floating bar container, used to display floating bars. Identifies the bar container that is designed to display bars at the left of the window. Identifies a bar container that can be freely docked and positioned within the form, and that can be horizontal or vertical. Use the property to change the orientation of these containers. Identifies the bar container that is designed to display bars at the right of the window. Identifies the bar container that is designed to display bars at the top of the window. Contains information on the dock position of a bar. Initializes a new instance of the class. Initializes a new instance of the class with the specified bar. A object which owns the created object. Gets or sets a bar that owns the current object. This is a dependency property. A that owns the current object. Identifies the dependency property. A dependency property identifier. Gets the rectangle occupied by the bar. A structure that specifies the rectangle occupied by the bar. Gets or sets the bar’s zero-based column index, which defines the bar’s horizontal position among other bars displayed in the same row. This is a dependency property. A zero-based integer value that specifies the bar’s zero-based column index. Identifies the dependency property. A dependency property identifier. Gets or sets the container that displays the current bar. This is a dependency property. A that displays the current bar. Gets or sets the name of the container that displays the current bar. This is a dependency property. A string that specifies the name of the container that displays the current bar Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets the type of container that displays the current bar. This value matches the property. This is a dependency property. A BarContainerType value that specifies the type of container that displays the current bar. Fires in response to changing the property’s value. Identifies the dependency property. A dependency property identifier. Gets or sets the offset of the bar when it’s in the floating state. This is a dependency property. A Point structure that specifies the offset of the bar when it’s in the floating state. Identifies the dependency property. A dependency property identifier. Gets or sets the bar’s width when it’s in the floating state. This is a dependency property. The bar’s width when it’s in the floating state. Identifies the dependency property. A dependency property identifier. Returns the name of a floating that contains the current bar. This member supports the internal infrastructure, and is not intended to be used directly from your code. To specify whether the current bar should be floating, use the property instead. Identifies the dependency property. A dependency property identifier. Gets or sets the bar’s offset from the left or top border of the bar container, based on the container’s orientation. This property is in effect when the bar is docked to a container. This is a dependency property. An integer value that specifies the offset of the current bar from the left/top edge of the bar container. Identifies the dependency property. A dependency property identifier. Resets the current object’s settings (, , and ). Resets all settings to their default values. true, to force resetting all settings; otherwise, false. Gets or sets the bar’s zero-based row index, which defines the bar’s vertical position among other bars within the bar container. This is a dependency property. A zero-based integer value that specifies the bar’s zero-based row index. Identifies the dependency property. A dependency property identifier. Gets whether a close (‘x’) button is displayed within a bar, when it’s floating. This is a dependency property. true if a close (‘x’) button is displayed within a bar, when it’s floating; otherwise, false. Gets or sets whether to display a title for a bar when it’s floating. This is a dependency property. true to display a title for a bar when it’s floating; otherwise, false. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure, and is not intended to be used directly from your code. Represents a bar item that allows you to embed any editor from the DXEditors library into bars. Initializes a new instance of the class. Identifies the dependency property. Gets or sets whether the drop-down window, associated with the editor, is closed on changing the editor’s edit value. This is a dependency property. true if the drop-down window associated with the editor, is closed on changing the editor’s edit value; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the object displayed after the item’s edit box. This is a dependency property. An object displayed after the item’s edit box. Identifies the dependency property. A dependency property identifier. Gets or sets the template used to present the object on-screen. A DataTemplate that defines the visualization of the . Identifies the dependency property. A dependency property identifier. Gets or sets the current ‘s height. A Double value that is the current ‘s height. Identifies the dependency property. A dependency property identifier. Gets or sets the current ‘s horizontal alignment within a . This is a dependency property. A HorizontalAlignment enumerator value specifying the current ‘s horizontal alignment within a . Identifies the dependency property. A dependency property identifier. Gets or sets the edit settings for the item, based upon which an in-place editor is created. This is a dependency property. A object. Identifies the dependency property. A dependency property identifier. Gets or sets the style applied to the item’s in-place editor. A Style object applied to the item’s in-place editor. Identifies the dependency property. A dependency property identifier. Gets or sets a DataTemplate applied to the container where the embedded editor resides. A DataTemplate object applied to the container where the embedded editor resides. Identifies the dependency property. A dependency property identifier. Specifies the value for the ‘s editor. This is a dependency property. An object that represents the edit value for the in-place editor. Fires after the item’s has been changed. Identifies the routed event. A routed event identifier. Identifies the dependency property. A dependency property identifier. Gets or sets the current ‘s width. A Double value that is the current ‘s width. Identifies the dependency property. A dependency property identifier. Gets the value of the attached property for the specified object. An object whose attached property’s value is to be returned. The value of the attached property for the specified object. Gets or sets whether the corresponding editor is read-only. This is a dependency property. true if the corresponding editor is read-only; otherwise, false. Identifies the dependency property. A dependency property identifier. Sets the value of the attached property for the specified object. An object whose attached property is to be set. The new value of the attached property for the specified object. Gets or sets whether all links for the current should be displayed within vertical s. true, if all links for the current should be displayed within vertical s; otherwise, false. Identifies the dependency property. A dependency property identifier. Represents a link to a object. Initializes a new instance of the class. Gets the actual object displayed after the item link’s edit box. This is a dependency property. The actual object displayed after the item link’s edit box Identifies the dependency property. A dependency property identifier. Gets the template used to present the object displayed after the bar edit item’s edit box. A DataTemplate that defines the visualization of the object displayed after the bar edit item’s edit box. Identifies the dependency property. A dependency property identifier. Gets the visibility of the object displayed after the item’s edit box. The visibility of the object displayed after the item’s edit box. Identifies the dependency property. A dependency property identifier. Gets the current ‘s height. A Double value that is the current ‘s height. Identifies the dependency property. A dependency property identifier. Gets the actual style applied to the link’s editor. This is a dependency property. The actual style applied to the link’s editor Gets the current ‘s width. A Double value that is the current ‘s width. Identifies the dependency property. A dependency property identifier. Copies settings of the specified object to the current object. An object whose settings are copied. Gets or sets the current ‘s height. A Double value that is the current ‘s height. Identifies the dependency property. A dependency property identifier. Gets or sets the current ‘s horizontal alignment within a . This is a dependency property. A HorizontalAlignment enumerator value specifying the current ‘s horizontal alignment within a . Identifies the dependency property. A dependency property identifier. Gets the item to which the current link refers. A object to which the current link refers. Gets the editor associated with the current link. A descendant that represents the embedded editor. Gets or sets the style applied to the editor displayed by the current link. This is a dependency property. A Style object applied to the link’s in-place editor. Identifies the dependency property. A dependency property identifier. Gets or sets the current ‘s width. A Double value that is the current ‘s width. Identifies the dependency property. A dependency property identifier. Gets or sets whether the should be displayed within vertical s. DefaultBoolean.True, if the should be displayed within vertical s; otherwise, DefaultBoolean.False. Identifies the dependency property. A dependency property identifier. Gets or sets the link’s object displayed after the edit box. This is a dependency property. An object that specifies the link’s object displayed after the edit box. Identifies the dependency property. A dependency property identifier. Represents the base class for bar items. For internal use. This is a dependency property. Identifies the dependency property. A dependency property identifier. For internal use. This is a dependency property. Identifies the dependency property. A dependency property identifier. Gets or sets the default alignment of bar item links corresponding to the current bar item, when they are displayed within a bar. This is a dependency property. A value that specifies the default alignment of the current bar item’s links. Identifies the dependency property. A dependency property identifier. Gets or sets whether the glyph is colored according to the currently applied theme. true, if the glyph is colored according to the currently applied theme; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the brush used to paint the BarItem’s background. This is a dependency property. A object used to paint the BarItem’s background. Identifies the dependency property. A dependency property identifier. Gets or sets the BarItem’s BadgeControl. This is a dependency property. The badge. Identifies the dependency property. A dependency property identifier. Gets or sets how links to the current bar item are displayed on-screen. This is a dependency property. A value that specifies the required display mode. Identifies the dependency property. A dependency property identifier. Gets or sets the bar item’s name. This member supports the internal infrastructure, and is not intended to be used directly from your code. A string that specifies the bar item’s name. Fires after the item was clicked before the specified command was executed. Identifies the routed event. A routed event identifier. Starts the BarItem‘s initialization. Initialization occurs at runtime. Gets or sets the brush used to paint a BarItem’s borders. This is a dependency property. A value that is the BarItem’s border. Identifies the dependency property. A dependency property identifier. Gets or sets the thickness of a BarItem’s border. This is a dependency property. A value which specifies a BarItem’s border thickness in pixels. Identifies the dependency property. A dependency property identifier. Gets or sets the category to which the bar item belongs. This is a dependency property. A BarManagerCategory object that specifies the item’s category. Gets or sets the name of the category to which the bar item belongs. This is a dependency property. A string that specifies the name of the category to which the bar item belongs. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets the command to invoke when the bar item is clicked. This is a dependency property. The command to invoke when the bar item is clicked. Gets or sets the parameter to pass to the . This is a dependency property. A parameter to pass to the . Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets the element on which to raise the . This is a dependency property. The element on which to raise the . Identifies the dependency property. A dependency property identifier. Gets or sets the bar item’s content. This is a dependency property. The data that is the bar item’s content. Identifies the dependency property. A dependency property identifier. Gets or sets the template used to display the bar item’s . This is a dependency property. A DataTemplate that defines the visualization of the . Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses the based on custom logic. This is a dependency property. A descendant that applies a template based on custom logic. Identifies the dependency property. A dependency property identifier. Gets or sets the BarItem’s corner radius. This is a dependency property. A value that specifies the BarItem’s corner radius. Identifies the dependency property. A dependency property identifier. Creates a link that refers to the current item. A object that represents a link to the current item. Creates an internal link. This method supports the internal infrastructure and is not intended to be used directly from your code. A Boolean value. A object. Gets or sets the size of the bar item’s glyph. The CustomGlyphSize property affects the glyph size if the property is set to Custom. This is a dependency property. A structure that is the size of the glyph. Identifies the dependency property. A dependency property identifier. Gets or sets the data representing the current bar item in the Customization Window. This is a dependency property. The data representing the current bar item in the Customization Window. Identifies the dependency property. A dependency property identifier. Gets or sets the image displayed for the current bar item in the Customization Window. This is a dependency property. The data representing the current bar item in the Customization Window. Identifies the dependency property. A dependency property identifier. Gets or sets the bar item’s description. This is a dependency property. A string that specifies the bar item’s description. Identifies the dependency property. A dependency property identifier. Gets or sets a template for the current object’s . This is a dependency property. A DataTemplate object specifying a template for the current object’s . Identifies the dependency property. A dependency property identifier. Ends the BarItem‘s initialization. Gets or sets the brush used to paint the BarItem’s foreground. This is a dependency property. A object used to paint the BarItem’s foreground. Identifies the dependency property. A dependency property identifier. Gets the attached property’s value. An object whose attached property is to be returned. The value of the attached property for the specified object. Gets or sets the item’s small image. This is a dependency property. An ImageSource object that specifies the item’s small image. Gets or sets the alignment of the current bar item’s image. This is a dependency property. A value that specifies the alignment of the bar item’s image. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets whether a small or large image is displayed by the bar item. This is a dependency property. A enumeration value that specifies whether a small or large image is displayed by the bar item. Identifies the dependency property. A dependency property identifier. Gets or sets a template for the current object’s . This is a dependency property. A DataTemplate object specifying a template for the current object’s . Identifies the dependency property. A dependency property identifier. Gets or sets the data representing the description of the bar item’s hint. This is a dependency property. The data representing the description of the bar item’s hint. Identifies the dependency property. A dependency property identifier. Gets or sets whether the current bar item is for internal use. This member supports the internal infrastructure, and is not intended to be used directly from your code. A Boolean value. Gets or sets whether links that refer to the current item are visible. This is a dependency property. true if links that refer to the current item are visible; otherwise, false. Identifies the dependency property. A dependency property identifier. Fires when the item’s link is clicked. Identifies the routed event. A routed event identifier. Fires when the item’s link is double-clicked. Identifies the routed event. A routed event identifier. Returns the bar item’s type name. This member supports the internal infrastructure, and is not intended to be used directly from your code. A string that specifies the bar item’s type name. Gets or sets a keyboard combination that can be used to invoke the current bar item’s functionality. This is a dependency property. A object. Identifies the dependency property. A dependency property identifier. Gets or sets the Key Tip used to invoke the bar item’s functionality. This is a dependency property. A string that specifies the Key Tip associated with the bar item. Identifies the dependency property. A dependency property identifier. Gets or sets the item’s large image. This is a dependency property. An ImageSource object that specifies the item’s large image. Identifies the dependency property. A dependency property identifier. Gets or sets a template for the current object’s . This is a dependency property. Identifies the dependency property. A dependency property identifier. Gets the collection of links that refer to the current item. A ReadOnlyLinkCollection that contains links to the current item. Gets or sets the outer indents around the BarItem. This is a dependency property. A that represents the outer indents around the BarItem. Identifies the dependency property. A dependency property identifier. Gets or sets the item’s medium-size image. This is a dependency property. The item’s medium-size image. Identifies the dependency property. A dependency property identifier. Gets or sets a template for the current object’s . This is a dependency property. Identifies the dependency property. A dependency property identifier. Gets or sets the position index for all links of the current in merged bars. A non-negative integer value that specifies the position index for all links of the current in merged bars. Identifies the dependency property. A dependency property identifier. Gets or sets the merge behavior for all links of the current . A enumeration value specifying the merge behavior. Identifies the dependency property. A dependency property identifier. Gets or sets the inner indents around the BarItem. This is a dependency property. A value that represents the inner indents (in pixels) around the BarItem. Identifies the dependency property. A dependency property identifier. Imitates clicking on the item’s link, and so invokes the item’s functionality. Occurs every time any of the properties has changed its value. For internal use. Gets or sets the options that specify the bar item link’s possible states within a . This is a dependency property. A set of flags that specify the bar item link’s possible states within a Ribbon Control. Identifies the dependency property. A dependency property identifier. Gets or sets the index of the sector in which the current bar item is displayed. This is a dependency property. An integer value that specifies the index of the sector in which the current bar item is displayed. The default is -1; Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure, and is not intended to be used directly from your code. Sets the attached property’s value. An object whose attached property is to be changed. A new value of the attached property. Gets or sets whether key shortcuts are visible for the current ‘s links displayed in menus. This is a dependency property. true, if the key shortcut is displayed; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether a tooltip is allowed for the current bar item. true if a tooltip is allowed for the current bar item; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets a customizable ToolTip for the current bar item. This is a dependency property. A object associated with the item. Identifies the dependency property. A dependency property identifier. Gets or sets a collection of objects that apply property values based on specified conditions. A collection of objects. The default is an empty collection. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. For internal use only. Identifies the dependency property. A dependency property identifier. The base class for actions manipulating bar items. Initializes a new instance of the class. Returns the object being manipulated by the current action. An object that is manipulated by the current action. Returns if the current object’s settings are equal to the specified object’s settings. An object whose settings are compared to the current object’s settings. true if current object’s settings are equal to the specified object’s settings; otherwise, false. Gets or sets the index of the current bar item in a bar item collection. This is a dependency property. An integer value that specifies the index of the current bar item in a bar item collection. Identifies the dependency property. A dependency property identifier. Gets or sets the bar item’s name. This is a dependency property. The bar item’s name. Identifies the dependency property. A dependency property identifier. Enumerates possible alignments for bar items. A bar item’s default alignment. A bar item link is aligned to the far edge of the parent bar. A bar item link is aligned to the nearest edge of the parent bar. Contains values that specify how the contents of a ‘s link is resized. Resizes a BarStaticItem’s link, so its width matches that link’s contents width. Resizes a specific BarStaticItem’s link so that it consumes the largest possible area of a bar. To allow the bar to be stretched to the bar container’s width, set the property to true. Doesn’t apply the auto-size feature for a bar item link. The item link’s width is specified by the property. Represents the collection of bar items. Initializes a new instance of the class. Fires after a is added to a . Fires before a is removed from a . Locks the by preventing change notifications from being fired, preventing visual updates until the EndUpdate method is called. Unlocks the object after a call to the BeginUpdate method and causes an immediate visual update. Returns true if the BeginUpdate method has been called, but the corresponding EndUpdate method hasn’t been called yet. true if the BeginUpdate method has been called, but the corresponding EndUpdate method hasn’t been called yet; otherwise, false. Provides access to items by their names. A string that specifies the name of the bar item to be located. This value matches the item’s Name property. A object with the specified name. Fires when collection updates are initiated via the method. Fires when updates are completed, after calling the method. A BarItem’s command. Use this class only when you load ribbon page content when the page is visible. Initializes a new instance of the class. Defines the method that determines whether you can execute the command in its current state. Data used by the command. If the command does not require data, pass null as this parameter. true if this command can be executed; otherwise, false. Fires if the availability of the command ( property) has changed. Gets or sets the command that will be executed when you invoke the command source. The command that will be executed when you invoke the command source. Gets or sets user defined data that you can pass to the command when it is executed. This is a dependency property. Command-specific data. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. For internal use. Gets or sets the object on which the command is being executed. This is a dependency property. The object that the command affects. Identifies the dependency property. A dependency property identifier. Defines the method that the command invokes. Data used by the command. If the command does not require data, pass null as this parameter. Gets or sets a keyboard combination that invokes a command. This is a dependency property. A keyboard combination that invokes a command. Identifies the dependency property. A dependency property identifier. For internal use only. A collection of bar item commands. Initializes a new instance of the class with specified settings. Contains values that specify how item links are displayed on-screen. A link is represented on-screen using the item’s . A link is represented on-screen using the item’s and glyph ( or ). A link is represented on-screen using default settings, and this is dependant on the position where the link is displayed (in a bar or menu). Represents the base class for bar item links. Initializes a new instance of the class. The base class for actions manipulating bar item links. Initializes a new instance of the class. Gets the value of the attached property for the specified object. An object whose ItemLinkIndex property is to be returned. An integer value that is the index of the current bar item link in the collection of bar item links. This member supports the internal infrastructure, and is not intended to be used directly from your code. Returns the object being manipulated by the current action. An object that is manipulated by the current action. Gets the value of the attached property for the specified object. An object whose Target property is to be returned. A string that specifies the value of the Target property for the specified object. Gets the value of the attached property for the specified object. An object whose TargetType property is to be returned. A string that specifies the value of the TargetType property for the specified object. Returns if the current object’s settings are equal to the specified object’s settings. An object whose settings are compared to the current object’s settings. true if current object’s settings are equal to the specified object’s settings; otherwise, false. Gets or sets the index of the bar item link in the object’s collection of bar item links. This is an attached property. The index of the bar item link in the object’s collection of bar item links. Identifies the dependency property. Sets the value of the attached property for the specified object. An object whose ItemLinkIndex property is to be set. A integer value that is the index of the current bar item link in the collection of bar item links. Sets the value of the attached property for the specified object. An object whose Target property is to be set. The type of the target link container to be assigned to the Target attached property. Sets the value of the attached property for the specified object. An object whose TargetType property is to be set. The type of the target link container to be assigned to the TargetType attached property. Gets or sets the name of the target link container (a , or object) for a bar item link. The Target property is in effect when the property is set to Other (default). The Target property is an attached property, which is in effect for and descendants when they act as actions (when they are added to the collection). The name of the target link container. Identifies the dependency property. Gets or sets the type of the target link container (a , or object) for a bar item link. The property is not in effect when the TargetType property is set to MainMenu or StatusBar. The TargetType property is an attached property, which is in effect for and descendants when they act as actions (when they are added to the collection). A value that specifies the type of link container to be returned. Identifies the dependency property. Represents the base class for bar item links. Gets an object that represents the actual data for the bar item link. This is a dependency property. An object that represents the actual data for the bar item link. Identifies the dependency property. A dependency property identifier. Gets the actual content template for the current object. This is a dependency property. A that specifies the actual content template for the current object. Identifies the dependency property. A dependency property identifier. Gets the actual description for the current object. This is a dependency property. A string that specifies the actual description for the current link. Identifies the dependency property. A dependency property identifier. Gets the actual hint for the current object. This is a dependency property. An object that specifies the actual hint. Identifies the dependency property. A dependency property identifier. Returns whether the link is actually visible. This is a dependency property. A Boolean value that specifies whether the link is actually visible. Identifies the dependency property. A dependency property identifier. For internal use only. Gets the actual object for the current object. This is a dependency property. A object for the current object. Identifies the dependency property. A dependency property identifier. Gets or sets the alignment of the current link, when it is displayed within a bar. A value that specifies the link’s alignment. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure, and is not intended to be used directly from your code. This is a dependency property. Identifies the dependency property. A dependency property identifier. Copies settings of the specified object to the current object. An object whose settings are copied. Gets or sets the link’s paint style. This is a dependency property. A value that specifies the link’s paint style. Identifies the dependency property. A dependency property identifier. Gets or sets the name of the bar item to which the current link refers. This is a dependency property. A string value that specifies the bar item’s name. Identifies the dependency property. A dependency property identifier. Unbinds this from the associated . This member supports the internal infrastructure, and is not intended to be used directly from your code. For internal use. Gets or sets whether this link was created by an end-user during runtime customization. true, if this link was created by an end-user during the runtime customization; otherwise, false. Gets or sets the size of the associated ‘s glyph. This property affects the glyph size if the property is set to Custom. This is a dependency property. A structure that is the size of the glyph. Identifies the dependency property. A dependency property identifier. Gets or sets custom resources for the current link. This is a dependency property. A object that contains custom resources for the current link. Identifies the dependency property. A dependency property identifier. Gets or sets the bar item’s description. This is a dependency property. A string that specifies the bar item’s description. Identifies the dependency property. A dependency property identifier. Gets or sets a template for the current object’s . This is a dependency property. A DataTemplate object specifying a template for the current object’s . Identifies the dependency property. A dependency property identifier. Retrieves the current property value for the given bar item link. A DependencyObject that is the link whose current property value is to be obtained. A Boolean value that is the current property value. Gets whether a hint can be displayed for the current bar item link. This is a dependency property. true if a hint can be displayed for the current bar item link; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets whether a valid object is assigned to the property. This is a dependency property. A Boolean value that specifies whether a valid object is assigned to the property. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure, and is not intended to be used directly from your code. This is a dependency property. Identifies the dependency property. A dependency property identifier. Gets or sets the item’s index. This is a dependency property. A zero-based integer specifying the item’s position within the parent collection. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure, and is not intended to be used directly from your code. A Boolean value. Indicates whether the current is located within the application menu. true if the current is located within the application menu; otherwise, false. Gets whether the current is located within a . true, if the current is located within a ; otherwise, false. Indicates whether the current is located within a . true if the current is located within a bar button group; otherwise, false. Indicates whether the current is located within a gallery. true if the current is located within a gallery; otherwise, false. Indicates whether the current is located within the opened menu. true if the current is located within the opened menu; otherwise, false. Indicates whether the current is located within a . true if the current is located within a ; otherwise, false. Indicates whether the current is located within a . true if the current is located within a ; otherwise, false. Indicates whether the current is located within a header. true if the current is located within a ribbon page header; otherwise, false. Indicates whether the current is located within a Ribbon Quick Access Toolbar. true if the current is located within a quick access toolbar; otherwise, false. Indicates whether the current is located within a Ribbon Status Bar. true if the current is located within a status bar; otherwise, false. This member supports the internal infrastructure, and is not intended to be used directly from your code. This member supports the internal infrastructure, and is not intended to be used directly from your code. This is a dependency property. This member supports the internal infrastructure, and is not intended to be used directly from your code. This member supports the internal infrastructure, and is not intended to be used directly from your code. A routed event identifier. Identifies the dependency property. A dependency property identifier. Gets or sets whether the link is visible. This is a dependency property. true, if a link is visible; otherwise, false. Identifies the dependency property. Gets the item to which the current link refers. A object to which the current link refers. Gets the text representation of the object assigned to the property. This is a dependency property. A string that is the text representation of the property Identifies the dependency property. A dependency property identifier. Gets or sets the Key Tip used to invoke the bar item link’s functionality. This is a dependency property. A string that specifies the Key Tip associated with the bar item link. Gets or sets the Key Tip used to open a dropdown control associated with a bar item link. This key tip is displayed only for links that belong to a sub-menu or Application Menu. This is a dependency property. A value that specifies the Key Tip used to open a dropdown control associated with a bar item link. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Refers to the first LinkControl object which visualizes the current link on-screen. This property makes sense for links within a . A DevExpress.Xpf.Bars.IBarItemLinkControl interface implementation that represents the first LinkControl object that visualizes the current link on-screen. Fires when the is loaded. This member supports the internal infrastructure, and is not intended to be used directly from your code. Gets the link collection that owns the current object. A that owns the current object. Returns the bar item link’s type name. This member supports the internal infrastructure, and is not intended to be used directly from your code. A string that specifies the bar item link’s type name. Defines the visual position of the bar item link after merging bars/link containers into a parent BarManager. A non-negative integer value that specifies the position of the bar item link after merging bars/link containers into a parent BarManager Identifies the dependency property. A dependency property identifier. Gets or sets how the item link behaves during merge operations. A value specifying how the bar item link behaves during merge operations. Identifies the dependency property. A dependency property identifier. Gets or sets if a should use a custom DataContext instead of a DataContext passed from a parent . This is a dependency property. true if a should use a custom DataContext instead of a DataContext passed from a parent ; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the options that specify the bar item link’s possible states within a . This is a dependency property. A set of flags that specify the bar item link’s possible states within a Ribbon Control. Identifies the dependency property. A dependency property identifier. Gets or sets the index of the sector in which the current bar item link is displayed. This is a dependency property. An integer value that specifies the index of the sector in which the current bar item link is displayed. The default is -1; Identifies the dependency property. A dependency property identifier. Sets the new property value for the given bar item link. A DependencyObject that is the link whose property value is to be set. A Boolean value that is the new property value. Gets or sets whether an associated key shortcut is visible for the current item link (if it is displayed in a menu). This is a dependency property. A <,> value specifying whether the key shortcut is displayed for the current bar item link. Identifies the dependency property. A dependency property identifier. Gets or sets whether the current should display its tip. This is a dependency property. true if the current should display its tip; otherwise, false. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure, and is not intended to be used directly from your code. For internal use only. Identifies the dependency property. A dependency property identifier. Gets or sets the link’s Content, defined by an end-user. This is a dependency property. An object that represents the link’s Content. Identifies the dependency property. A dependency property identifier. Gets or sets the alignment of the link’s glyph, defined by an end-user. This is a dependency property. A <,> value that represents the alignment of the link’s glyph. Identifies the dependency property. A dependency property identifier. Gets or sets the size of the link’s glyph, defined by an end-user. This is a dependency property. A value that represents the size of the link’s glyph. Identifies the dependency property. A dependency property identifier. Gets or sets the current ‘s vertical alignment within the parent container. This is a dependency property. A System.Windows.VerticalAlignment enumerator value specifying the current ‘s vertical alignment within the parent container. Default is VerticalAlignment.Stretch. Identifies the dependency property. A dependency property identifier. Represents a collection of links owned by a link container. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified settings. An object that owns this . Creates a link to the specified item and adds it to the current collection. A object for which a link is created and added to the current collection. A object that is the created link to the specified item. Returns whether the current collection contains the specified bar item. A object to test. true if the current collection contains the specified item; otherwise, false. Refers to the container that displays the contents of the current collection. An ILinksHolder object that displays the contents of the current collection. Creates a link to the specified item and inserts the link in the current collection. A zero-based integer value that specifies the position where a link is to be inserted into the current collection. A object for which a link is created and inserted into the current collection. A object that is the newly created link referring to the specified item. Provides access to links in the collection by their names. A string that specifies the name of the link to be located. This value matches the link’s Name property. A object that represents the link with the specified name. A set of properties that describe the BarItem’s visual states. Initializes a new instance of the class. Identifies the attached property. Gets the value of the attached property to a specified element. The element which the attached property is written. The element container’s type. Gets the value of the attached property to a specified element. The element to which the attached property is written. The element’s glyph size. Gets the value of the attached property to a specified element. The element to which the attached property is written. true, if the mouse cursor is over the item; otherwise, false. Gets the value of the attached property to a specified element. The element to which the attached property is written. true, if the item is currently pressed; otherwise, false. Gets the value of the attached property to a specified element. The element to which the attached property is written. The element’s RibbonStyle. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Represents the base class for link containers. Initializes a new instance of the class. Gets or sets the size of the glyph for the bar items within the current bar. The CustomItemsGlyphSize property affects the glyph size if the bar item’s GlyphSize property is set to Custom. This is a dependency property. A structure that is the size of the glyph. Identifies the dependency property. A dependency property identifier. Provides access to the collection of links owned by the current container. A object that specifies the collection of links owned by the current container. Gets or sets an object that provides information to generate and initialize item links for this . This is a dependency property. An Object that provides information to generate and initialize item links for this . Gets or sets whether each reference to a data object in an for this should generate a unique , whether this data object was previously referenced. This is a dependency property. true if each reference to a data object in an for this should generate a unique ; otherwise, false. The default is false. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Provides access to a bar item collection, whose related bar item links are displayed within this object. A DevExpress.Xpf.Bars.CommonBarItemCollection object that stores bar items, whose related bar item links are displayed within this object. Gets or sets the style applied to a object defined as the ‘s content. This is a dependency property. A Style object providing corresponding style settings. Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses a style applied to objects generated with the collection. This is a dependency property. A descendant that applies a style based on custom logic. Identifies the dependency property. A dependency property identifier. Gets or sets the template used to visualize elements stored in the collection. This is a dependency property. A DataTemplate object that specifies the corresponding template. Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses a template used to visualize objects stored as elements in the collection. This is a dependency property. A System.Windows.Controls.DataTemplateSelector descendant that applies a template based on custom logic. Identifies the dependency property. A dependency property identifier. Gets or sets the current . This is a dependency property. A object that refers to the current bar manager. Gets or sets whether the current container is visible. This is a dependency property. true if the current container is visible; otherwise, false. Identifies the dependency property. A dependency property identifier. A link to the object. Initializes a new instance of the class with the default settings. Gets or sets a ‘s caption. An object, that is the ‘s caption. Identifies the dependency property. A dependency property identifier. Gets or sets a DataTemplate object to visualize a object. A object that visualizes a object. Identifies the dependency property. A dependency property identifier. Gets or sets the orientation of s that follow the current . A HeaderOrientation enumerator value that specifies the orientation of s that follow the current . Identifies the dependency property. A dependency property identifier. Gets the item to which the current link refers. A BarItemMenuHeader object to which the current link refers. Gets or sets the number of s in a single row, showed without captions, below the . An value indicating the number of s in a single row, showed without captions, below the . Identifies the dependency property. A dependency property identifier. Represents a separator between item links. Initializes a new instance of the class. A custom menu header. Initializes a new instance of the class with the default settings. Provides access to a collection of s, hosted in this . This is a dependency property. A object that hosts all s displayed in this . Gets a collection of all s, hosted in this . A DevExpress.Xpf.Bars.CommonBarItemCollection object that hosts s owned by this . Gets or sets how this arranges its links. This is a dependency property. A enumerator value that specifies how this arranges its links. Identifies the dependency property. A dependency property identifier. Gets or sets the source of items for this . An IEnumerable object that stores items for this . Identifies the dependency property. A dependency property identifier. Gets or sets the style applied to all s hosted within this . A Style applied to all s hosted in this . Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses a style applied to items in this .This is a dependency property. A descendant that applies a style based on custom logic. Identifies the dependency property. A dependency property identifier. Gets or sets the template applied to all s hosted in this . A DataTemplate object applied to all s hosted in this . Identifies the dependency property. A dependency property identifier. Gets or sets the object that uses custom logic to choose a template applied to items in this . A DataTemplateSelector object that uses custom logic to choose a template applied to items in this . Identifies the dependency property. A dependency property identifier. Gets or sets the minimum number of columns into which item links in this are split. This is a dependency property. An Int32 value that is the minimum number of columns into which item links in this are split. Identifies the dependency property. A dependency property identifier. Contains values that specify how item links behave during merge operations. Specifies that the child BarManager’s BarItemLink should be added to a bar/link container of a parent BarManager. When merging bars and link containers, the position to insert the BarItemLink is determined by the properties of this link and of the links within the target bar/link container. Acts identically to the Add value. This setting is applied to link containers (e.g. sub-menu). It specifies that subitems of the child BarManager’s link container should be merged with subitems of a parent BarManager’s link container. Merging occurs for the parent BarManager’s link container, when the type and match the source item, and only if its property is set to MergeItems. Otherwise, the child BarManager’s link container will be added to the parent BarManager’s bar (similar to the Add setting). For a child BarManager’s BarItemLink, indicates that the link must not be added to the parent BarManager’s bar/link container during merging. For a parent BarManager’s BarItemLink, indicates that the link must be removed from the bar/link container during merging. Indicates that the child BarManager’s BarItemLink should replace the parent BarManager’s link that has the same , but only if the parent link’s property is also set to Replace. If such a link is not found in the parent BarManager’s bar/link container, the child BarManager’s link will be added to the bar/link container (similar to the Add setting). Visually separates bar items. Initializes a new instance of the class with the default settings. Represents a collection of the bar item’s triggers. Initializes a new instance of the class. Starts the BarItemTriggerCollection‘s initialization. Initialization occurs at runtime. Ends the BarItemTriggerCollection‘s initialization. Gets or sets the type for which the triggers are intended. The target type for triggers. Represents a container of bar item links. Initializes a new instance of the class. Provides access to the collection of links owned by the current object. A object that specifies the collection of links owned by the current container. Gets or sets a collection of objects providing information to generate and initialize bar item links for the current container. This is a dependency property. A source of objects to be visualized as bar items. Gets or sets whether each reference to a data object in an for this should generate a unique , whether this data object was previously referenced. This is a dependency property. true, if each reference to a data object in an for this should generate a unique ; otherwise, false. The default is false. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Returns a collection of bar items, whose links are displayed within this . A DevExpress.Xpf.Bars.CommonBarItemCollection object that stores bar items, whose links are displayed within this . Gets or sets the style applied to a object defined as the ‘s content. This is a dependency property. A Style object providing corresponding style settings. Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses a style applied to objects generated with the collection. This is a dependency property. A descendant that applies a style based on custom logic. Identifies the dependency property. A dependency property identifier. Gets or sets the template used to visualize objects stored as elements in the collection. This is a dependency property. A DataTemplate object that specifies the corresponding template. Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses a template used to visualize objects stored as elements in the collection. This is a dependency property. A System.Windows.Controls.DataTemplateSelector descendant that applies a template based on custom logic. Identifies the dependency property. A dependency property identifier. Gets or sets the size of the glyph for the bar items within the current . This property affects the glyph size if the bar item’s GlyphSize property is set to Custom. This is a dependency property. A structure that is the size of the glyph. Identifies the dependency property. A dependency property identifier. Gets or sets whether a small or large image is used by bar item links displayed in the container. This is a dependency property. A value that specifies the size of images for the container’s items. Identifies the dependency property. A dependency property identifier. Represents a link to a object. Initializes a new instance of the class. Gets the item to which the current link refers. A object to which the current link refers. The base class for bar item link containers, allowing an end-user to control the visibility of embedded links. Fires when an item link belonging to the list is clicked. Identifies the routed event. A routed event identifier. This member is not supported by the class. Represents a link to a object. Initializes a new instance of the class. A container for bar containers that manages operations on bars and popup menus. Initializes a new instance of the class. Adds the specified bar to the bar container. A to be added to the container. A container that will display the bar. Gets or sets if new items, added to the object after a customized layout is saved to an .xml file, will remain after restoring this layout. This is a dependency property. true if new items will remain after a layout is restored from an .xml file; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether bar customization is supported at runtime. This is a dependency property. true if bar customization is supported at runtime; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the glyphs are colored according to the currently applied theme. true, if the glyphs are colored according to the currently applied theme; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether a bar can be customized without invoking Customization Mode, by dragging bar item links while holding the ALT key down. This is a dependency property. true if items can be dragged within and between bars when the ALT key is pressed; otherwise, false. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure, and is not intended to be used directly from your code. Identifies the dependency property. A dependency property identifier. Gets or sets whether bars provide Quick Customization Buttons, opening the customization menu. This is a dependency property. true if bars provide Quick Customization Buttons; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether UI Automation features are enabled. true if UI Automation features are enabled; otherwise, false. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. Identifies the dependency property. Gets the bar collection of the . The object. Gets or sets an object that provides information to generate and initialize bars for this . This is a dependency property. An Object that provides information to generate and initialize bars for this . Identifies the dependency property. A dependency property identifier. Gets or sets the style applied to a object defined as the ‘s content. This is a dependency property. A Style object providing corresponding style settings. Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses a style applied to objects generated with the collection. This is a dependency property. A descendant that applies a style based on custom logic. Identifies the dependency property. A dependency property identifier. Gets or sets the template used to visualize objects stored as elements in the collection. This is a dependency property. A DataTemplate object that specifies the corresponding template. Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses a template used to visualize objects stored as elements in the collection. This is a dependency property. A System.Windows.Controls.DataTemplateSelector descendant that applies a template based on custom logic. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure, and is not intended to be used directly from your code. Gets a collection of categories used to logically organize bar items. A BarManagerCategoryCollection object that contain bar categories. Gets or sets whether a check is carried out to verify that bar item links refer to existing bar items. true if the check is carried out; otherwise, false. Closes all popup windows that are currently open. This member supports the internal infrastructure, and is not intended to be used directly from your code. Gets or sets whether the bar manager implicitly creates four s at the four edges of the BarManager control, allowing you to dock s at these positions. This is a dependency property. true, if the bar manager implicitly creates four s; otherwise, false. Identifies the dependency property. A dependency property identifier. Provides access to the object that provides methods to work with the Customization Window and customization menus. A BarManagerCustomizationHelper object. Identifies the dependency property. Identifies the attached property. Identifies the dependency property. Gets the value of the attached property from a given object. An object whose BarManager property value must be returned. A object associated with the specified object. Gets the value of the property. A DependencyObject. A BarManagerInfo object. Gets the value of the attached property from a given object. A UIElement whose DXContextMenu property value must be returned. A IPopupControl object associated with the specified object. Gets the attached property value for a specific UI element. An UIElement object whose attached property value is to be obtained. A PlacementMode enumerator value that is the current attached property value for a specific UI element. Gets the attached property’s value. An object whose attached property is to be returned. The value of the attached property for the specified object. This member supports the internal infrastructure, and is not intended to be used directly from your code. Returns the current effective value of the dependency property of the specified DependencyObject. A DependencyObject whose dependency property value should be returned. The current effective value of the dependency property. Gets the attached property’s value from a given object. An UIElement whose property’s value must be returned. The attached property’s value for a specified object. Gets the value of the attached property for a specified . The object from which the property value is read. The property value for the object. This member supports the internal infrastructure, and is not intended to be used directly from your code. Returns the current effective value of the dependency property of the specified DependencyObject. A DependencyObject whose dependency property value should be returned. The current effective value of the dependency property. Gets or sets whether the SystemParameters.MenuDropAlignment property value for all popups within the current is ignored. true if the SystemParameters.MenuDropAlignment property value for all popups within the current is ignored; otherwise, false. Gets whether the current belongs to a which resides within another . true if the current belongs to a which resides within another ; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets whether the main menu is activated by pressing the ALT key. This is a dependency property. true if the main menu is activated by pressing the ALT key; otherwise, false. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure, and is not intended to be used directly from your code. This is a dependency property. Identifies the dependency property. A dependency property identifier. Fires when any bar item’s link is clicked. Identifies the routed event. A routed event identifier. Fires when any link of the BarManager’s items is double-clicked. Identifies the routed event. A routed event identifier. Provides access to the collection of bar items owned by the . A object that specifies the collection of bar items owned by the . This member supports the internal infrastructure, and is not intended to be used directly from your code. Identifies the dependency property. Allows you to customize the layout of bar objects being loaded from a stream or XML file. Identifies the routed event. A routed event identifier. This member supports the internal infrastructure, and is not intended to be used directly from your code. Gets or sets the main menu. This is a dependency property. A object that represents the main menu. Identifies the dependency property. A dependency property identifier. Gets or sets if the BarManager’s bars can be merged. A value specifying if the BarManager’s bars can be merged. Identifies the dependency property. A dependency property identifier. Gets or sets the type of animation used by menus. This is a dependency property. A PopupAnimation value specifying the menu’s animation type. Identifies the dependency property. A dependency property identifier. Gets or sets whether a small or large image is displayed by bar item links within popup menus and sub-menus that belong to the current bar manager. This is a dependency property. A value that specifies whether a small or large image is displayed by corresponding bar item links. Identifies the dependency property. Identifies the dependency property. Restores the layout of bars from a stream. A stream from which the bars’ layout is restored. Restores the layout of bars from an XML file. An XML file that contains the layout of bars to be loaded. For internal use. Saves the layout of bars to a stream. A stream to which the layout is stored. Saves the layout of bars to an XML file. An XML file to which the layout is stored. Sets the value of the attached property for a given object. An object for which the BarManager attached property is set. A object to set for the specified object. Sets the value of the property. A DependencyObject. The value of the property. Sets the value of the attached property for a given object. An object for which the DXContextMenu attached property is set. An IPopupControl object, to be associated with the specified UIElement. Sets the attached property value for a specific UI element. A UIElement object whose attached property value is to be set. A PlacementMode enumerator value that is the new attached property value for a specific UI element. Sets the attached property’s value. An object whose attached property is to be changed. A new value of the attached property. This member supports the internal infrastructure, and is not intended to be used directly from your code. Sets the local value of the dependency property of the specified DependencyObject. A DependencyObject whose dependency property should be set. The new local value. Sets the attached property’s value for a given object. An UIElement for which the attached property is set. The attached property’s value. Sets the value of the attached property to a specified . The object to which the attached property is written. true, to display glyphs within the popup menu; otherwise, false. This member supports the internal infrastructure, and is not intended to be used directly from your code. Sets the local value of the dependency property of the specified DependencyObject. A DependencyObject whose dependency property should be set. The new local value. Identifies the dependency property. Gets or sets whether tooltips for bar item links are enabled. This is a dependency property. true if tooltips for bar item links are enabled; otherwise, false. Gets or sets if tooltips for s within ‘s popups are enabled. true if tooltips for s within pop-ups are enabled; otherwise, false. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets a value indicating whether shortcut keys (specified by the property) must be displayed along with a hint for bar item links. This is a dependency property. true, if shortcut keys are displayed; otherwise, false. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure, and is not intended to be used directly from your code. Gets or sets the status bar. This is a dependency property. A object that represents the status bar. Identifies the dependency property. A dependency property identifier. Gets or sets whether a small or large image is displayed by bar item links within bars that belong to the current bar manager. This is a dependency property. A value that specifies whether a small or large image is displayed by corresponding bar item links. Identifies the dependency property. Represents a collection of actions that manipulate bar objects. Initializes a new instance of the class. A object that will own the created collection. Gets the that owns the current collection. A object that owns the current collection. Executes the actions in the current collection. Executes actions defined by the current controller with a specified context. A used as a context of an executed action. Provides access to actions for a specific . Initializes a new instance of the class. Initializes a new instance of the class with the specified settings. A object that owns this Provides access to the collection of actions. A object. Gets the object that owns the current object. A object that owns the current object. Executes actions defined by the current controller with a specified context. A used as a context of an executed action. An individual category. Initializes a new instance of the class. Gets or sets the category’s display caption. A string that specifies the category’s display caption. Identifies the dependency property. A dependency property identifier. Gets the bar items that are associated with the current category. A list of bar items associated with the current category. Gets or sets the category’s name. This is a dependency property. A string that specifies the category’s name. Identifies the dependency property. A dependency property identifier. Gets or sets whether the category is visible in the Customization Window at runtime. This is a dependency property. true if the category is visible in the Customization Window at runtime; otherwise, false. Identifies the dependency property. A dependency property identifier. Represents a collection of categories. Initializes a new instance of the class. A object that will own the created collection. Gets a category object that combines all bar items (even items that are explicitly assigned to other categories). An AllItemsBarManagerCategory object that is a descendant of the class, that combines all bar items of the BarManager. Provides access to categories by names. A string that specifies the name of the category to be returned. A object with the specified name. Gets a object that owns the current collection. A object that owns the current collection. Gets a category object that combines all the bar items that are not assigned to any category. A object that combines all the bar items that are not assigned to any category. Represents the base class for controllers that provide bar customization actions. Initializes a new instance of the class. Gets the container of actions that modify the bar structure of the associated . A object. Executes actions defined by the current controller with a specified context. A used as a context of an executed action. Represents the base class for action objects, which manipulate bar objects. Initializes a new instance of the class. Gets the action container that owns this collection. A DevExpress.Xpf.Bars.IActionContainer object that owns this collection. Returns the object being manipulated by the current action. An object that is manipulated by the current action. Returns if the current object’s settings are equal to the specified object’s settings. An object whose settings are compared to the current object’s settings. true if current object’s settings are equal to the specified object’s settings; otherwise, false. Gets the object that is customized by the current action. A object customized by the current action. The base class for bar manager controllers. Initializes a new instance of the class with the default settings. Executes actions defined by the current controller with a specified context. A used as a context of an executed action. Gets or sets the ‘s owner. A that owns this . Contains properties to define name scopes for bar objects. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. Identifies the attached property. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. A routed event identifier. For internal use. For internal use. For internal use. Represents the base class for popup controls. Initializes a new instance of the class. Closes the currently opened object. This member supports the internal infrastructure, and is not intended to be used directly from your code. A Double value. Identifies the dependency property. A dependency property identifier. Gets or sets whether the SystemParameters.MenuDropAlignment property value for the current popup is ignored. This is a dependency property. true if the SystemParameters.MenuDropAlignment property value for the current popup is ignored; otherwise, false. Identifies the dependency property. A dependency property identifier. Fires when the object is about to be opened. Allows you to cancel the operation. Gets the owner for the current popup object. An owner for the current popup object. Displays a context menu associated with the specified element. An object representing the element for which the menu is associated. Displays the current object relative to the specified UIElement. A UIElement object relative to which, the object is displayed. For internal use only. A base class for a bar’s popups. Initializes a new instance of the class. Gets or sets the brush used to paint the BarPopup’s background. This is a dependency property. A object used to paint the BarPopup’s background. Identifies the dependency property. A dependency property identifier. Gets or sets the brush used to paint a BarPopup’s borders. This is a dependency property. A value that is the BarPopup’s border Identifies the dependency property. A dependency property identifier. Gets or sets the thickness of a BarPopup’s border. This is a dependency property. A value which specifies a BarPopup’s border thickness in pixels. Identifies the dependency property. A dependency property identifier. Gets or sets the BarPopup’s corner radius. This is a dependency property. A value that specifies the BarPopup’s corner radius. Identifies the dependency property. A dependency property identifier. Gets or sets the BarPopup’s expand mode. A value that is the BarPopup’s expand mode. Identifies the dependency property. A dependency property identifier. Gets or sets the inner indents around the BarPopup. This is a dependency property. A value that represents the inner indents (in pixels) around the BarPopup. Identifies the dependency property. A dependency property identifier. Lists values that specify how the BarPopup’s child items are expanded. A BarPopupMenu’s child items are expanded to the parent’s side. A BarPopup’s child items are displayed in the same container as the parent BarPopup. A base class that provides necessary functionality for custom localizers of the Toolbar-Menu and Ribbon Controls. Initializes a new instance of the class with default settings. Gets or sets a localizer object providing localization of the user interface at runtime. An descendant, used to localize the user interface at runtime. Returns a localizer object, which provides resources based on the thread’s language and regional settings (culture). An object representing resources based on the thread’s culture. This member supports the internal infrastructure and is not intended to be used directly from your code. Returns a localizer object, which provides resources based on the thread’s language and regional settings (culture). A object, which provides resources based on the thread’s culture. Returns a localized string for the given string identifier. A DevExpress.Xpf.Bars.BarsStringId enumeration value identifying the string to localize. A corresponding to the specified identifier. This member supports the internal infrastructure and is not intended to be used directly from your code. Represents a bar button item supporting the drop-down functionality. Initializes a new instance of the class. Gets or sets whether the Down Arrow button is visually merged with the main button and the associated dropdown is invoked on clicking this merged button. This is a dependency property. true, if the Down Arrow button is visually merged with the main button and the associated dropdown is invoked on clicking this merged button; otherwise, false. The default is false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the Down Arrow button is displayed at the right or bottom edge of the main button. You can only set the ArrowAlignment option to Right or Bottom. This is a dependency property. A Dock value that specifies the Down Arrow button’s alignment. Identifies the dependency property. A dependency property identifier. Gets or sets the brush used to paint the BarSplitButtonItem Down Arrow button’s background. This is a dependency property. A object used to paint the BarSplitButtonItem Down Arrow button’s background. Identifies the dependency property. A dependency property identifier. Gets or sets the brush used to paint the borders of the BarSplitButtonItem’s Drop Down button. This is a dependency property. A value. Identifies the dependency property. A dependency property identifier. Gets or sets the thickness of the BarSplitButtonItem Drop Down button’s border. This is a dependency property. A value which specifies the BarSplitButtonItem Drop Down button’s border thickness in pixels. Identifies the dependency property. A dependency property identifier. Gets or sets the BarSplitButtonItem Drop Down button’s corner radius. This is a dependency property. A value that specifies the BarSplitButtonItem Drop Down button’s corner radius. Identifies the dependency property. A dependency property identifier. Gets or sets the brush used to paint the BarSplitButtonItem Drop Down button’s foregound. This is a dependency property. A object used to paint the BarSplitButtonItem Drop Down button’s foreground. Identifies the dependency property. A dependency property identifier. Gets or sets the inner indents around the BarSplitButtonItem Drop Down button. This is a dependency property. A that represents the inner indents (in pixels) around the BarSplitButtonItem Drop Down button. Identifies the dependency property. A dependency property identifier. Gets or sets the index of the sector displaying the first sub-menu’s item in a . This is a dependency property. An integer value that specifies the index of the sector displaying the first sub-menu’s item in a . The default is 0. Identifies the dependency property. A dependency property identifier. Gets or sets the behavior when an end-user clicks an item within this ‘s pop-up. A DevExpress.Xpf.Bars.PopupItemClickBehaviour enumerator value that specifies the behavior when an end-user clicks an item within this ‘s pop-up. Identifies the dependency property. A dependency property identifier. Gets or sets a drop-down control for the . An IPopupControl object that represents a control displayed in the drop-down window. Identifies the dependency property. A dependency property identifier. Represents a link to a object. Initializes a new instance of the class. Gets the setting of the corresponding bar item object. This is a dependency property. The value of the setting. Identifies the dependency property. A dependency property identifier. Copies settings from the specified object to the current object. A object whose settings are copied. Gets whether the associated drop-down control is visible. true if the associated drop-down control is visible; otherwise, false. Gets or sets the behavior when an end-user clicks an item within this ‘s pop-up. A DevExpress.Xpf.Bars.PopupItemClickBehaviour enumerator value that specifies the behavior when an end-user clicks an item within this ‘s pop-up. Identifies the dependency property. A dependency property identifier. Gets the property’s value of the corresponding bar item object. The property’s value of the corresponding bar item object. Gets or sets the Down Arrow button’s position for the current link. This is a dependency property. The Down Arrow button’s position for the current link. Identifies the dependency property. A dependency property identifier. Combines a checkbox and dropdown buttons in one item. Initializes a new instance of the class. Gets or sets whether a checked item that belongs to a group can be unchecked by clicking this item. This is a dependency property. true, if a checked item that belongs to a group can be unchecked by clicking this item; otherwise, false. Identifies the dependency property. A dependency property identifier. Fires when the item’s property is changed. Identifies the routed event. A routed event identifier. Gets or sets the item’s group index. This is a dependency property. The item’s group index. Identifies the dependency property. A dependency property identifier. Gets or sets whether the item is in the pushed state. This is a dependency property. true if the item’s check button is in the pushed state; false if the item’s check button is in the normal state; null if the button’s state is indeterminate. Identifies the dependency property. A dependency property identifier. Gets or sets whether the ‘s check button supports three states (Checked, Unchecked and Indeterminate). This is a dependency property. true if the item’s check button supports three states rather than two; otherwise, false. Identifies the dependency property. A dependency property identifier. Toggles the state of the item’s check button. Represents a link to a object. Initializes a new instance of the class. Copies settings of the specified object to the current object. An object whose settings are copied. Gets the check state of the corresponding item’s check button. This is a dependency property. The check state of the item’s check button. Identifies the dependency property. A dependency property identifier. Gets whether the corresponding bar item supports three check states rather than two. This is a dependency property. true if the corresponding bar item supports three check states rather than two; otherwise, false. Identifies the dependency property. A dependency property identifier. Populates the associated BarSplitButtonItem with available themes and allows you to choose the application’s theme. Initializes a new instance of the class. Gets or sets whether the ‘s bar item should display an applied theme’s icon. This is a dependency property. true to display an applied theme’s icon in the ‘s bar item; otherwise false. Identifies the dependency property. A dependency property identifier. Represents a bar item that allows you to display static text. Initializes a new instance of the class. Gets or sets the item’s auto-size mode. This is a dependency property. A value that specifies the item’s auto-size mode. Identifies the dependency property. A dependency property identifier. Gets or sets the alignment of the item’s content. This is a dependency property. A HorizontalAlignment property that specifies the alignment of the item’s content. Identifies the dependency property. A dependency property identifier. Get or sets the item’s mimimum width. This is a dependency property. A value that specifies the item’s minimum width. Identifies the dependency property. A dependency property identifier. Gets or sets the item’s width. This property is in effect when the property is set to . This is a dependency property. A value that specifies the item’s width. Identifies the dependency property. A dependency property identifier. Gets or sets whether the item’s right border is visible. This is a dependency property. true if the item’s border is visible; otherwise, false. Identifies the dependency property. A dependency property identifier. Represents a link to a object. Initializes a new instance of the class. Gets the link’s actual width. This is a dependency property. The link’s actual width. Identifies the dependency property. A dependency property identifier. Gets the actual MinWidth setting for the current link. This is a dependency property. A value that specifies the actual MinWidth setting for the current link. Identifies the dependency property. A dependency property identifier. Copies settings of the specified object to the current object. An object whose settings are copied. Gets the alignment of the item’s content. This is a dependency property. A HorizontalAlignment property that specifies the alignment of the item’s content. Identifies the dependency property. A dependency property identifier. Gets whether a custom width is assigned via the or property. This is a dependency property. true if a custom width is assigned; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the link’s minimum width. This is a dependency property. A value that specifies the link’s minimum width. Identifies the dependency property. A dependency property identifier. Gets or sets the item link’s width. This property is in effect when the property is set to . This is a dependency property. The item link’s width. Identifies the dependency property. A dependency property identifier. Represents a sub-menu. Initializes a new instance of the class. Occurs when the submenu closes. Gets or sets the index of the sector displaying the first sub-menu’s item in a . This is a dependency property. An integer value that specifies the index of the sector displaying the first sub-menu’s item in a . The default is 0. Identifies the dependency property. A dependency property identifier. Allows you to populate the BarSubItem with items dynamically, before the BarSubItem’s dropdown is opened. Gets or sets the behavior when an end-user clicks an item within this ‘s pop-up. A DevExpress.Xpf.Bars.PopupItemClickBehaviour enumerator value that specifies the behavior when an end-user clicks an item within this ‘s pop-up. Identifies the dependency property. A dependency property identifier. Provides access to links displayed in the submenu. A object that contains links displayed in the submenu. Gets or sets a collection of objects providing information to generate and initialize bar item links for the current container. This is a dependency property. A source of objects to be visualized as bar items. Gets or sets whether each reference to a data object in an for this should generate a unique , whether this data object was previously referenced. This is a dependency property. true, if each reference to a data object in an for this should generate a unique ; otherwise, false. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Provides access to a collection of bar items, whose links are displayed within this . A DevExpress.Xpf.Bars.CommonBarItemCollection object that stores bar items, whose links are displayed within this . Gets or sets the style applied to a object defined as the ‘s content. This is a dependency property. A Style object providing corresponding style settings. Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses a style applied to objects generated with the collection. This is a dependency property. A descendant that applies a style based on custom logic. Identifies the dependency property. A dependency property identifier. Gets or sets the template used to visualize objects stored as elements in the collection. This is a dependency property. A DataTemplate object that specifies the corresponding template. Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses a template used to visualize objects stored as elements in the collection. This is a dependency property. A System.Windows.Controls.DataTemplateSelector descendant that applies a template based on custom logic. Identifies the dependency property. A dependency property identifier. Occurs when the submenu pops up. Gets or sets the size of the glyph for the bar items within the current . This property affects the glyph size if the bar item’s GlyphSize property is set to Custom. This is a dependency property. A structure that is the size of the glyph. Identifies the dependency property. A dependency property identifier. Gets or sets whether a small or large image is displayed by bar item links within the current submenu. This is a dependency property. A value that specifies the size of images for the menu’s items. Identifies the dependency property. A dependency property identifier. Represents a link to a object. Initializes a new instance of the class. Gets whether the sub-menu is open. This is a dependency property. true, if the sub-menu is open; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the behavior when an end-user clicks an item within this ‘s pop-up. A DevExpress.Xpf.Bars.PopupItemClickBehaviour enumerator value that specifies the behavior when an end-user clicks an item within this ‘s pop-up. Identifies the dependency property. A dependency property identifier. Provides access to the collection of links displayed in the current submenu. A object that contains the submenu’s items. Populates the associated with available themes and allows you to choose the application’s theme. Initializes a new instance of the class. Gets or sets a ‘s display mode. This is a dependency property. A ‘s display mode. Identifies the dependency property. A dependency property identifier. Lists values that specify an item’s display mode. Themes are grouped by category and displayed in sub menus. Themes are displayed in a list and grouped by category. Themes are displayed in a list. Provides members that specify which mouse button to use in a desired context. An action will be performed by clicking the left mouse button. An action will be performed by clicking both the right and left mouse button. An action will be performed by clicking the right mouse button. Creates four s at the four edges of the window, allowing you to dock bars to the window. Initializes a new instance of the class. Initializes a new instance of the class with the specified settings. The object that owns four s created with this . Gets or sets whether a dock container at the bottom edge must be created. This is a dependency property. true if a dock container at the bottom edge must be created; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether a dock container at the left edge must be created. This is a dependency property. true if a dock container at the left edge must be created; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether a dock container at the right edge must be created. This is a dependency property. true if a dock container at the right edge must be created; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether a dock container at the top edge must be created. This is a dependency property. true if a dock container at the top edge must be created; otherwise, false. Identifies the dependency property. A dependency property identifier. Returns the object being manipulated by the current action. An object that is manipulated by the current action. Returns if the current object’s settings are equal to the specified object’s settings. An object whose settings are compared to the current object’s settings. true if current object’s settings are equal to the specified object’s settings; otherwise, false. Gets the current BarManager object. A object which manages bars. Contains values that specify whether the current container’s elements are merged with elements of outside containers or elements of the same container, or both. A dedicated option allows you to disable merging. Elements are merged with other elements defined in parent name scopes (see ). A container’s elements are only merged with elements of outside containers defined in parent name scopes (see ). A container’s elements are only merged with other elements of the same container provided that they are defined in parent name scopes (see ). Merging is disabled for elements of a container. The merging feature is enabled or disabled for the current container, as specified by the merging settings of outer and inner containers. By default, merging is disabled. Represents a gallery of items. Initializes a new instance of the class. Gets or sets whether the group filtering feature is enabled. This is a dependency property. true if the group filtering feature is enabled; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether hover images are displayed with an animation effect. This is a dependency property. true if hover images are displayed with an animation effect; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the hover images feature is enabled. This is a dependency property. true to enable the hover images feature; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether smooth scrolling is enabled. true if smooth scrolling is enabled; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether tooltips are displayed for gallery items. This is a dependency property. true if tooltips are displayed for gallery items; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether a gallery, when it’s displayed within a dropdown window, is automatically closed on clicking its gallery item. This is a dependency property. true if the current dropdown gallery is automatically closed on clicking its gallery item; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets how gallery items are painted when in the checked state. This is a dependency property. A value that specifies how checked gallery items are painted. Identifies the dependency property. A dependency property identifier. Gets the collection of checked s. The collection of checked s. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure, and is not intended to be used directly from your code. This member supports the internal infrastructure, and is not intended to be used directly from your code. This member supports the internal infrastructure, and is not intended to be used directly from your code. This member supports the internal infrastructure, and is not intended to be used directly from your code. Gets or sets the number of visible columns of gallery items in the gallery. This is a dependency property. An integer value that specifies the number of visible columns of gallery items in the gallery. Identifies the dependency property. A dependency property identifier. Gets or sets the caption displayed within the Filter Panel, used to filter groups within the current gallery. This is a dependency property. An object representing the caption of the Filter Panel. Identifies the dependency property. A dependency property identifier. Gets or sets the template that presents the in a custom manner. This is a dependency property. A DataTemplate object that presents the FilterCaption object on-screen. Identifies the dependency property. A dependency property identifier. Gets or sets the template used to represent the Gallery’s Filter Panel on-screen. This is a dependency property. A object that is the corresponding template. Identifies the dependency property. A dependency property identifier. Gets or sets the first checked item within this . This is a dependency property. An Object that is the first checked item within this . Identifies the dependency property. A dependency property identifier. Returns a list of checked items. A list of checked items. Returns the first checked item. The first checked object. Gets or sets the template used to represent a gallery item group’s caption bar on-screen. This is a dependency property. A object that is the corresponding template. Identifies the dependency property. A dependency property identifier. Gets or sets the horizontal alignment of gallery group captions (). This is a dependency property. A HorizontalAlignment value that specifies the horizontal alignment of gallery group captions. Identifies the dependency property. A dependency property identifier. Gets or sets the outer indents of a gallery group’s caption (). This is a dependency property. A value of the Nullable Thickness type that specifies the corresponding outer indents. Identifies the dependency property. A dependency property identifier. Gets or sets the template that presents captions () of gallery groups in a custom manner. This is a dependency property. A DataTemplate object that presents gallery groups’ captions on-screen. Identifies the dependency property. A dependency property identifier. Gets or sets the style applied to group captions () of gallery groups. This is a dependency property. A Style object. Identifies the dependency property. A dependency property identifier. Gets or sets the vertical alignment of gallery group captions (). This is a dependency property. A VerticalAlignment value that specifies the vertical alignment of gallery group captions. Identifies the dependency property. A dependency property identifier. Gets or sets the outer indents of the gallery’s content area, which displays gallery items. This is a dependency property. A value of the Nullable Thickness type that specifies the corresponding outer indents. Identifies the dependency property. A dependency property identifier. Gets a collection of item groups owned by the gallery. A GalleryItemGroupCollection object that represents the collection of item groups owned by the ribbon gallery. Gets or sets a collection of objects providing information to generate and initialize gallery groups for the current container. This is a dependency property. A source of objects to be visualized as gallery groups. Identifies the dependency property. A dependency property identifier. Gets or sets the style applied to a object defined as the ‘s content. This is a dependency property. A Style object providing corresponding style settings. Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses a style applied to objects generated with the collection. This is a dependency property. A descendant that applies a style based on custom logic. Identifies the dependency property. A dependency property identifier. Gets or sets the template used to visualize objects stored as elements in the collection. This is a dependency property. A DataTemplate object that specifies the corresponding template. Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses a template used to visualize objects stored as elements in the collection. This is a dependency property. A System.Windows.Controls.DataTemplateSelector descendant that applies a template based on custom logic. Identifies the dependency property. A dependency property identifier. Gets or sets the template that presents a gallery item’s caption () when it’s displayed within a tooltip. This is a dependency property. A DataTemplate object that presents a gallery item’s caption within a tooltip in a custom manner. Identifies the dependency property. A dependency property identifier. Gets or sets the template that presents a gallery item’s object within a tooltip. This is a dependency property. A DataTemplate object that presents a gallery item’s object within a tooltip. Identifies the dependency property. A dependency property identifier. Gets or sets the time, in milliseconds, the hover image animation is displayed for a gallery item. This is a dependency property. An integer value that specifies the time, in milliseconds, the hover image animation is displayed for a gallery item. Identifies the dependency property. A dependency property identifier. Gets or sets the size of hover images. This is a dependency property. The size of hover images. Identifies the dependency property. A dependency property identifier. Gets or sets whether gallery groups captions () are visible in the current gallery. This is a dependency property. A value that specifies the visibility of gallery groups captions. Identifies the dependency property. A dependency property identifier. Gets or sets whether captions are displayed for gallery items. This is a dependency property. true if captions are displayed for gallery items; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets whether gallery item captions or descriptions are visible. This is a dependency property. true if gallery item captions or descriptions are visible; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether descriptions are displayed for gallery items. This is a dependency property. true if descriptions are displayed for gallery items; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether glyphs for gallery items are visible. This is a dependency property. true if glyphs for gallery items are visible; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the gallery items are stretched to fill the entire height of the . This property is in effect for galleries used in the . true, if the gallery item auto height feature is enabled; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether gallery item widths are automatically modified so that the total gallery items’ width matches the Gallery’s width. true if the gallery items’ auto width feature is enabled; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the template used to represent a gallery item’s borders on-screen. This is a dependency property. A object that is the corresponding template. Identifies the dependency property. A dependency property identifier. Gets or sets the horizontal alignment of a gallery item’s caption. This is a dependency property. A HorizontalAlignment value specifying the horizontal alignment of a gallery item’s caption. Identifies the dependency property. A dependency property identifier. Gets or sets the outer indents of a gallery item’s caption. This is a dependency property. A value of the Nullable Thickness type that specifies the corresponding outer indents. Identifies the dependency property. A dependency property identifier. Gets or sets the template used to display a gallery item’s . This is a dependency property. A DataTemplate that defines the visualization of a gallery item’s . Identifies the dependency property. A dependency property identifier. Gets or sets the style applied to a gallery item’s . This is a dependency property. A Style object that represents the corresponding style. Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses a style applied to the property. This is a dependency property. A System.Windows.Controls.StyleSelector descendant that applies a style based on custom logic. Identifies the dependency property. A dependency property identifier. Gets or sets the vertical alignment of a gallery item’s caption. This is a dependency property. A VerticalAlignment value specifying the vertical alignment of a gallery item’s caption. Identifies the dependency property. A dependency property identifier. Fires when a gallery item is checked. This event is in effect when the item checking/unchecking feature is enabled. Gets or sets whether the item checking feature is enabled, and whether single or multiple items can be checked simultaneouly. This is a dependency property. A value that specifies item checking mode. Identifies the dependency property. A dependency property identifier. Fires when a gallery item is clicked. A command that will be executed whenever an end-user clicks any item within this . This is a dependency property. An ICommand object that specifies the command executed whenever an end-user clicks any item within this . Identifies the dependency property. A dependency property identifier. Gets or sets the horizontal alignment of a Content Grid (displaying a gallery item’s caption and description) within a gallery item. This is a dependency property. A HorizontalAlignment value specifying the horizontal alignment of a Content Grid within a gallery item. Identifies the dependency property. A dependency property identifier. Gets or sets the vertical alignment of a Content Grid (displaying a gallery item’s caption and description) within a gallery item. This is a dependency property. A VerticalAlignment value specifying the vertical alignment of a Content Grid within a gallery item. Identifies the dependency property. A dependency property identifier. Gets or sets the template used to represent a gallery item on-screen. This is a dependency property. A object that is the corresponding template. Identifies the dependency property. A dependency property identifier. Gets or sets the horizontal alignment of a gallery item’s description. This is a dependency property. A HorizontalAlignment value specifying the horizontal alignment of a gallery item’s description. Identifies the dependency property. A dependency property identifier. Gets or sets the outer indents of a gallery item’s description. This is a dependency property. A value of the Nullable Thickness type that specifies the corresponding outer indents. Identifies the dependency property. A dependency property identifier. Gets or sets the template used to display a gallery item’s . This is a dependency property. A DataTemplate that defines the visualization of a gallery item’s . Identifies the dependency property. A dependency property identifier. Gets or sets the style applied to a gallery item’s . This is a dependency property. A Style object that represents the corresponding style. Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses a style applied to the property. This is a dependency property. A System.Windows.Controls.StyleSelector descendant that applies a style based on custom logic. Identifies the dependency property. A dependency property identifier. Gets or sets the vertical alignment of a gallery item’s description. This is a dependency property. A VerticalAlignment value specifying the vertical alignment of a gallery item’s description. Identifies the dependency property. A dependency property identifier. Fires when the mouse cursor enters a gallery item’s bounds. Gets or sets the indents between a gallery item’s border and the ImageControl that displays the glyph itself. This is a dependency property. A value of the Nullable Thickness type that specifies the corresponding indents. Identifies the dependency property. A dependency property identifier. Gets or sets the template used to represent borders of a gallery item’s glyph on-screen. This is a dependency property. A object that is the corresponding template. Identifies the dependency property. A dependency property identifier. Gets or sets the horizontal alignment and stretch mode of the region surrounded by a gallery item’s glyph borders. This is a dependency property. A HorizontalAlignment value specifying the horizontal alignment of a gallery item’s glyph. Identifies the dependency property. A dependency property identifier. Specifies the location of a gallery item’s glyph, relative to its caption and description. This is a dependency property. A value that specifies the location of a gallery item’s glyph, relative to its caption and description. Identifies the dependency property. A dependency property identifier. Gets or sets the outer indents of a gallery item’s glyph borders. This is a dependency property. A value of the Nullable Thickness type that specifies the corresponding outer indents. Identifies the dependency property. A dependency property identifier. Gets or sets the display size of item glyph regions. Use this property along with the property, to enable gallery loading optimization. A Size structure that specifies the display size of all item glyph regions. Identifies the dependency property. A dependency property identifier. Gets or sets the size of a gallery item’s ImageControl that displays the item’s glyph. This is a dependency property. A Size structure that specifies the size of a gallery item’s ImageControl. Identifies the dependency property. A dependency property identifier. Gets or sets how a gallery item’s glyph is stretched within the glyph region’s ImageControl. This is a dependency property. A System.Windows.Media.Stretch value that specifies the current stretch mode. Identifies the dependency property. A dependency property identifier. Gets or sets the vertical alignment and stretch mode of the region surrounded by a gallery item’s glyph borders. This is a dependency property. A VerticalAlignment value specifying the vertical alignment of a gallery item’s glyph. Identifies the dependency property. A dependency property identifier. Occurs when the mouse pointer rests on any gallery item within the current gallery. Fires when the mouse cursor leaves the boundaries of any gallery item within the current gallery. Gets or sets the outer indents of a gallery item. This is a dependency property. A value of the Nullable Thickness type that specifies the corresponding outer indents. Identifies the dependency property. A dependency property identifier. Gets or sets the display size of gallery items. Use this property along with the property to enable gallery loading optimization. A Size structure that specifies the display size of gallery items. Identifies the dependency property. A dependency property identifier. Fires when a gallery item is unchecked. This event is in effect when the item checking/unchecking feature is enabled. Gets or sets the minimum number of visible columns allowed in the gallery. This is a dependency property. An integer which specifies the minimum number of columns allowed in the gallery Identifies the dependency property. A dependency property identifier. Gets or sets the style applied to the in the normal state. This is a dependency property. A Style object that represents the corresponding style. Identifies the dependency property. A dependency property identifier. Gets or sets the initial number of visible rows of gallery items in the current dropdown gallery when this gallery is invoked. This property is in effect for dropdown galleries. This is a dependency property. An integer value that specifies the initial number of visible rows of gallery items in the current dropdown gallery, when this gallery is invoked Identifies the dependency property. A dependency property identifier. Gets or sets the style applied to the , when the mouse cursor hovers over the filter panel. This is a dependency property. A Style object that represents the corresponding style. Identifies the dependency property. A dependency property identifier. Gets or sets how a gallery, when it’s displayed within a dropdown window, can be resized. This is a dependency property. A value that specifies how the current dropdown gallery can be resized. Fires when the value of the property is changed. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure, and is not intended to be used directly from your code. Gets or sets the template used to represent a gallery item’s tooltip on-screen. This is a dependency property. A object that is the corresponding template. Identifies the dependency property. A dependency property identifier. Gets or sets the style applied to the gallery’s scroll bar. This is a dependency property. A Style object that represents the corresponding style. Identifies the dependency property. A dependency property identifier. Gets or sets whether a vertical scroll bar is shown. A System.Windows.Controls.ScrollBarVisibility enumeration value that specifies the scroll bar’s visibility. Identifies the dependency property. A dependency property identifier. Identifies paint styles for gallery items when they are in the checked state A gallery item’s text and image are painted checked. A gallery item’s image is only painted checked. A control that displays an image gallery and is capable of categorizing items into groups. Initializes a new instance of the class. For internal use. This is a dependency property. A object that is the corresponding template. Identifies the dependency property. A dependency property identifier. For internal use. This is a dependency property. A object that is the corresponding template. Identifies the dependency property. A dependency property identifier. Gets the actual outer indents of gallery groups’ captions. This is a dependency property. A Thickness value that specifies the corresponding outer indents. Identifies the dependency property. A dependency property identifier. For internal use. Identifies the dependency property. A dependency property identifier. Gets the actual outer indents of a gallery’s content area, which displays gallery items. This is a dependency property. A Thickness value that specifies the corresponding outer indents. Identifies the dependency property. A dependency property identifier. For internal use. Identifies the dependency property. A dependency property identifier. Gets whether the group captions of the control’s gallery are actually visible. true if the gallery group captions are actually visible; otherwise, false. Identifies the dependency property. A dependency property identifier. For internal use. This is a dependency property. A object that is the corresponding template. Identifies the dependency property. A dependency property identifier. Gets the actual outer indents of gallery items’ captions. This is a dependency property. A Thickness value that specifies the corresponding outer indents. Identifies the dependency property. A dependency property identifier. For internal use. Identifies the dependency property. A dependency property identifier. For internal use. This is a dependency property. A object that is the corresponding template. Identifies the dependency property. A dependency property identifier. Gets the actual outer indents of gallery items’ descriptions. This is a dependency property. A Thickness value that specifies the corresponding outer indents. Identifies the dependency property. A dependency property identifier. For internal use. Identifies the dependency property. A dependency property identifier. For internal use. This is a dependency property. Identifies the dependency property. A dependency property identifier. For internal use. This is a dependency property. A object that is the corresponding template. Identifies the dependency property. A dependency property identifier. Gets the actual outer indents of gallery items’ glyphs. This is a dependency property. A Thickness value that specifies the corresponding outer indents. Identifies the dependency property. A dependency property identifier. Gets the actual outer indents of gallery items. This is a dependency property. A Thickness value that specifies the corresponding outer indents. Identifies the dependency property. A dependency property identifier. For internal use. Identifies the dependency property. A dependency property identifier. For internal use. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure, and is not intended to be used directly from your code.This is a dependency property. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure, and is not intended to be used directly from your code.This is a dependency property. Identifies the dependency property. A dependency property identifier. Gets the vertical offset of the top visible row. A double value that specifies the vertical offset of the top visible row. For internal use. This is a dependency property. A object that is the corresponding template. Identifies the dependency property. A dependency property identifier. For internal use. This is a dependency property. A object that is the corresponding template. Identifies the dependency property. A dependency property identifier. Gets or sets the default outer indents of gallery groups’ captions. This is a dependency property. A value of the Nullable Thickness type that specifies the corresponding outer indents. Identifies the dependency property. A dependency property identifier. Gets or sets the default outer indents of a gallery’s content area, which displays gallery items. This is a dependency property. A value of the Nullable Thickness type that specifies the corresponding outer indents. Identifies the dependency property. A dependency property identifier. Gets the default value of the option that controls whether gallery group captions are visible. true if gallery group captions are visible by default; otherwise, false. Identifies the dependency property. A dependency property identifier. For internal use. This is a dependency property. A object that is the corresponding template. Identifies the dependency property. A dependency property identifier. Gets or sets the default outer indents of gallery items’ captions. This is a dependency property. A value of the Nullable Thickness type that specifies the corresponding outer indents. Identifies the dependency property. A dependency property identifier. For internal use. This is a dependency property. A object that is the corresponding template. Identifies the dependency property. A dependency property identifier. Gets or sets the default outer indents of gallery items’ descriptions. This is a dependency property. A value of the Nullable Thickness type that specifies the corresponding outer indents. Identifies the dependency property. A dependency property identifier. Gets or sets the default indents between a gallery item’s border and ImageControl that displays the glyph itself. This is a dependency property. A value of the Nullable Thickness type that specifies the corresponding outer indents. Identifies the dependency property. A dependency property identifier. For internal use. This is a dependency property. A object that is the corresponding template. Identifies the dependency property. A dependency property identifier. Gets or sets the default outer indents of gallery items’ images. This is a dependency property. A value of the Nullable Thickness type that specifies the corresponding outer indents. Identifies the dependency property. A dependency property identifier. Gets or sets the default outer indents of gallery items. This is a dependency property. A value of the Nullable Thickness type that specifies the corresponding outer indents. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure, and is not intended to be used directly from your code. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure, and is not intended to be used directly from your code. This is a dependency property. Identifies the dependency property. A dependency property identifier. Gets or sets the gallery displayed by the . A object displayed by the . Identifies the dependency property. Identifies the dependency property. A dependency property identifier. Returns the actual number of item columns in the . The actual number of item columns in the . This member supports the internal infrastructure, and is not intended to be used directly from your code. Gets the index of the top visible row. An integer value that specifies the index of the top visible row. Gets the value of the attached property for the specified object. A dependency object whose attached property’s value is to be returned. The value of the attached property for the specified object. Returns the vertical offset of the specified group. A object whose offset is to be returned. The vertical offset of the specified group. Gets the index of the bottom visible row. An integer value that specifies the index of the bottom visible row. Gets or sets the style applied to captions () of gallery groups. This is a dependency property. A object applied to gallery groups’ captions. Identifies the dependency property. A dependency property identifier. This member is obsolete. Use the property instead. Identifies the dependency property. A dependency property identifier. This member is obsolete. Use the property instead. Identifies the dependency property. A dependency property identifier. Gets or sets the style applied to a gallery item’s . This is a dependency property. A Style object applied to a gallery item’s caption. Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses a style applied to the property. This is a dependency property. A System.Windows.Controls.StyleSelector descendant that applies a style based on custom logic. Identifies the dependency property. A dependency property identifier. Gets or sets the style applied to a gallery item’s . This is a dependency property. A Style object applied to a gallery item’s description. Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses a style applied to the property. This is a dependency property. A System.Windows.Controls.StyleSelector descendant that applies a style based on custom logic. Identifies the dependency property. A dependency property identifier. Gets or sets the style applied to the in the normal state. This is a dependency property. A object applied to the filter caption. Identifies the dependency property. A dependency property identifier. Called after the template is completely generated and attached to the visual tree. This member supports the internal infrastructure, and is not intended to be used directly from your code. Identifies the dependency property. A dependency property identifier. Gets the control’s scrollable area. A Size structure that specifies the control’s scrollable area. Scrolls the GalleryControl, making the specified group visible. An integer value that specifies the index of the group to be made visible. true if scrolling was successful; otherwise, false. Scrolls the GalleryControl, making the specified item visible. A that should be made visible. true if scrolling was successful; otherwise, false. Scrolls the GalleryControl, making the specified row visible. The index of the row to be made visible. true if scrolling was successful; otherwise, false. Scrolls the GalleryControl to the specified vertical offset. A double value that specifies the required vertical offset. true if scrolling was successful; otherwise, false. Gets or sets the style applied to the , when the mouse cursor hovers over the filter panel. This is a dependency property. A object applied to the filter caption when it’s hovered over. Identifies the dependency property. A dependency property identifier. Sets the value of the attached property for the specified object. A dependency object whose attached property is to be set. The new value of the attached property for the specified object. This member supports the internal infrastructure, and is not intended to be used directly from your code. Represents an item within a gallery. Initializes a new instance of the class. Gets or sets the gallery item’s caption. This is a dependency property. An object that specifies the item’s caption. Identifies the dependency property. A dependency property identifier. Fires when the current item is checked. Fires when the current item is clicked. This member supports the internal infrastructure, and is not intended to be used directly from your code. This member supports the internal infrastructure, and is not intended to be used directly from your code. Gets or sets the command to invoke when the gallery item is clicked. The ICommand object to invoke when the gallery item is clicked. Fires if the availability of the command specified by the has changed. Gets or sets the parameter to pass to the . This is a dependency property. A parameter to pass to the . Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets the object on which to execute the . An IInputElement on which to execute the . Identifies the dependency property. A dependency property identifier. Gets or sets the item’s description. This is a dependency property. A string that specifies the item’s description. Identifies the dependency property. A dependency property identifier. Fires when the mouse cursor enters the bounds of the current gallery item. Gets or sets the item’s image. This is a dependency property. An ImageSource value that specifies the item’s image. Identifies the dependency property. A dependency property identifier. Gets the group that owns the current item. This is a dependency property. A object that owns the current item. Identifies the dependency property. A dependency property identifier. Gets or sets the object that represents the Hint portion within the item’s regular tooltip window. This is a dependency property. An object that represents the Hint portion within the regular tooltip. Identifies the dependency property. A dependency property identifier. Occurs when the mouse pointer rests on the current gallery item. Gets or sets the item’s hover image. This is a dependency property. An ImageSource value that specifies the item’s hover image. Identifies the dependency property. A dependency property identifier. Gets or sets whether the item is checked (in the pressed state). This is a dependency property. true if the item is checked; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the gallery item is visible. This is a dependency property. true if the gallery item is visible; otherwise, false. Identifies the dependency property. A dependency property identifier. Fires when the mouse cursor leaves the boundaries of the current gallery item. Gets or sets a SuperTip for the current gallery item. This is a dependency property. A object associated with the item. Identifies the dependency property. A dependency property identifier. Fires when the current item is unchecked. Contains values that identify available check modes for gallery items. Multiple items can be checked within a gallery simultaneously. Clicking one item doesn’t uncheck other checked items. The item checking feature is disabled. A single gallery item can be checked within a gallery at one time. Checking another gallery item unchecks the previously checked item. A single gallery item can be checked within each gallery group. Represents a collection of gallery items. Initializes a new instance of the class. A object that will own the created object. Represents a group of gallery items within a gallery. Initializes a new instance of the class. Specifies the caption of the object. This is a dependency property. A string which specifies the caption of the GalleryItemGroup object. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure, and is not intended to be used directly from your code. This member supports the internal infrastructure, and is not intended to be used directly from your code. Gets the gallery that own the current group. This is a dependency property. A object that owns the current object. Identifies the dependency property. A dependency property identifier. Gets or sets whether the group’s caption () is visible. This is a dependency property. A value that specifies the visibility of the group’s caption. Identifies the dependency property. A dependency property identifier. Gets or sets whether the current gallery group is visible. This is a dependency property. true if the current gallery group is visible; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the collection of gallery items displayed in the current group. A object that stores gallery items displayed in the current group. Gets or sets a collection of objects providing information to generate and initialize gallery items for the current container. This is a dependency property. A source of objects to be visualized as gallery items. Identifies the dependency property. A dependency property identifier. Gets or sets the style applied to a object defined as the ‘s content. This is a dependency property. A Style object providing corresponding style settings. Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses a style applied to objects generated with the collection. This is a dependency property. A descendant that applies a style based on custom logic. Identifies the dependency property. A dependency property identifier. Gets or sets the template used to visualize objects stored as elements in the collection. This is a dependency property. A DataTemplate object that specifies the corresponding template. Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses a template used to visualize objects stored as elements in the collection. This is a dependency property. A System.Windows.Controls.DataTemplateSelector descendant that applies a template based on custom logic. Identifies the dependency property. A dependency property identifier. Represents a collection of gallery groups. Initializes a new instance of the class. A object that will own the created object. Enumerates dropdown galleries resizing modes. A dropdown gallery can be resized vertically and horizontally. A dropdown gallery cannot be resized. A dropdown gallery can only be resized vertically. Populates the associated GalleryControl with available themes and allows you to choose the application’s theme. Initializes a new instance of the class. Contains values that control the size of a bar item’s glyph. The size of the glyph is specified by the value. The size of a bar item’s image is dependent on the settings of the bar item’s container (bar or popup menu) or the object. See the following options: , , , , . A bar item is using a large image specified by the property. A bar item is using a medium image specified by the property. A bar item is using a small image specified by the property. If implemented, provides the basic functionality to classes that maintain the visibility of toolbar items in DevExpress controls. Specifies the action container that owns this collection. An object implementing the IActionContainer interface that owns this collection. Executes actions defined by the current controller. A . Declares methods that are common to objects displaying bar item links. Returns the links currently displayed by the link container. A object that contains the links currently displayed by the link container. Occurs whenever the collection for this holder changes. Gets or sets the size of the glyph for the bar items within the current implementation. This property affects the glyph size if the bar item’s GlyphSize property is set to Custom. A structure that is the size of the glyph. This property supports the internal infrastructure and is not intended to be used directly from your code. Gets the default size of items’ glyphs when the items are displayed in a container of the specified type. A LinkContainerType value that specifies the type of bar item container. A value. Gets an enumerator used to iterate through bar item links. An IEnumerator object. Gets the type of the parent object displaying bar item links. A LinksHolderType enumerator value that specifies the type of the parent links holder. This member supports the internal infrastructure, and is not intended to be used directly from your code. Provides access to s displayed within the parent container, derived from the interface. A CommonBarItemCollection that stores s displayed within the parent container, derived from the interface. Gets the size of images used by bar item links owned by the current object. A value. Gets a collection of objects providing information to generate and initialize s for the interface. A source of objects that will be visualized as s. Gets the collection of links owned by the current object. A object. Adds the visible links from the specified link container onto the current link container. A object whose visible links are merged with the current link container. Gets the links that have been merged with the current container. A BarItemLinkCollection object that contains the links merged with the current link container. Gets a parent link container with which the current child link container has been merged. A parent link container with which the current child link container has been merged. This method is called before a bar item link is added to the current link holder. A object being added. This method is called before a bar item link is removed from the current link holder. A object being removed. Gets or sets whether descriptions are displayed for links owned by the current container. true if descriptions are displayed for links owned by the current container; otherwise, false. Removes the links of other link containers from the current link container. This method is in effect when other link containers have been merged with the current container. Removes the links of the specified link container from the current link container. This method is in effect when the specified link container has been merged with the current container. A object whose links must be removed from the current link container. An insert bar action. Initializes a new instance of the class with the default settings. Gets or sets the bar or ribbon item that should be inserted into the target container (toolbar, ribbon page, etc). This is a dependency property. An Object that is the bar or ribbon item that should be inserted into the target container (toolbar, ribbon page, etc). Identifies the dependency property. A dependency property identifier. Gets the value of the attached property for the specified object. An object whose property’s value is to be returned. An value which is the value of the attached property for the specified object. Gets or sets a bar item after which this bar item is inserted in the BarManager.Bars collection. This is an attached property. An value that specifies a bar item after which this bar item is inserted in the BarManager.Bars collection. Identifies the attached property. This member supports the internal infrastructure, and is not intended to be used directly from your code. Sets the value of the attached property for the specified object. An object whose InsertAfter property is to be set. A value that specifies the value to be assigned to the property. Inserts a bar at a specific position within the collection. Initializes a new instance of the class. Gets or sets the bar inserted in the collection. A object inserted in the collection. Gets or sets the index at which a bar is inserted in the collection. This is an attached property. An integer value that specifies the index at which a bar is inserted in the collection. Identifies the dependency property. Identifies the dependency property. A dependency property identifier. Gets the value of the attached property for the specified object. An object whose BarIndex property’s value is to be returned. An integer value that specifies the value of the attached property for the specified object. Returns the object being manipulated by the current action. An object that is manipulated by the current action. Returns if the current object’s settings are equal to the specified object’s settings. An object whose settings are compared to the current object’s settings. true if current object’s settings are equal to the specified object’s settings; otherwise, false. Sets the value of the attached property for the specified object. An object whose BarIndex property is to be set. An integer value that specifies the value to be assigned to the property. Inserts a bar item at a specific position within the collection. Initializes a new instance of the class. Gets the value of the attached property for the specified object. An object whose ItemIndex property is to be returned. The value of the attached property for the specified object. Returns the object being manipulated by the current action. An object that is manipulated by the current action. Returns if the current object’s settings are equal to the specified object’s settings. An object whose settings are compared to the current object’s settings. true if current object’s settings are equal to the specified object’s settings; otherwise, false. Gets or sets the bar item inserted in the collection. This is a dependency property. A object inserted in the collection. Gets or sets the index at which an item is inserted in the collection. This is an attached property. An integer value that specifies the index at which an item is inserted in the collection. Identifies the dependency property. Identifies the dependency property. A dependency property identifier. Sets the value of the attached property for the specified object. An object whose ItemIndex property is to be set. The value to be assigned to the attached property for the specified object. Inserts a bar item link to the item link collection of a target object (a bar, a menu, etc.). Initializes a new instance of the class. Returns the object being manipulated by the current action. An object that is manipulated by the current action. Returns if the current object’s settings are equal to the specified object’s settings. An object whose settings are compared to the current object’s settings. true if current object’s settings are equal to the specified object’s settings; otherwise, false. Gets or sets the bar item link inserted at a specific position () within a target object’s item link collection. This is a dependency property. A object inserted in the collection. Identifies the dependency property. A dependency property identifier. Inserts a bar at a specific position within the collection and sets the flag for it. The action does nothing if a bar already exists with this flag enabled. Initializes a new instance of the class. Inserts a bar at a specific position within the collection and sets the flag for it. The action does nothing if a bar already exists with this flag enabled. Initializes a new instance of the class. Provides data for the and events. Initializes a new instance of the class with the specified settings. A object that represents the currently processed bar item. A descendant that represents a link to the currently processed bar item. Initializes a new instance of the class with the specified settings. Gets the bar item that is currently being processed. A descendant that represents the bar item currently being processed. Gets the bar item link that is currently being processed. A descendant that represents the bar item currently being processed. Gets the bar item link control that is currently being processed. An DevExpress.Xpf.Bars.IBarItemLinkControl descendant that represents the bar item currently being processed. Represents the method that will handle the and events. A object. An object that represents data for the event. Contains values that identify bar types. Identifies the bar, whose option is enabled. Identifies a bar, whose and options are set to false. Identifies the bar, whose option is enabled. Represents a trigger that applies property values when a set of conditions are satisfied. Initializes a new instance of the class. Gets a object collection. Changes to property values are applied when all the conditions in the collection are met. A object collection. The default is an empty collection. A wrapper that you can edit in XAML. Initializes a new instance of the class with specified settings. Initializes a new instance of the class with specified settings. Gets the dependency property which is wrapped with the . A . Defines an implicit conversion of a to a . The to convert. The converted . Represents a setter that applies a property value. Initializes a new instance of the class. Gets or sets the dependency property to which the will be applied. A DependencyProperty to which the will be applied. The default value is null. Gets or sets the property to which the will be applied. An to which the will be applied. The default value is null. For internal use. For internal use. Gets or sets the value to apply to the property that is specified by this . The default value is null. Identifies the dependency property. A dependency property identifier. Represents the collection of item setters. Initializes a new instance of the class. Represents a trigger that applies a property value when a condition is satisfied. Initializes a new instance of the class. Gets or sets the binding that specifies the condition’s property. The default value is null. Gets or sets the condition’s source property. A that specifies the condition’s source property. The default value is null. Gets or sets the property that returns the value that is compared with the trigger’s property. An that returns the property value of the element. For internal use. For internal use. Gets or sets the condition’s value. The default value is null. Represents the base class for specifying a conditional value within a object. Initializes a new instance of the class. Starts the ItemTriggerBase‘s initialization. Initialization occurs at runtime. Ends the ItemTriggerBase‘s initialization. Gets a object collection, which describes the property values to apply when the specified condition has been met. An collection. The default is an empty collection. Represents a condition for the ItemMultiTrigger, which apply changes to property values based on a set of conditions. Initializes a new instance of the class. Gets or sets the binding that specifies the condition’s property. The default value is null. Gets or sets the condition’s source property. A that specifies the condition’s source property. The default value is null. Gets or sets the condition’s source property. A wrapper. For internal use. For internal use. Gets or sets the condition’s value. The default value is null. Represents the collection of item trigger conditions. Initializes a new instance of the class. Provides data for the event. Initializes a new instance of the class with the specified settings. A that raises the event. Provides access to a collection of actions used to create new bar objects (bars, bar items and bar item links). New bar objects are those that are not defined in the layout being loaded. A object that contains corresponding actions. The method that will handle the event. A object. An object that contains data for the event. Allows an end-user to control the visibility of links in a collection. Initializes a new instance of the class. Gets or sets the source of item links, whose visibility is controlled by the . This is a dependency property. A object, which stores item links being tracked by the object. Identifies the dependency property. A dependency property identifier. Represents a link to a object. Initializes a new instance of the class. A standalone control, which provides a straightforward and simplified way to create a main menu. Initializes a new instance of the class with default settings. Provides members used to specify what child DocumentPanels invoke the merging/unmerging mechanism. The merging mechanism is invoked when an MDI child panel is maximized in a DocumentGroup. In the case of a tabbed UI, it is invoked when a tab is selected in a DocumentGroup. If there are multiple DocumentGroups, the merging mechanism is invoked for all DocumentGroups simultaneously, thus all of them are merged to the parent at the same time. The unmerge mechanism is invoked when an MDI child panel is restored from the maximized state to the normal state, or in case of the Tabbed UI, when another tab is selected. Identical to the value. Prevents all child tabbed and MDI panels from being merged. The merging mechanism is invoked when a maximized MDI child panel is activated. In the case of a tabbed UI, the merging mechanism is invoked when a selected tab is activated. The unmerge mechanism is invoked when a maximized MDI child panel is restored from the maximized state to the normal state, or when it is deactivated. In the case of a tabbed UI, the unmerge mechanism is invoked when a selected tab is deselected or deactivated. Similar to the WhenChildActivated mode. Additionally, merges those MDI panels and tabs that are initially maximized (docked), but not yet selected (e.g., on application start). Provides attached properties that control the bar merging behavior. This property is obsolete. Use the property instead. Identifies the attached property. Gets the value of the attached property for a specific object. The object whose value of the attached property is to be returned. The value of the attached property for a specific object. Gets the value of the attached property for a specific object. The object whose value of the attached property is to be returned. The value of the attached property for a specific object. Gets the value of the attached property for a specific object. The object whose value of the attached property is to be returned. The value of the attached property for a specific object. Gets the value of the attached property for a specific object. The object whose value of the attached property is to be returned. The value of the attached property for a specific object. Gets the value of the attached property for a specific object. The object whose value of the attached property is to be returned. The value of the attached property for a specific object. Identifies the attached property. Identifies the attached property. Sets the value of the attached property for a specific object. The object whose attached property is to be set. The value of the attached property for the specified object. Sets the value of the attached property for a specific object. The object whose attached property is to be set. The value of the attached property for the specified object. Sets the value of the attached property for a specific object. The object whose attached property is to be set. The value of the attached property for the specified object. Sets the value of the attached property for a specific object. The object whose attached property is to be set. The value of the attached property for the specified object. Sets the value of the attached property for a specific object. The object whose attached property is to be set. The value of the attached property for the specified object. Identifies the attached property. A control container that supports the popup functionality. Initializes a new instance of the class. Gets or sets whether the current should be closed after an end-user clicks its content. true, if the current should be closed after an end-user clicks its content; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the content of the current object. This is a dependency property. A UIElement that specifies the content of the current object. Identifies the dependency property. A dependency property identifier. Gets or sets the brush used to paint the ‘s background. This is a dependency property. A object used to paint the ‘s background. Identifies the dependency property. A dependency property identifier. This class can be used as a substitute for a object, when it’s required to initialize a property with a object in XAML. Initializes a new instance of the class. Gets or sets whether this popup should automatically close after an end-user has clicked its child item. This is the dependency property. true, if the popup should be automatically closed; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets this ‘s content. A UIElement that is this ‘s content. Identifies the dependency property. A dependency property identifier. This class supports the internal infrastructure, and is not intended to be used directly from your code. Initializes a new instance of the class. Gets or sets the property value for the automatically created popup. This is the dependency property. The Boolean value of the Popup.AllowsTransparency property. Identifies the dependency property. A dependency property identifier. Gets or sets the property value for the automatically created popup. This is the dependency property. The object that is the Popup.Child property value. Identifies the dependency property. A dependency property identifier. Fires after the popup control has been closed. Closes the current popup control. Gets or sets the property value for the automatically created popup. This is the dependency property. The object that is the Popup.CustomPopupPlacementCallback property value. Identifies the dependency property. A dependency property identifier. Gets or sets the default property value for the automatically created popup. This is the dependency property. The default value of the Popup.DefaultVerticalOffset property. Identifies the dependency property. A dependency property identifier. Gets or sets the property value for the automatically created popup. This is the dependency property. The value of the Popup.HorizontalOffset property. Identifies the dependency property. A dependency property identifier. Gets or sets whether this popup should ignore the menu drop alignment. true, if this popup should ignore the menu drop alignment; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the property value for the automatically created popup. This is the dependency property. The value of the Popup.IsOpen property. Identifies the dependency property. A dependency property identifier. Gets or sets whether the popup control is open. true if the popup control is open; otherwise, false. Fires when the popup control has been opened. Fires when the popup control is about to be opened. Gets or sets the property value for the automatically created popup. This is the dependency property. The enumerator value that is the Popup.Placement property value. Identifies the dependency property. A dependency property identifier. Gets or sets the property value for the automatically created popup. This is the dependency property. The structure that is the Popup.PlacementRectangle property value. Identifies the dependency property. A dependency property identifier. Gets or sets the property value for the automatically created popup. This is the dependency property. The object that is the Popup.PlacementTarget property value. Identifies the dependency property. A dependency property identifier. Gets the popup object that the current object wraps. The corresponding popup object. Gets or sets the property value for the automatically created popup. This is the dependency property. The enumerator value that is the Popup.PopupAnimation property value. Identifies the dependency property. A dependency property identifier. Gets or sets the content of this popup. An Object that is the content of this popup. Identifies the dependency property. A dependency property identifier. Displays the popup control at the position next to the specified control. A UIElement, relative to which the popup control will be displayed. Identifies the dependency property. A dependency property identifier. Gets or sets the property value for the automatically created popup. This is the dependency property. The value of the Popup.VerticalOffset property. Identifies the dependency property. A dependency property identifier. A regular popup menu. Initializes a new instance of the class. This member supports the internal infrastructure, and is not intended to be used directly from your code. Gets or sets the size of the glyph for the bar items within the current . This property affects the glyph size if the bar item’s GlyphSize property is set to Custom. This is a dependency property. A structure that is the size of the glyph. Identifies the dependency property. A dependency property identifier. Gets or sets whether a small or large image is used by bar item links displayed in the current menu. This is a dependency property. A value that specifies the size of images for the menu’s items. Identifies the dependency property. A dependency property identifier. Gets the collection of item links displayed in the current menu. This is a dependency property. A object that stores item links displayed in the current menu. Identifies the dependency property. A dependency property identifier. Gets or sets a collection of objects providing information to generate and initialize bar item links for the current container. This is a dependency property. A source of objects to be visualized as bar items. Gets or sets whether each reference to a data object in an for this should generate a unique , whether this data object was previously referenced. This is a dependency property. true, if each reference to a data object in an for this should generate a unique ; otherwise, false. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Provides access to bar items and bar item links displayed in this . A DevExpress.Xpf.Bars.CommonBarItemCollection collection that contains bar items and bar item links displayed in this . Identifies the dependency property. A dependency property identifier. Gets or sets the style applied to a object defined as the ‘s content. This is a dependency property. A Style object providing corresponding style settings. Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses a style applied to PopupMenu items. This is a dependency property. A descendant that applies a style based on custom logic. Identifies the dependency property. A dependency property identifier. Gets or sets the template used to visualize objects stored as elements in the collection. This is a dependency property. A DataTemplate object that specifies the corresponding template. Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses a template used to visualize objects stored as elements in the collection. This is a dependency property. A System.Windows.Controls.DataTemplateSelector descendant that applies a template based on custom logic. Identifies the dependency property. A dependency property identifier. Gets or sets whether key shortcuts are visible for s in the current . true, if the item links are displayed with their key shortcuts; otherwise, false. Identifies the dependency property. A dependency property identifier. Represents the base class for popup menus. Initializes a new instance of the class. Gets or sets the display mode of menu items. This is a dependency property. A value that specifies the display mode of menu items. Identifies the dependency property. A dependency property identifier. Gets or sets the maximum height of the links column in the popup menu. This is a dependency property. A Double value that is the maximum height of the links column in the popup menu. Identifies the dependency property. A dependency property identifier. Gets or sets the maximum number of s displayed within a single links column in a popup. This is a dependency property. An Int32 value that is the maximum number of s displayed within a single links column in a popup. Identifies the dependency property. A dependency property identifier. Gets or sets if s within the current popup should be arranged in multiple columns. This is a dependency property. true if s within the current popup should be arranged in multiple columns; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets if rows within a popup should be stretched to achieve an equal height. This is a dependency property. true if rows within a popup should be stretched to achieve an equal height; otherwise, false. Identifies the dependency property. A dependency property identifier. A regular popup menu. Initializes a new instance of the class. Gets or sets whether a small or large image is used by bar item links displayed in the current menu. This is a dependency property. A value that specifies the size of images for the menu’s items. Identifies the dependency property. A dependency property identifier. Provides access to a collection of bar item links displayed within this . A object that stores bar item links displayed within this . Identifies the dependency property. A dependency property identifier. Gets or sets a collection of objects providing information to generate and initialize bar item links for the current container. This is a dependency property. A source of objects to be visualized as bar items. Gets or sets whether each reference to a data object in an for this should generate a unique , whether this data object was previously referenced. This is a dependency property. true, if each reference to a data object in an for this should generate a unique ; otherwise, false. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Provides access to bar items owned by this . The will create and show a corresponding bar item link for each child bar item. This is a dependency property. Gets or sets the display mode of menu items. This is a dependency property. A value that specifies the display mode of menu items. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets the style applied to a object defined as the ItemTemplate’s content. This is a dependency property. A Style object providing corresponding style settings. Identifies the dependency property. A dependency property identifier. Gets or sets the template used to visualize objects stored as elements in the ItemLinksSource collection. This is a dependency property. A DataTemplate object that specifies the corresponding template. Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses a template used to visualize objects stored as elements in the ItemLinksSource collection. This is a dependency property. A System.Windows.Controls.DataTemplateSelector descendant that applies a template based on custom logic. Identifies the dependency property. A dependency property identifier. Gets or sets the maximum height of the links column in the popup menu. This is a dependency property. A Double value that is the maximum height of the links column in the popup menu. Identifies the dependency property. A dependency property identifier. Gets or sets the maximum number of s displayed within a single links column in a popup. This is a dependency property. An Int32 value that is the maximum number of s displayed within a single links column in a popup. Identifies the dependency property. A dependency property identifier. Gets or sets if s within the current popup should be arranged in multiple columns. This is a dependency property. true if s within the current popup should be arranged in multiple columns; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether key shortcuts are visible for s in the current . true, if the item links are displayed with their key shortcuts; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets if rows within a popup should be stretched to achieve an equal height. This is a dependency property. true if s rows within a popup should be stretched to achieve an equal height; otherwise, false. Identifies the dependency property. A dependency property identifier. Identifies paint modes for menu items. A menu is painted according to its type. For ApplicationMenu objects, the default draw mode is affected by the ApplicationMenu.ShowRightPane property. If the ApplicationMenu.ShowRightPane option is set to false, menu items are painted as in the LargeImagesTextDescription mode. If the option is set to true, menu items are painted as in the LargeImagesText draw mode. Allows menu item captions and large images to be displayed. Allows menu item captions, descriptions and large images to be displayed. Allows menu item captions and small images to be displayed. The menu where items are arranged in a circle. Initializes a new instance of the class with default settings. Gets or sets whether the current is automatically expanded when opened. A <,> value that specifies whether the current is automatically expanded when opened. Identifies the dependency property. A dependency property identifier. Gets or sets an image displayed in the sub-menu’s central circle button that, when clicked, returns to the previous menu. This is a dependency property. An object that specifies an image displayed in the sub-menu’s central circle button. Identifies the dependency property. A dependency property identifier. Gets or sets a DataTemplate used to render the content of the sub-menu’s central circle button. This is a dependency property. An object that is used to render the content of the sub-menu’s central circle button. Identifies the dependency property. A dependency property identifier. Gets or sets the index of the sector displaying the first menu item. This is a dependency property. An integer value that specifies the index of the sector displaying the first menu item. The default is 0. Identifies the dependency property. A dependency property identifier. Gets or sets an image displayed in the ‘s central circle button. This is a dependency property. An object that specifies an image displayed in the ‘s central circle button. Identifies the dependency property. A dependency property identifier. Gets or sets a DataTemplate used to render the content of the ‘s central circle button. This is a dependency property. A object that is used to render the content of the ‘s central circle button. Identifies the dependency property. A dependency property identifier. Gets or sets the minimum number or sectors displayed in the . This is a dependency property. An integer value that specifies the minimum number or sectors displayed in the . The default is 8. Identifies the dependency property. A dependency property identifier. An action that removes a specific bar or ribbon item from the target item collection. Initializes a new instance of the class with the default settings. Gets or sets the type of operation that this object performs. A DevExpress.Xpf.Bars.CollectionActionKind enumerator value that specifies the operation type. Removes a bar from the collection. Initializes a new instance of the class. Removes a bar item from the collection. Initializes a new instance of the class. Removes a bar item from the collection, and removes all links to this bar item from link holders (bars, submenus, menus, and so on). Initializes a new instance of the class. Removes a specific link from the bar item link collection of a target object (a bar, a menu, etc.). Initializes a new instance of the class. Replaces a specific bar or ribbon item with an item, stored within this action’s Content property. Initializes a new instance of the class with the default settings. This member supports the internal infrastructure, and is not intended to be used directly from your code. Lists the options that specify the bar item link’s possible states within a Ribbon Control. If active, enables all other options. If active, a bar item link’s possible states with a Ribbon Control are determined based on the link’s settings. For example, if the link is associated with a small image and isn’t associated with a large image, its possible states within the Ribbon Control are SmallWithoutText and SmallWithText. If active, a bar item link can be represented by a large image with a caption. If active, a bar item link can be represented by a small image. If active, a bar item link can be represented by a small image with a caption. Replaces a bar at a specific position within the collection with another bar. Initializes a new instance of the class. Replaces a bar item at a specific position within the collection with another bar item. Initializes a new instance of the class. Replaces a bar item link at a specific position within a target object (a bar, a menu, etc.) with another bar item link. Initializes a new instance of the class. A standalone control, which provides a straightforward and simplified way to create a status bar. Initializes a new instance of the class with default settings. Gets or sets whether the size grip is shown in the bottom-right corner of the , allowing resizing the application window using the mouse. This is a dependency property. true, if the size grip is shown in the bottom-right corner of the ; otherwise, false. The default is false. Identifies the dependency property. A dependency property identifier. Represents a controller that loads bar customization actions from a DataTemplate object, and executes those applying to a . Initializes a new instance of the class. Gets or sets a DataTemplate that defines a object storing bar customization actions. This is a dependency property. A object that defines a object. Identifies the dependency property. A dependency property identifier. A standalone control, which provides a straightforward and simplified way to create a bar. Initializes a new instance of the class with default settings. Gets whether the drag widget is actually displayed. true, if the drag widget is actually displayed; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether it is allowed to collapse the . This is a dependency property. true, if it is allowed to collapse the ; otherwise, false. The default is false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the tool bar provides the Quick Customization Button, opening the customization menu. true, if the tool bar provides the Quick Customization Button; otherwise, false. The default is true. Identifies the dependency property. A dependency property identifier. Gets or sets whether the is collapsed. This is a dependency property. true, if the is collapsed; otherwise, false. The default is false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the items in the current are arranged horizontally or vertically. This is a dependency property. An Orientation enumeration value that specifies whether the items in the current are arranged horizontally or vertically. The default is Horizontal. Identifies the dependency property. A dependency property identifier. Gets or sets whether the item captions are directed from top to bottom when the is oriented vertically. This is a dependency property. true, if the item captions are directed from top to bottom when the is oriented vertically; otherwise, false. The default is true. Identifies the dependency property. A dependency property identifier. Gets or sets whether the drag widget is displayed at the left of the , allowing it to be dragged using the mouse. This is a dependency property. true, if the drag widget is displayed; otherwise, false. The default is true. Identifies the dependency property. A dependency property identifier. Gets or sets whether the is stretched to match the container’s width. true, if the is stretched to match the container’s width; otherwise, false. Identifies the dependency property. A dependency property identifier. The base class for the , and . Initializes a new instance of the class. Gets or sets whether the customization menu is enabled for the current tool bar. This is a dependency property. true, if the customization menu is enabled for the current tool bar; otherwise, false. The default is true. Identifies the dependency property. A dependency property identifier. Gets or sets whether the tool bar’s visibility can be changed by an end-user. This is a dependency property. true, if the tool bar’s visibility can be changed by an end-user; otherwise, false. The default is true. Identifies the dependency property. A dependency property identifier. Gets or sets whether end-users can remove a toolbar item from its container. This is a dependency property. true, if end-users can remove a toolbar item from its container; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the tool bar can be renamed using the Customization Window. This is a dependency property. true, if the tool bar can be renamed using the Customization Window; otherwise, false. The default is true. Identifies the dependency property. A dependency property identifier. Gets or sets the ControlTemplate used to render the tool bar’s background. This property is in effect for standalone tool bars. This is a dependency property. A object that specifies the visual structure and behavior of the current tool bar’s background. Identifies the dependency property. A dependency property identifier. Gets or sets whether the content, glyph or both are displayed in the tool bar items. A enumeration value that specifies whether the content, glyph or both are displayed in the tool bar items. Identifies the dependency property. A dependency property identifier. Gets or sets the horizontal interval between the tool bar’s items. This is a dependency property. A value that specifies the horizontal interval between the tool bar’s items. The default is 0. Identifies the dependency property. A dependency property identifier. Gets or sets the default alignment for all bar items that reside in the current tool bar. A value that specifies the default alignment for all bar item links that reside in the current tool bar. Identifies the dependency property. A dependency property identifier. Gets or sets the vertical interval between the tool bar’s items. This is a dependency property. A value that specifies the vertical interval between the tool bar’s items. The default is 0. Identifies the dependency property. A dependency property identifier. Gets or sets the ControlTemplate used to render the tool bar’s border. This is a dependency property. A object that specifies the visual structure and behavior of the current tool bar’s border. Identifies the dependency property. A dependency property identifier. Gets or sets the tool bar’s caption. This is a dependency property. A string that specifies the tool bar’s caption. Identifies the dependency property. A dependency property identifier. Gets or sets the ToolBarControlBase‘s corner radius. This is a dependency property. A value that specifies the ToolBarControlBase‘s corner radius. Identifies the dependency property. A dependency property identifier. Gets or sets whether a small or large image is used by bar items displayed in the current tool bar. This is a dependency property. A value that specifies whether a small or large image is used by the bar items. Identifies the dependency property. A dependency property identifier. Gets or sets whether the current tool bar is automatically hidden when it does not contain any items. This is a dependency property. true, if the current tool bar is automatically hidden when it does not contain any items; otherwise, false. The default is false. Identifies the dependency property. A dependency property identifier. Gets or sets whether tool bar links are arranged into several lines when their total width exceeds the width of the tool bar. This is a dependency property. true, if the multi-line feature is enabled; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets whether the current tool bar is a standalone control or contained in a bar container. true, if the current tool bar is a standalone control; otherwise, false. Identifies the dependency property. A dependency property identifier. Provides access to the collection of bar items displayed in the current . A <DevExpress.Xpf.Bars.IBarItem,> object that represents the collection of bar items displayed in the current . Identifies the dependency property. A dependency property identifier. Gets or sets a collection of objects providing information to generate and initialize items for the current . This is a dependency property. A source of objects to be visualized as tool bar items. Identifies the dependency property. A dependency property identifier. Gets or sets the style applied to a object defined as the ‘s content. This is a dependency property. A Style object providing corresponding style settings. Identifies the dependency property. A dependency property identifier. Gets or sets the template used to visualize elements stored in the collection. This is a dependency property. A object that specifies the corresponding template. Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses a template used to visualize objects stored as elements in the collection. This is a dependency property. A System.Windows.Controls.DataTemplateSelector descendant that applies a template based on custom logic. Identifies the dependency property. A dependency property identifier. Merges the specified bar with the current bar. A bar whose visible item links shall be merged with the current bar. Called after the template is completely generated and attached to the visual tree. Gets or sets whether the custom template is used to draw the current tool bar’s background. This property is in effect for standalone tool bars. This is a dependency property. true, if the custom template is used to draw the current tool bar’s background; otherwise, false. The default is true. Identifies the dependency property. A dependency property identifier. Restores the layout of links for the current bar after other bars have been merged with it. Restores the layout of links for the current bar, removing the links that belong to the specified bar. This method is in effect if the specified bar has been merged with the current bar via the method. A object that has been merged with the current bar, and whose links must be removed from the current bar. Represents a check list of available toolbars (and optionally, check lists of bar item links owned by the bars), allowing an end-user to toggle the visibility of bars/links. Initializes a new instance of the class. Gets or sets how the contents of the object are represented. This is a dependency property. A value that specifies how the contents of the object are represented. Identifies the dependency property. A dependency property identifier. Gets or sets the bar whose visibility is controlled by the . If this property is set to a bar, the ToolbarListItem displays only this bar. Otherwise, the ToolbarListItem provides access to all bars. This is a dependency property. A object whose visibility is controlled by the . Identifies the dependency property. A dependency property identifier. Represents a link to a object. Initializes a new instance of the class. Lists values that specify how the contents of a object are represented. The ToolbarListItem allows an end-user to control the visibility of bars. The ToolbarListItem allows an end-user to control the visibility of bar items within all available bars. Enumerates the types of controls for which automatic merging is enabled. A combination of the , and modes. Automatic merging is enabled for main menus and s. Main menus are and controls with the property set to true. If the source and target main menus/Ribbon controls have different merge names (), these objects will not be merged. Merging is enabled if the source and target objects reside within the child and parent name scopes, respectively (see ). A combination of the and modes. A combination of the and modes. Automatic merging is disabled. Automatic merging is enabled for status bars. Status bars are , and controls with the property set to true. If the source and target status bars have different merge names (), these objects will not be merged. Merging is enabled if the source and target objects reside within the child and parent name scopes, respectively (see ). A combination of the and modes. Automatic merging is enabled for regular bars. Regular bars are and controls with the and properties set to false. A toolbar is merged to another toolbar that has the same Caption ( or ) or the same merge name (specified by the attached property). Merging is enabled if the source and target objects reside within the child and parent name scopes, respectively (see ). Updates a specific bar or ribbon item’s property with a value specified via the . Initializes a new instance of the class. Gets or sets an element whose properties should be updated. This is a dependency property. An element whose property should be updated. Gets or sets a name of an element whose property value should be updated. This is a dependency property. A name of an element whose property value should be updated Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Returns the object being manipulated by the current action. An object that is manipulated by the current action. Get or sets a dependency property whose value should be updated. This is a dependency property. A whose value should be updated. Gets or sets a name of the property whose value should be updated. This is a dependency property. A name of the property whose value should be updated. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets a new value of an updated property. This is a dependency property. A new value of an updated property. Gets or sets the data binding for the updated property. A object instance that specifies the data binding for the updated property. Identifies the dependency property. A dependency property identifier. For internal use. Initializes a new instance of the class. Returns if the current object’s settings are equal to the specified object’s settings. An object whose settings are compared to the current object’s settings. true if current object’s settings are equal to the specified object’s settings; otherwise, false. This member supports the internal infrastructure, and is not intended to be used directly from your code. A dependency property identifier. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure, and is not intended to be used directly from your code. Identifies the dependency property. A dependency property identifier. For internal use. Initializes a new instance of the class. Returns if the current object’s settings are equal to the specified object’s settings. An object whose settings are compared to the current object’s settings. true if current object’s settings are equal to the specified object’s settings; otherwise, false. This member supports the internal infrastructure, and is not intended to be used directly from your code. A dependency property identifier. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure, and is not intended to be used directly from your code. Identifies the dependency property. A dependency property identifier. For internal use. Initializes a new instance of the class. Returns if the current object’s settings are equal to the specified object’s settings. An object whose settings are compared to the current object’s settings. true if current object’s settings are equal to the specified object’s settings; otherwise, false. This member supports the internal infrastructure, and is not intended to be used directly from your code. A dependency property identifier. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure, and is not intended to be used directly from your code. Identifies the dependency property. A dependency property identifier. The base class for actions affecting bar item links. Initializes a new instance of the class. Returns if the current object’s settings are equal to the specified object’s settings. An object whose settings are compared to the current object’s settings. true if current object’s settings are equal to the specified object’s settings; otherwise, false. Gets or sets the name of the bar item link. This is a dependency property. A string that specifies the name of the bar item link. Identifies the dependency property. A dependency property identifier. Provides the ChunkList collection type. A collection that improves performance in applications where you handle large and frequent data source updates. The type of elements in the ChunkList collection. Initializes a new instance of the class. The approximate number of items in the data source. true, to store chunk indexes for collection items in a special hash table; otherwise, false. Initializes a new instance of the class. The number of items in a chunk. true to monitor the PropertyChanged event for items; otherwise, false. true to store chunk indexes for collection items in a special hash table; otherwise, false. Adds the specified item to the collection. An item to be added. Clears the collection. Returns whether the collection contains the specified item. An item to test. true if the collection contains the specified item; otherwise, false. Copies items of the collection to the specified one-dimensional array. The one-dimensional array that is the destination of the items copied from the collection. A 32-bit integer that represents the index in array at which copying begins. Gets the number of items in the collection. A number of items in the collection. Returns an that can iterate through the hash table. An for the hash table. Returns the specified object’s position within the chunk list. The object to be located. An integer value specifying the object’s position within the chunk list. -1 if the collection doesn’t contain the specified object. Adds the specified item to the collection at the specified position. A zero-based integer which specifies the position at which the item is to be inserted. An item to insert into the collection. Provides indexed access to individual items in the collection. A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised. An object that is an item at the specified position. Occurs after the data source has been changed. Occurs before the data source is changed. Removes the specified item from the collection. An item to be removed from the collection. true if the specified item was found and successfully removed from the collection; false if the specified item wasn’t found. Removes an item at the specified position from the collection. A zero-based integer specifying the index of the object to remove. If it’s negative or exceeds the number of elements, an exception is raised. Gets whether the chunk list listens to PropertyChanged events of its elements. true if the chunk list listens to PropertyChanged events of its elements; otherwise, false. Gets whether the chunk list stores chunk indexes for its items in a hash table. true if the chunk list stores chunk indexes for its items in a hash table; otherwise, false. When implemented, defines a single object within the collection. Stores the data correlated to a data object that is an element of the . A data object. Contains common utility classes used by WPF controls and components from DevExpress. The Badge control displays a text in a badge over a visual element. Initializes a new instance of the class. Get or sets the BadgeControl‘s fade-in and fade-out animation duration. This is a dependency property. A value that is the animation duration in milliseconds. Identifies the dependency property. A dependency property identifier. Gets or sets the brush used to paint the BadgeControl‘s background. This is a dependency property. A object used to paint the Badge‘s background. Identifies the dependency property. A dependency property identifier. Gets or sets the BadgeControl‘s kind. This is a dependency property. A enumeration value. Identifies the dependency property. A dependency property identifier. Identifies the attached property. Gets or sets the BadgeControl‘s shape. This is a dependency property. A enumeration value. Identifies the dependency property. A dependency property identifier. Gets or sets the brush used to paint the borders of the BadgeControl. This is a dependency property. A value. Identifies the dependency property. A dependency property identifier. Gets or sets the thickness of the BadgeControl‘s border. This is a dependency property. A value which specifies the badge’s border thickness in pixels. Identifies the dependency property. A dependency property identifier. Gets or sets the badge’s content. This is a dependency property. An that represents the badge’s content. Gets or sets the format provider to format the BadgeControl‘s content. This is a dependency property. An object of a class that implements a . IFormatProvider provides a mechanism for retrieving an object to control the Badge‘s content formatting. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets a composite string that specifies how to format the property if it is displayed as a string. This is a dependency property. A composite that specifies how to format the property if it is displayed as a string. Identifies the dependency property. A dependency property identifier. Gets or sets the template used to display the badge’s . This is a dependency property. A that defines the visualization of the . Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses the based on custom logic. This is a dependency property. A descendant that applies a template based on custom logic. Identifies the dependency property. A dependency property identifier. Gets or sets the BadgeControl‘s corner radius. This is a dependency property. A value that specifies the Badge‘s corner radius. Identifies the dependency property. A dependency property identifier. Occurs when a is arranged. Gets or sets the BadgeControl‘s font family. This is a dependency property. A FontFamily object specifying the font family. Identifies the dependency property. A dependency property identifier. Gets or sets the font size for the BadgeControl‘s text. This is a dependency property. A value that is the font size in pixels. Identifies the dependency property. A dependency property identifier. Gets or sets the Badge’s font stretch. This is a dependency property. A value that specifies the font stretch. Identifies the dependency property. A dependency property identifier. Gets or sets the badge font style. This is a dependency property. A value that specifies the font style. Identifies the dependency property. A dependency property identifier. Gets or sets the BadgeControl‘s font weight. This is a dependency property. A value that is the font weight. Identifies the dependency property. A dependency property identifier. Gets or sets the brush used to paint the BadgeControl‘s foreground. This is a dependency property. A object used to paint the badge’s foreground. Identifies the dependency property. A dependency property identifier. Gets the value of the attached property to a specified DependencyObject. The element to which the attached property is written. A value that specifies the badge object. Gets or sets the BadgeControl‘s height. This is a dependency property. A Double value that specifies the BadgeControl‘s height. Identifies the dependency property. A dependency property identifier. Gets or sets the BadgeControl‘s horizontal alignment. This is a dependency property. A enumeration value that specifies the badge’s horizontal alignment. Identifies the dependency property. A dependency property identifier. Gets or sets a BadgeControl‘s horizontal anchor point. This is a dependency property. The value that specifies the badge’s horizontal anchor point. Identifies the dependency property. A dependency property identifier. Gets or sets the content’s horizontal alignment within the BadgeControl container. This is a dependency property. The value that specifies the badge content’s horizontal alignment. Identifies the dependency property. A dependency property identifier. Gets or sets the outer indents around the BadgeControl. This is a dependency property. A that represents the outer indents around the BadgeControl. Identifies the dependency property. A dependency property identifier. Gets or sets the BadgeControl‘s maximum height. This is a dependency property. A Double value that specifies the BadgeControl‘s maximum height. Identifies the dependency property. A dependency property identifier. Gets or sets the BadgeControl‘s maximum width. This is a dependency property. A Double value that specifies the BadgeControl‘s maximum width. Identifies the dependency property. A dependency property identifier. Gets or sets the BadgeControl‘s minimum height. This is a dependency property. A Double value that specifies the BadgeControl‘s minimum height. Identifies the dependency property. A dependency property identifier. Gets or sets the BadgeControl‘s minimum width. This is a dependency property. A Double value that specifies the BadgeControl‘s minimum width. Identifies the dependency property. A dependency property identifier. Gets or sets the opacity factor applied to the BadgeControl. This is a dependency property. The value that is represents the opacity value. Expected values are between 0.0 and 1.0. Identifies the dependency property. A dependency property identifier. Gets or sets the inner indents around the BadgeControl. This is a dependency property. A that represents the inner indents (in pixels) around the BadgeControl. Identifies the dependency property. A dependency property identifier. Sets the value of the attached property to a specified DependencyObject. The element to which the attached property is written. A value that specifies the badge object. Gets or sets the template that defines the BadgeControl‘s content presentation. This is a dependency property. A value. Identifies the dependency property. A dependency property identifier. Gets or sets the BadgeControl‘s vertical alignment. This is a dependency property. A enumeration value that specifies the BadgeControl‘s vertical alignment. Identifies the dependency property. A dependency property identifier. Gets or sets a BadgeControl‘s vertical anchor point. This is a dependency property. The value that specifies the BadgeControl‘s vertical anchor point. Identifies the dependency property. A dependency property identifier. Gets or sets the content’s vertical alignment within the BadgeControl container. This is a dependency property. The value that specifies the BadgeControl content’s vertical alignment. Identifies the dependency property. A dependency property identifier. Gets or sets the BadgeControl‘s visibility. This is a dependency property. A enumeration value that specifies the BadgeControl‘s visibility. Identifies the dependency property. A dependency property identifier. Gets or sets the BadgeControl‘s width. This is a dependency property. A Double value that specifies the BadgeControl‘s width. Identifies the dependency property. A dependency property identifier. Lists the badge’s predefined colors. Specifies an error badge. Specifies an information badge. Specifies a badge with a transparent background. Specifies a success badge. Specifies a warning badge. Lists the Badge‘s shapes. Specifies a pill. Specifies a rectangle. Specifies a rounded rectangle. Serves as a base for the class. For internal use. When implemented in a derived class, returns an object that is provided as the value of the target property for this markup extension. A service provider helper that can provide services for the markup extension. The object value to set on the property where the extension is applied. Gets or sets the SVG image’s output width and height. The SVG image size. Gets or sets whether the image uses the . true, when the image uses the ; otherwise false. Lists the values used to specify the way the column width should be calculated. The column width is calculated based on text of all cells within this column. If this mode is assigned to the of a grid column, this means that it obtains its value from the property of the owner view. The column width is calculated based on all distinct values in the underlying datasource. In this mode, the column width is calculated as if the total count of rows is less than 3,000, and as if the total count of rows is greater than or equal to 3,000. Also, if the Smart mode is enabled, the is raised, thus allowing you to manually calculate the column width. The column width is calculated based on the values in the currently visible cells. Contains values that specify the border highlighting effect for a . The default highlighting border effect which depends on a paint theme. No border highlighting effect. Lists values that specify the visibility mode of the DXTabControl‘s scroll buttons. The scroll buttons are always visible. The scroll buttons are always hidden. A scroll button is visible if it is possible to scroll the Header Panel in the corresponding direction. Base class that provides event data for various routed events that relate to an action that can be cancelled . Initializes a new instance of the class. Initializes a new instance of the class. A class instance that identifies a routed event and declares its characteristics. Initializes a new instance of the class. A class instance that identifies a routed event and declares its characteristics. An object that raised the event. Gets or sets whether the event should be canceled. True, if the event should be canceled; otherwise, false. A method that will handle the event. The event source. This parameter identifies the which raised the event. An object, which contains event data. Provides access to the object that includes members to work with the UI Automation. This member supports the internal infrastructure and is not intended to be used directly in your code. Gets or sets whether the ClearAutomationEventsHelper should block automation events to enhance application performance. true to block automation events and enhance application performance; otherwise false. Gets or sets whether the UI Automation testing tool tests the WPF Application. true, to enable UI Testing mode; otherwise false. Serves as the base class for column choosers used with data-aware controls. Initializes a new instance of the class. Gets or sets an owner of the ColumnChooserControl. This is a dependency property. An object that implements the DevExpress.Xpf.Core.ILogicalOwner interface and defines the owner control of the ColumnChooserControl. Identifies the dependency property. A dependency property identifier. Provides data for the event. Initializes a new instance of the class with specified settings. The routed event. An object that raised the event. Gets whether the drag-and-drop operation is canceled. true, if the drag-and-drop operation is canceled; otherwise, false. Gets or sets the target drag-and-drop operation. A member of the DragDropEffects enumeration specifying the target drag-and-drop operation. Get dropped records. Dropped records. Contains classes that provide conditional formatting functionality. Lists conditional formatting animation modes. The new formatting is applied slowly and then accelerates. The new formatting is applied slowly, accelerates, and then decelerates. The new formatting is applied quickly and then decelerates. The new formatting is applied smoothly. Serves as a base class for the conditional formatting animation settings. Initializes a new instance of the class. Provides access to the animation settings timelines. This is a dependency property. A list of objects. Identifies the dependency property. A dependency property identifier. Gets or sets the conditional formatting animation easing mode. This is a dependency property. One of the enumeration values. Identifies the dependency property. A dependency property identifier. Contains formatting settings for a Color Scales conditional format. Initializes a new instance of the class with default settings. This member supports the internal infrastructure, and is not intended to be used directly from your code. This member supports the internal infrastructure, and is not intended to be used directly from your code. Specifies the color that corresponds to the maximum value. This is a dependency property. A System.Windows.Media.Color object. Identifies the dependency property. A dependency property identifier. Specifies the color that corresponds to the middle value. This is a dependency property. A System.Windows.Media.Color object. Identifies the dependency property. A dependency property identifier. Specifies the color that corresponds to the minimum value. This is a dependency property. A System.Windows.Media.Color object. Identifies the dependency property. A dependency property identifier. Contains the conditional formatting animation specific settings. Initializes a new instance of the class. Gets or sets the conditional formatting transition animation duration. This is a dependency property. An animation duration. Identifies the dependency property. A dependency property identifier. Lists the values that specify the value type used by the conditional formatting. The threshold type is number. The threshold type is percentage. Lists values that specify properties to which the animation effect is applied. Animation is applied to the Background property. The animation is applied to the FontFamily property. The animation is applied to the FontSize property. The animation is applied to the FontStretch property. The animation is applied to the FontStyle property. The animation is applied to the FontWeight property. The animation is applied to the Foreground property. The animation is applied to the Icon property. The animation is applied to the IconOpacity property. The animation is not applied to any property. The animation is applied to the ValuePosition property. A custom animation timeline that is used for the conditional formatting transition. Initializes a new instance of the class. Gets or sets a custom animation timeline. This is a dependency property. An object. Identifies the dependency property. A dependency property identifier. Gets or sets a target property to which the animation is applied. This is a dependency property. A object that is a target property. Identifies the dependency property. A dependency property identifier. Lists the values that specify the conditional formatting rule. The style is applied to cells whose values fall into the range specified by the () and () properties. The style is applied to cells whose values match the () property value. The style is applied to cells for which the () evaluates to true. The style is applied to cells whose values are greater than that specified by the () property. The style is applied to cells whose values are greater or equal to the () property value. The style is applied to cells whose values are less than that specified by the () property. The style is applied to cells whose values are less or equal to the () property value. The style is not applied to any cell. The style is applied to cells whose values fall outside of the range specified by the () and () properties. The style is applied to cells whose values do not match the () property value. Provides data for the and events. Initializes a new instance of the class with the specified event arguments. A object. Initializes a new instance of the class with the specified event arguments. A dependency property whose value is changed by the conditional formatting mechanism. A object. A object. Gets the value of the property calculated by the conditional formatting mechanism. An object that is the property value. Gets or sets whether appearance customization is handled and no default processing is required. true if an appearance customization is handled; otherwise false. Gets the original value of the property. An object that is the property value. Gets a dependency property whose value is changed by the conditional formatting mechanism. A whose value is changed by the conditional formatting mechanism. Gets or sets the value of the property applied to the control. An object that is the property value. Contains formatting settings for a Data Bars conditional format. Initializes a new instance of the class with default settings. Gets or sets the brush used to paint the borders of cells (or corresponding rows) whose values are positive and take part in conditional formatting. This is a dependency property. A System.Windows.Media.Brush value. Gets or sets the brush used to paint the borders of cells (or corresponding rows) whose values are negative and take part in conditional formatting. This is a dependency property. A System.Windows.Media.Brush value. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets the thickness of data bar borders. This is a dependency property. A System.Windows.Thickness value that is the thickness of data bar borders. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure, and is not intended to be used directly from your code. This member supports the internal infrastructure, and is not intended to be used directly from your code. Gets or sets the brush used to paint data bars within the cells (or corresponding rows) whose values are positive and take part in conditional formatting. This is a dependency property. A System.Windows.Media.Brush value. Gets or sets the brush used to paint data bars within the cells (or corresponding rows) whose values are negative and take part in conditional formatting. This is a dependency property. A System.Windows.Media.Brush value. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets the outer indents of data bars. This is a dependency property. A System.Windows.Thickness value that contains the outer indents of data bars. Identifies the dependency property. A dependency property identifier. Gets or sets the brush used to paint the line between data bars corresponding to positive and negative cell values. This is a dependency property. A System.Windows.Media.Brush value. Identifies the dependency property. A dependency property identifier. Gets or sets the thickness of the line between data bars corresponding to positive and negative cell values. This is a dependency property. A System.Double value that is the thickness of the zero line in pixels. Identifies the dependency property. A dependency property identifier. Contains the conditional formatting animation specific settings for data update conditional format. Initializes a new instance of the class. Gets or sets the data update formatting hide duration. This is a dependency property. The animation duration. Identifies the dependency property. A dependency property identifier. Gets or sets the data update formatting hold duration. This is a dependency property. The animation duration. Identifies the dependency property. A dependency property identifier. Gets or sets the data update formatting show duration. This is a dependency property. The animation duration. Identifies the dependency property. A dependency property identifier. Lists the values that specify the rule for the data update conditional format. The data update formatting is applied when a corresponding value decreases or increases. The data update formatting is applied according to a custom logic defined in the (or ) event handler. The data update formatting is applied when a corresponding value decreases. The data update formatting is applied when a corresponding value increases. The data update formatting is never applied. Contains formatting settings for a value based conditional format. Initializes a new instance of the class with default settings. Gets or sets the brush used to paint the background of the formatted cell. This is a dependency property. A object used to paint the background of the formatted cell. Identifies the dependency property. A dependency property identifier. Gets or sets the font family name for the formatted grid cells. This is a dependency property. A object representing the font family. Identifies the dependency property. A dependency property identifier. Gets or sets the font size for the formatted cells. This is a dependency property. A value representing the font size. Identifies the dependency property. A dependency property identifier. Gets or sets the font stretch for the formatted cells. This is a dependency property. A value. Identifies the dependency property. A dependency property identifier. Gets or sets the text style applied to the formatted cells. This is a dependency property. A value, representing the font style. Identifies the dependency property. A dependency property identifier. Gets or sets the weight of the text font for the formatted cells. This is a dependency property. A value, representing the font weight. Identifies the dependency property. A dependency property identifier. Gets or sets the brush used to paint the foreground of the formatted cell. This is a dependency property. A object used to paint the foreground of the formatted cell. Identifies the dependency property. A dependency property identifier. Gets or sets the image displayed within the formatted cells. This is a dependency property. An ImageSource object that represents the image displayed within the formatted cells. Identifies the dependency property. A dependency property identifier. Specifies the icon vertical alignment. This is a dependency property. A enumeration value. The default is Center. Identifies the dependency property. A dependency property identifier. Gets or sets a value that specifies the text decorations that are applied to the formatted cell’s content. This is a dependency property. A object that contains text decorations that are applied to the formatted cell’s content. Identifies the dependency property. A dependency property identifier. Lists values that specify the format condition dialog type. The dialog corresponding to the “Above Average” rule. The dialog corresponding to the “A Date Occuring” rule. The dialog corresponding to the “Below Average” rule. The dialog corresponding to the “Between” rule. The dialog corresponding to the “Bottom 10 Items” rule. The dialog corresponding to the “Bottom 10 Percent” rule. The dialog corresponding to a custom rule. The dialog corresponding to a data update rule. The dialog corresponding to the “Equal To” rule. The dialog corresponding to the “Greater Than” rule. The dialog corresponding to the “Less Than” rule. The dialog corresponding to the “Text That Contains” rule. The dialog corresponding to the “Top 10 Items” rule. The dialog corresponding to the “Top 10 Percent” rule. The dialog corresponding to the “Duplicate Values” rule. Contains information about the format. Initializes a new instance of the class with default settings. Specifies the description of the format. This is a dependency property. A description of the format. Identifies the dependency property. A dependency property identifier. Specifies the display name of the format. This is a dependency property. A display name of the format. Identifies the dependency property. A dependency property identifier. Specifies the format. This is a dependency property. An object that represents the format. Gets or sets the name of the format. This is a dependency property. A value specifying the name of the format. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Specifies the name of the group to which the format is assigned. This is a dependency property. A name of the group to which the format is assigned. Identifies the dependency property. A dependency property identifier. Specifies the icon for the format. This is a dependency property. A System.Windows.Media.ImageSource object that is the source of the icon image. Identifies the dependency property. A dependency property identifier. Returns the textual representation of the . A value, which is the textual representation of . Represents a collection of objects. Initializes a new instance of the class with default settings. Provides access to individual formats in the collection by their names. A value specifying the name of the format to get. A object which is the format with the specified name. Represents a particular element of an icon set. Initializes a new instance of the class with default settings. Specifies the icon image. This is a dependency property. A System.Windows.Media.ImageSource object. Identifies the dependency property. A dependency property identifier. Specifies the threshold corresponding to the icon. This is a dependency property. A Double value that is the threshold corresponding to the icon. Specifies the threshold comparison type for the icon. This is a dependency property. A enumeration value. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. A collection of icon set elements. Initializes a new instance of the class. Contains formatting settings for an Icon Sets conditional format. Initializes a new instance of the class with default settings. This member supports the internal infrastructure, and is not intended to be used directly from your code. Gets or sets a custom icon set. This is a dependency property. A custom icon set. Identifies the dependency property. A dependency property identifier. Specifies the threshold type for icons. This is a dependency property. A enumeration value. Identifies the dependency property. A dependency property identifier. Gets or sets the currently used set of icons. This is a dependency property. A set of icons. Identifies the dependency property. A dependency property identifier. Specifies the vertical alignment for the icon. This is a dependency property. A System.Windows.VerticalAlignment enumeration value. The default is Center. Identifies the dependency property. A dependency property identifier. Lists the values that specify the threshold comparison type. The value should be greater than the threshold. The value should be greater or equal to the threshold. Lists the values that specify the rule for the top/bottom conditional formatting. The style is applied to cells whose values are above the average value for the field. The style is applied to cells whose values are below the average value for the field. The style is applied to cells whose values are the lowest for the field. The number of cells is specified by the () property. The style is applied to cells whose values are the lowest for the field. The percentage of cells is specified by the () property. The style is applied to cells whose values are the largest for the field. The number of cells is specified by the () property. The style is applied to cells whose values are the largest for the field. The percentage of cells is specified by the () property. Lists the values that specify the rule for the unique/duplicate conditional formatting. The style is applied to cells whose values are duplicated. The style is applied to cells whose values are unique. An element used to specify where the content should be placed when implementing the data template. Initializes a new instance of the class. Provides data for the event. Initializes a new instance of the class with specified settings. The routed event. An object that raised the event. Gets or sets the status of a drag-and-drop operation. A DragAction value. Gets or sets a data object that contains data associated with the event. A data object that contains the data. Gets whether the user pressed the ESC key. true, if the ESC key was pressed; otherwise, false. Gets a flag enumeration indicating the current state of the SHIFT, CTRL, and ALT keys, as well as the state of the mouse buttons. One or more members of the DragDropKeyStates flag enumeration. Lists the ThemedWindow‘s control box buttons. A Close button. Maximize and Restore buttons. A Minimize button. The themed window displays no control buttons (Close, Minimize, Maximize). Represents the base for classes containing information about specific data-aware grid elements. Initializes a new instance of the class with the default settings. Adds the specified handler for the DataObjectBase.Reset event of the specified data object. A specifying a data object whose Reset event should be handled. A method specifying an event handler for the data object. Occurs when the contents of the are changed. Identifies the attached property. Gets the value of the attached property for a specified . The element from which the property value is read. The property value for the element. Gets the value of the attached property for a specified . The element from which the property value is read. The property value for the element. Gets the value of the attached property for a specified . The element from which the property value is read. The property value for the element. Identifies the attached property. Occurs when a property value changes. Raises the DataObjectBase.Reset events for the current and all its child data objects. Identifies the attached property. Removes the specified handler from the DataObjectBase.Reset event of the specified data object. A , which specifies a data object whose Reset event handler should be removed. A method, which specifies an event handler to be removed. Identifies the DataObjectBase.Reset event. Sets the value of the attached property to a specified . The element to which the attached property is written. The required value. Sets the value of the attached property to a specified . The element to which the attached property is written. The required value. Sets the value of the attached property to a specified . The element to which the attached property is written. The required value. Contains utility classes providing the data binding functionality. For internal use. This member supports the internal infrastructure and is not intended to be used directly from your code. Identifies the dependency property. A dependency property identifier. Represents a data source used to supply and obtain a typed list of objects to data-aware controls in unbound mode. Initializes a new instance of the class with default settings. Adds a new item to the ‘s list. An integer value that is the list index of the new item. Changes an item with the specified index. An integer value that is the index of the item to be changed. A value that is the name of the item’s property. Clears the ‘s list. Gets or sets the number of items in the ‘s list. This is a dependency property. An integer value that is the number of items in the list. Identifies the dependency property. A dependency property identifier. Gets the data represented by the . This is a dependency property. An implementation that is the data represented by the . Identifies the dependency property. A dependency property identifier. Inserts a new item at the specified position. An integer value that is the index of the new item. Gets the value of the item in the ‘s list. A zero-based integer value that is the index of the item in the ‘s list. A value that is the name of the property. An object that is the item value. Moves an item to the specified position. An integer value that is the index of the item to be moved. An integer value that is the new position of the item. Gets or sets a collection of properties displayed by the control. This is a dependency property. A collection of objects. Identifies the dependency property. A dependency property identifier. Removes an item with the specified index. An integer value that is the index of the item to be removed. Changes the number of displayed records. An integer value that is the number of data source records. Sets the number of rows displayed by the control. An integer value that is the number of rows displayed by the control. Occurs when the ‘s list is changed. Occurs when the ‘s list is about to be changed. Occurs before a value is pulled from the data source. Occurs before a modified value is pushed to the data source. Represents a data source field within the . Initializes a new instance of the class with default settings. Initializes a new instance of the class. A value that is the name of the property represented by the . Initializes a new instance of the class. A value that is the name of the property represented by the object. A value that specifies the type of the property represented by the object. Gets or sets the display name of the property. A value that is the display name of the property. Gets or sets the name of the property. A value that is the property name. Occurs every time any of the object properties has changed its value. Gets or sets the type of the data source field represented by the current . A value that is the type of the data source field represented by the current . Gets or sets an object that contains data associated with the property. An object that contains data associated with the property. Provides methods to show a dialog window. Initializes a new instance of the class with default settings. Gets or sets the style of a displayed dialog window. This is a dependency property. A Style that specifies the style of a displayed dialog window. Identifies the dependency property. A dependency property identifier. Gets or sets the startup location of a displayed dialog window. This is a dependency property. A WindowStartupLocation enumerator value that specifies the startup location of a displayed dialog window. Identifies the dependency property. A dependency property identifier. Specifies whether the Owner property of the dialog window needs to be set. This is a dependency property. true ,if the Owner property of the dialog window needs to be set; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets a value specifying the dialog title. The text displayed in the dialog title. Identifies the dependency property. A dependency property identifier. Contains information about a drag-and-drop hint. Initializes a new instance of the class with default settings. Gets or sets a drop position that specifies how a record is placed after it has been dropped. A enumeration value that specifies how a record is placed after it has been dropped. Gets or sets the target drag-and-drop operation. A member of the DragDropEffects enumeration specifying the target drag-and-drop operation. Gets or sets a that is an owner of the drag-and-drop operation. An owner of the drag-and-drop operation. Gets or sets dragged records. Dragged records. Gets whether the drag-and-drop hint shows additional information about a drop target. true, if the drag-and-drop hint shows additional information about a drop target; otherwise, false. Gets or sets a record that is a drop target. A record that is a drop target. Serves as the base for classes that provide data for the and events. Initializes a new instance of the class with the specified event arguments. The routed event. An object that raised the event. Gets a member of the DragDropEffects enumeration that specifies which operations are allowed by the originator of the drag event. A member of the DragDropEffects enumeration that specifies which operations are allowed by the originator of the drag event. Gets or sets a data object that contains the data associated with the corresponding drag event. A data object that contains the data associated with the corresponding drag event. Gets a drop position that specifies how a record is placed after it has been dropped. A enumeration value that specifies how a record is placed after it has been dropped. Gets or sets the target drag-and-drop operation. A member of the DragDropEffects enumeration specifying the target drag-and-drop operation. Gets the Type of the transferred records. The exact runtime type of the transferred records. Gets whether the dragged record is from another control. true, if the dragged record is from another control; otherwise, false. Gets a flag enumeration indicating the current state of the SHIFT, CTRL, and ALT keys, as well as the state of the mouse buttons. One or more members of the DragDropKeyStates flag enumeration. Gets a record that is drop target. A record that is drop target. Gets the target row handle. An unique integer value that identifies target row in grid’s view. Provides data for the event. Initializes a new instance of the class with specified settings. The routed event. An object that raised the event. Gets a number between 0 and 1, presenting a drop position relative to the target record. A number that presents a drop position relative to the target record. Represents a dropdown button control. Initializes a new instance of the class with default settings. Serves as a base for classes that represent dropdown button controls (e.g. , ). Initializes a new instance of the class with default settings. Gets or sets the alignment of the button that invokes the popup. This is a dependency property. A System.Windows.Controls.Dock enumeration value. Identifies the dependency property. A dependency property identifier. Gets or sets the image displayed within the button that invokes the popup. This is a dependency property. A System.Windows.Media.ImageSource object that specifies the image displayed within the button. Identifies the dependency property. A dependency property identifier. Gets or sets the thickness of the padding space between the dropdown button‘s borders and its content. This is a dependency property. A value that specifies the amount of space between the button’s borders and its content. Identifies the dependency property. A dependency property identifier. Gets or sets whether the cursor is hovering the dropdown button. This is a dependency property. true, if the cursor is hovering the dropdown button; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the popup is opened. This is a dependency property. true if the popup is opened; otherwise, false. Identifies the dependency property. A dependency property identifier. Called after the template is completely generated and attached to the visual tree. Gets or sets whether this object’s popup should have the same width as the object itself. This is a dependency property. true, if this object’s popup should have the same width as the parent object; otherwise, false. Identifies the dependency property. A dependency property identifier. Specifies the popup content. This is a dependency property. A popup content. Identifies the dependency property. A dependency property identifier. Gets or sets the template that defines the presentation of the popup’s content. This is a dependency property. A object that represents the template of the popup’s content. Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses a content template for this based on custom logic. This is a dependency property. A object that chooses a content template for this based on custom logic. Identifies the dependency property. A dependency property identifier. Gets or sets the relative position of this object’s pop-up. A Dock enumerator value that is the relative position of this object’s pop-up. Identifies the dependency property. A dependency property identifier. Gets or sets the popup’s height. This is a dependency property. A value that specifies the popup’s height. Identifies the dependency property. A dependency property identifier. Gets or sets the popup’s maximum height. This is a dependency property. A value that specifies the popup’s maximum height. Identifies the dependency property. A dependency property identifier. Gets or sets the popup’s maximum width. This is a dependency property. A value that specifies the popup’s maximum width. Identifies the dependency property. A dependency property identifier. Gets or sets the popup’s minimum height. This is a dependency property. A value that specifies the popup’s minimum height. Identifies the dependency property. A dependency property identifier. Gets or sets the popup’s minimum width. This is a dependency property. A value that specifies the popup’s minimum width. Identifies the dependency property. A dependency property identifier. Gets or sets the popup’s width. This is a dependency property. A value that specifies the popup’s width. Identifies the dependency property. A dependency property identifier. Contains information about a drop marker. Initializes a new instance of the class with default settings. Gets or sets whether the drop marker is arranged horizontally or vertically. The orientation of the drop marker. Gets or sets the drop marker’s padding. Drop marker’s padding. Gets or sets a drop position that specifies how a record is placed after it has been dropped. A enumeration value that specifies how a record is placed after it has been dropped. Lists the values used to specify how the column header will be placed after it has been dragged and dropped. Indicates that a column whose header is currently being dragged by an end-user, if dropped, will be displayed next to the column located under the dragged header. Indicates that a column’s position is not changed by an end-user. Indicates that a column whose header is currently being dragged by an end-user, if dropped, will be displayed prior to the column located under the dragged header. Lists values that specify a record’s position after the drop operation. A record is placed after the target record. A record is placed after all records. A record is placed before the target record. A record is placed inside the target group. Provides data for the event. Initializes a new instance of the class with specified settings. The routed event. An object that raised the event. A dialog that is visually consistent with other controls that use DevExpress visual themes. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified title. A string value that specifies the dialog’s title. This value is assigned to the property. Initializes a new instance of the class with the specified title and dialog buttons. A string value that specifies the dialog’s title. This value is assigned to the property. A DevExpress.Xpf.Core.DialogButtons enumeration value that specifies which buttons are displayed within the dialog. This value is assigned to the property. Initializes a new instance of the class with the specified settings. A string value that specifies the dialog’s title. This value is assigned to the property. A DevExpress.Xpf.Core.DialogButtons enumeration value that specifies which buttons are displayed within the dialog. This value is assigned to the property. true to set the default button click handlers; otherwise false. Gets or sets the buttons displayed within the dialog. A DevExpress.Xpf.Core.DialogButtons enumeration value that specifies which buttons are displayed within the dialog. Gets the Cancel dialog button. A object that represents the dialog button. Gets the No dialog button. A object that represents the dialog button. Gets the OK dialog button. A object that represents the dialog button. Occurs when the user clicks the Ok button. Called after the template is completely generated and attached to the visual tree. This member supports the .NET Framework infrastructure and cannot be used directly from your code. Instead, use the ShowDialog() method. Opens a dialog window with the specified buttons and returns only when the dialog is closed. The System.Windows.MessageBoxButton value specifying the buttons to be displayed within the . This value is assigned to the property. The System.Windows.MessageBoxResult value specifying an end-user choice. Gets the Yes dialog button. A object that represents the dialog button. A themed dialog window. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified title. A string value that specifies the dialog’s title. Initializes a new instance of the class with the specified settings. A System.String value that specifies the dialog’s title. A list of objects that are used to generate dialog buttons. Initializes a new instance of the class with the specified settings. A value that specifies the ‘s title. A enumerator value that specifies the set of buttons displayed within the current . A that specifies which dialog button is default. A that specifies which dialog button is Cancel. Identifies the dependency property. This property supports the internal infrastructure and is not intended to be used directly from your code. Identifies the dependency property. A dependency property identifier. This mechod supports the internal infrastructure and is not intended to be used directly from your code. Gets a collection of dialog buttons. A DXDialogWindowCommandButtonsCollection collection that contains footer buttons. Gets or sets the template that defines the presentation of a specific container panel that is used by the to layout footer buttons. This is a dependency property. An System.Windows.Controls.ItemsPanelTemplate object that is used the to layout its buttons. Identifies the dependency property. A dependency property identifier. Gets or sets the style applied to ‘s footer buttons. This is a dependency property. A System.Windows.Style object that represents the style applied to footer buttons. Identifies the dependency property. A dependency property identifier. Gets or sets a list of objects that are used to generate dialog buttons. This is a dependency property. A list of objects that are used to generate dialog buttons. Identifies the dependency property. A dependency property identifier. Gets a collection of dialog buttons. A list of DevExpress.Xpf.Core.DialogButton objects that specify the footer buttons. Returns a collection of objects generated based on the specified enumerator value. A enumerator value that specifies the set of buttons displayed within the current . A that specifies which message box button is default. A that specifies which message box button is cancel. A list of objects generated based on the specified MessageBoxButton enumerator value. This method supports the internal infrastructure and is not intended to be used directly from your code. Gets whether the current has footer buttons. This is a dependency property. true, if the has footer buttons; otherwise, false. Identifies the dependency property. A dependency property identifier. Called after the template is completely generated and attached to the visual tree. This method supports the internal infrastructure and is not intended to be used directly from your code. Opens a window dialog and returns without waiting for the newly opened window dialog to close. Opens a window dialog and returns only when the newly opened window dialog is closed. true, if the user clicks OK (Yes) in the dialog box; false if the user clicks No (Cancel); otherwise null. Opens a window dialog with specified parameters and returns only when the newly opened window dialog is closed. An object of the type that is the command corresponding to the button the end-user clicked. Opens a window dialog with specified parameters and returns only when the newly opened window dialog is closed. A enumerator value that specifies the set of buttons displayed within the current . A that specifies which dialog button is default. A that specifies which dialog button is Cancel. A System.Windows.MessageBoxResult value specifying an end-user choice. Represents the DXExpander control. Initializes a new instance of the class with default parameters. For internal use. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. Gets or sets the progress of animation play. This is a dependency property. A value between 0 and 1 that represents the progress of animation play. 0 for the collapsed state, 1 for the expanded state. Identifies the dependency property. A dependency property identifier. Gets or sets the collapse animation storyboard. This is a dependency property. A object that represents the collapse animation storyboard. Identifies the dependency property. A dependency property identifier. Gets or sets whether the is currently collapsing. This is a dependency property. true if the is currently collapsing; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the duration of the expand/collapse animation. This is a dependency property. A double-precision value that specifies the animation’s duration, in milliseconds. Identifies the dependency property. A dependency property identifier. Gets or sets whether the is currently expanding. This is a dependency property. true if the is currently expanding; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the expand animation storyboard. This is a dependency property. A object that represents the expand animation storyboard. Identifies the dependency property. A dependency property identifier. Gets the value of the attached property for the specified . The element from which the property value is read. The property value for the element. Allows you to manually specify the DXExpander content size in the expanded state. Gets the value of the attached property for the specified . The element from which the property value is read. The property value for the element. Gets the value of the attached property for the specified . The element from which the property value is read. The property value for the element. Gets or sets the horizontal animation style. This is a dependency property. A enumeration member specifying the horizontal animation style. Identifies the dependency property. A dependency property identifier. Gets or sets whether the is expanded. This is a dependency property. true if the is expanded; otherwise, false. Identifies the dependency property. A dependency property identifier. Identifies the attached property. Sets the value of the attached property for the specified . The element for which the property value is set. The property value for the element. Sets the value of the attached property for the specified . The element for which the property value is set. The property value for the element. Gets or sets whether the ‘s content is expanded and collapsed with a stretching animation effect. This is a dependency property. true if the ‘s content is stretched; otherwise, false. The default state is false. Identifies the dependency property. A dependency property identifier. Identifies the attached property. Gets or sets the vertical animation style. This is a dependency property. A enumeration member specifying the vertical animation style. Identifies the dependency property. A dependency property identifier. Represents the base class for all DevExpress controls inherited from the class. Initializes a new instance of the class with the default settings. Overrides the property to hide it. A value. Overrides the property, to hide it. A object. Overrides the property to hide it. A object. Overrides the property to hide it. A object. Overrides the property to hide it. A object. Overrides the property to hide it. A value. Overrides the property to hide it. A object. Overrides the property to hide it. A value. Overrides the property to hide it. A value. Overrides the property to hide it. A object. Overrides the property to hide it. A object. Overrides the property to hide it. A value. Overrides the property to hide it. A value. Overrides the property to hide it. A value. Overrides the property to hide it. A value. Overrides the property to hide it. A value. Overrides the property to hide it. A value. Overrides the property to hide it. A value. Overrides the property to hide it. A value. Overrides the property to hide it. A value. Overrides the property to hide it. A value. Overrides the property to hide it. A value. Overrides the property to hide it. A value. Overrides the property to hide it. A value. Overrides the property to hide it. A value. Overrides the property to hide it. A object. Overrides the property to hide it. A value. Overrides the property to hide it. A object. This member supports the internal infrastructure, and is not intended to be used directly from your code. A value. Provides methods that are used to obtain images from the DevExpress.Images assembly in code-behind. Retrieves the specified image from the library. A full path to an image in the library. A object that is the retrieved image. Retrieves the specified image from the library. An image identifier. A predefined image size. A predefined image type. A object that is the retrieved image. Returns a Uri that defines the specified image’s location. A full path to an image in the library. A object that contains a Uri to the image. Returns a Uri that defines the specified image’s location. An image identifier. A predefined image size. A predefined image type. A object that contains a Uri to the image. Represents the base class for localizer classes used for DevExpress controls. A message box that can contain text, buttons, and symbols that inform and instruct the user. Initializes a new instance of the class with default settings. Gets or sets this ‘s title. This is a dependency property. A String value that is this ‘s title. Identifies the dependency property. A dependency property identifier. Gets or sets the image displayed by the . This is a dependency property. An ImageSource object that is the image displayed by the . Identifies the dependency property. A dependency property identifier. Called after the template is completely generated and attached to the visual tree. Displays the with specified text. A String value that is the text to be displayed within the current . A System.Windows.MessageBoxResult.OK value. Displays the with specified text and title. A String value that is the text to be displayed within the current . A String value that is the window caption. A System.Windows.MessageBoxResult.OK value. Displays the with specific text, title and set of buttons. A String value that is the text to be displayed within the current . A String value that is the window caption. A System.Windows.MessageBoxButton enumerator value that specifies the set of buttons displayed within the current . A System.Windows.MessageBoxResult enumerator value that indicates which message box button an end-user has clicked. Displays the with specific text, title, image and set of buttons. A String value that is the text to be displayed within the current . A String value that is the window caption. A System.Windows.MessageBoxButton enumerator value that specifies the set of buttons displayed within the current . A System.Windows.MessageBoxImage enumerator value that specifies which icon to display within the current . A System.Windows.MessageBoxResult enumerator value that indicates which message box button an end-user has clicked. Displays the with specific text, title, icon and set of buttons, one of which is set as default. A String value that is the text to be displayed within the current . A String value that is the window caption. A System.Windows.MessageBoxButton enumerator value that specifies the set of buttons displayed within the current . A System.Windows.MessageBoxImage enumerator value that specifies which icon to display within the current . A System.Windows.MessageBoxResult that specifies which message box button is default. A default button is highlighted when a is shown. A System.Windows.MessageBoxResult enumerator value that indicates which message box button an end-user has clicked. Displays the with specific text, title, icon, display options and set of buttons, one of which is set as default. A String value that is the text to be displayed within the current . A String value that is the window caption. A System.Windows.MessageBoxButton enumerator value that specifies the set of buttons displayed within the current . A System.Windows.MessageBoxImage enumerator value that specifies which icon to display within the current . A System.Windows.MessageBoxResult that specifies which message box button is default. A default button is highlighted when a is shown. A System.Windows.MessageBoxOptions enumerator value that specifies which display and association options will be used for the message box. A System.Windows.MessageBoxResult enumerator value that indicates which message box button an end-user has clicked. Displays the with specified owner and text. A FrameworkElement object that owns the current . A String value that is the text to be displayed within the current . A System.Windows.MessageBoxResult.OK value. Displays the with specific owner, text and title. A FrameworkElement object that owns the current . A String value that is the text to be displayed within the current . A String value that is the window caption. A System.Windows.MessageBoxResult.OK value. Displays the with specific owner, text, title and set of buttons. A FrameworkElement object that owns the current . A String value that is the text to be displayed within the current . A String value that is the window caption. A System.Windows.MessageBoxButton enumerator value that specifies the set of buttons displayed within the current . A System.Windows.MessageBoxResult enumerator value that indicates which message box button an end-user has clicked. Displays the with specific owner, text, title, icon and set of buttons. A FrameworkElement object that owns the current . A String value that is the text to be displayed within the current . A String value that is the window caption. A System.Windows.MessageBoxButton enumerator value that specifies the set of buttons displayed within the current . A System.Windows.MessageBoxImage enumerator value that specifies which icon to display within the current . A System.Windows.MessageBoxResult enumerator value that indicates which message box button an end-user has clicked. Displays the with specific owner, text, title, image and set of buttons, one of which is set as default. A FrameworkElement object that owns the current . A String value that is the text to be displayed within the current . A String value that is the window caption. A System.Windows.MessageBoxButton enumerator value that specifies the set of buttons displayed within the current . A System.Windows.MessageBoxImage enumerator value that specifies which icon to display within the current . A System.Windows.MessageBoxResult that specifies which message box button is default. A default button is highlighted when a is shown. A System.Windows.MessageBoxResult enumerator value that indicates which message box button an end-user has clicked. Displays the with specific owner, text, title, icon, display options and set of buttons, one of which is set as default. A FrameworkElement object that owns the current . A String value that is the text to be displayed within the current . A String value that is the window caption. A System.Windows.MessageBoxButton enumerator value that specifies the set of buttons displayed within the current . A System.Windows.MessageBoxImage enumerator value that specifies which icon to display within the current . A System.Windows.MessageBoxResult that specifies which message box button is default. A default button is highlighted when a is shown. A System.Windows.MessageBoxOptions enumerator value that specifies which display and association options will be used for the message box. A System.Windows.MessageBoxResult enumerator value that indicates which message box button an end-user has clicked. Displays the with specific owner, text, title, icon, display options, floating mode and set of buttons, one of which is set as default. A FrameworkElement object that owns the current . A String value that is the text to be displayed within the current . A String value that is the window caption. A System.Windows.MessageBoxButton enumerator value that specifies the set of buttons displayed within the current . A System.Windows.MessageBoxImage enumerator value that specifies which icon to display within the current . A System.Windows.MessageBoxResult that specifies which message box button is default. A default button is highlighted when a is shown. A System.Windows.MessageBoxOptions enumerator value that specifies which display and association options will be used for the message box. A DevExpress.Xpf.Core.FloatingMode enumerator value that specifies the floating mode for the . A System.Windows.MessageBoxResult enumerator value that indicates which message box button an end-user has clicked. Displays the with specific owner, text, title, icon, display options, floating mode, animation, and set of buttons, one of which is set as default. A FrameworkElement object that owns the current . A String value that is the text to be displayed within the current . A String value that is the window caption. A System.Windows.MessageBoxButton enumerator value that specifies the set of buttons displayed within the current . A System.Windows.MessageBoxImage enumerator value that specifies which icon to display within the current . A System.Windows.MessageBoxResult that specifies which message box button is default. A default button is highlighted when a is shown. A System.Windows.MessageBoxOptions enumerator value that specifies which display and association options will be used for the message box. A DevExpress.Xpf.Core.FloatingMode enumerator value that specifies the floating mode for the . true, if message box show should be followed with smooth animation effects; otherwise, false. A System.Windows.MessageBoxResult enumerator value that indicates which message box button an end-user has clicked. Displays the with specific owner, text, title, icon, display options, floating mode, animation, maximum width and set of buttons, one of which is set as default. A FrameworkElement object that owns the current . A String value that is the text to be displayed within the current . A String value that is the window caption. A System.Windows.MessageBoxButton enumerator value that specifies the set of buttons displayed within the current . A System.Windows.MessageBoxImage enumerator value that specifies which icon to display within the current . A System.Windows.MessageBoxResult that specifies which message box button is default. A default button is highlighted when a is shown. A System.Windows.MessageBoxOptions enumerator value that specifies which display and association options will be used for the message box. A DevExpress.Xpf.Core.FloatingMode enumerator value that specifies the floating mode for the . true, if message box show should be followed with smooth animation effects; otherwise, false. A value specifying the maximum width of the . A System.Windows.MessageBoxResult enumerator value that indicates which message box button an end-user has clicked. Gets or sets the text displayed within the . This is a dependency property. A String value that is the text displayed within the . Identifies the dependency property. A dependency property identifier. Allows you to display message boxes. Initializes a new instance of the class. For internal use. Identifies the dependency property. A dependency property identifier. Allows you to display splash screens. Initializes a new instance of the class. Specifies the duration of the fade-in effect. This is a dependency property. A System.TimeSpan value that is the duration of the fade-in effect. Identifies the dependency property. A dependency property identifier. Specifies the duration of the fade-out effect. This is a dependency property. A System.TimeSpan value that is the duration of the fade-out effect. Identifies the dependency property. A dependency property identifier. Gets whether the splash screen is active. true, if the splash screen is active; otherwise, false. Identifies the dependency property. A dependency property identifier. Specifies the maximum progress value. This is a dependency property. A maximum progress value. Identifies the dependency property. A dependency property identifier. Gets or sets the splash screen owner search mode. This is a dependency property. A enumeration value that specifies the splash screen owner search mode.The default is . Identifies the dependency property. A dependency property identifier. Specifies the current progress value. This is a dependency property. The current progress value. Identifies the dependency property. A dependency property identifier. Gets or sets whether a Splash Screen created by this should be automatically displayed at the application start-up. true, if a Splash Screen created by this should be automatically displayed at the application start-up; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the splash screen closing mode. This is a dependency property. An DevExpress.Xpf.Core.SplashScreenClosingMode enumeration value that specifies the splash screen closing mode.The default is SplashScreenClosingMode.OnParentClosed. Identifies the dependency property. A dependency property identifier. Gets or sets the splash screen owner. This is a dependency property. An System.Windows.FrameworkElement object that is used as the splash screen owner. Identifies the dependency property. A dependency property identifier. Specifies the splash screen location. A enumeration value. Identifies the dependency property. A dependency property identifier. Gets or sets the type of splash screen to be opened. The type of splash screen to be opened. Identifies the dependency property. A dependency property identifier. Specifies the splash screen window style. A object that is the splash screen window style. Identifies the dependency property. A dependency property identifier. Specifies the data object to be passed to the splash screen service. A data object to be passed to the splash screen service. Identifies the dependency property. A dependency property identifier. Gets or sets whether the current service uses a separate container. true, if the current service uses a separate container, false.The default is false. Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses the view template based on custom logic. A descendant that chooses a template based on custom logic. A window that supports integration with a . Initializes a new instance of the class. For internal use. A dependency property identifier. For internal use. A dependency property identifier. Gets or sets the window’s header indent in the maximized state. This is a dependency property. A System.Double value specifying the window’s header indent in the maximized state. Identifies the dependency property. A dependency property identifier. Gets or sets the window’s header indent in the normal state. This is a dependency property. A System.Double value specifying the window’s header indent in the normal state. Identifies the dependency property. A dependency property identifier. Called after the template is completely generated and attached to the visual tree. Gets or sets the tabbed window mode. This is a dependency property. An DevExpress.Xpf.Core.TabbedWindowMode enumeration value that specifies the tabbed window mode. Identifies the dependency property. A dependency property identifier. Gets the integrated tab control. A DXTabControl object that is integrated in the current window. Gets the size of tab item header. This is a dependency property. A System.Double value specifying the size of tab item header. Identifies the dependency property. A dependency property identifier. Represents the DXTabControl. Initializes a new instance of the class. Adds a new tab item to the tab control. Gets or sets whether a tab control merges its bar items. This is a dependency property. true, to enable merging; otherwise, false.The default is null. Identifies the dependency property. A dependency property identifier. Gets or sets the template to the visualize background appearance of the . This is a dependency property. A System.Windows.DataTemplate object that specifies the corresponding template. Identifies the dependency property. A dependency property identifier. Returns whether the next tab item can be selected. true if the next tab item can be selected; otherwise, false. Returns whether the previous tab item can be selected. true if the previous tab item can be selected; otherwise, false. Gets the ‘close’ button. A Button object representing the close button. For internal use only. A dependency property identifier. Gets or sets the template used to visualize the content footer. A DataTemplate object that visualizes the content footer. Identifies the dependency property. A dependency property identifier. For internal use only. A dependency property identifier. Gets or sets the template used to visualize the content header. A DataTemplate object that visualizes the content header. Identifies the dependency property. A dependency property identifier. For internal use only. A dependency property identifier. Gets or sets a template used to visualize the Tab Control’s content host. A DataTemplate object that visualizes the Tab Control’s content host. Identifies the dependency property. A dependency property identifier. For internal use. For internal use only. A dependency property identifier. Gets or sets a template used to visualize the left control box. A DataTemplate object that visualizes the left control box. Identifies the dependency property. A dependency property identifier. For internal use only. A dependency property identifier. Gets or sets a template used to visualize the TabPanel’s control box. A DataTemplate object that visualizes the TabPanel’s control box. Identifies the dependency property. A dependency property identifier. For internal use only. A dependency property identifier. Gets or sets the template used to visualize the right control box. A DataTemplate object that visualizes the right control box. Identifies the dependency property. A dependency property identifier. Gets or sets whether to the destroy tab item content when switching between tabs. This is a dependency property. true, to destroy the tab item content when switching between tabs; otherwise, false. Identifies the dependency property. A dependency property identifier. For internal use. Invokes the specified action for each tab item in the tab control. A System.Action object encapsulating the method invoked for each item. Gets the named element in the visual tree of an instantiated . A System.String value specifying the name of the child to find. The requested element. May be null if no element of the requested name exists. Returns a tab item by its index. A zero-based integer value that specifies the tab item’s index. A object, that is a tab item with the specified index; null (Nothing in Visual Basic) if the specified index is out of range. Returns a tab item by the corresponding data item. A data item that corresponds to the required tab item. A object, that is a tab item corresponding to the specified data item; null (Nothing in Visual Basic) if the specified data item does not exist. Returns whether the DXTabControl has a focused tab item. true if one of the DXTabControl‘s tab items is focused; otherwise, false. Gets the tab control’s header menu button. A Toggle object representing the tab control’s header menu button. Hides the specified tab item. An integer value that specifies the index of the tab item to be hidden. An boolean value that specifies whether the raises the and events. Hides the specified tab item. An object that specifies the tab item to be hidden. A boolean value that specifies whether the raises the and events. Inserts the specified tab item into the collection at the specified position. An item to insert into the collection. A zero-based integer which specifies the position at which the item is to be inserted. For internal use only. A dependency property identifier. Moves the specified tab item to a new position. A System.Int32 value that specifies the current position of the tab item to be moved. A System.Int32 value that specifies the new position of the specified tab item. Moves the specified tab item to a new position. An object representing the tab item to be moved. A System.Int32 value that specifies the new position of the specified tab item. Fires when a new has been created by dropping the dragged tab item outside the parent . Gets the ‘next’ scroll button. A DevExpress.Xpf.Core.TabControlScrollButton object representing the scroll button. Called after the template is completely generated and attached to the visual tree. For internal use only. A dependency property identifier. For internal use. Gets the ‘previous’ scroll button. A DevExpress.Xpf.Core.TabControlScrollButton object representing the scroll button. Removes the tab item with the specified index. An integer value that represents the zero-based index of the tab item that should be removed. Removes the specified tab item. An object representing the tab item to be removed. Restores the layout of tab items from a stream. A stream from which the layout of tab items is restored. Restores the layout of tab items from an XML file. An XML file from that contains the layout of tab items to be loaded. Saves the layout of tab items to a stream. A stream to which the layout is stored. Saves the layout of tab items to an XML file. An XML file to which the layout is stored. Gets or sets the selected tab item. This is a dependency property. A object that specifies the selected tab item. Identifies the dependency property. A dependency property identifier. Selects the first tab item. Occurs after a tab item has been selected. Occurs before the selected tab item is changed. Selects the last tab item. Selects the next tab item. Selects the previous tab item. Selects the specified tab item. An integer value that specifies the index of the tab item to be selected. Selects the specified tab item. An object that specifies the tab item is to be selected. This property supports the internal infrastructure and is not intended to be used directly from your code. Shows the specified tab item. An integer value that specifies the index of the tab item to be shown. An boolean value that specifies whether the raises the and events. Shows the specified tab item. An object representing the tab item to be shown. An boolean value that specifies whether the raises the and events. Fires after a tab item has been added. Fires before a tab item is added, and allows you to prevent this action. Gets or sets whether the ‘s tabs are cached all at once or only when selected. A TabContentCacheMode enumerator value that specifies the ‘s tabs cache mode. Identifies the dependency property. A dependency property identifier. Occurs after the tab item has been hidden. Occurs before a tab item is hidden. Fires after a tab item has been inserted. Fires before a tab item is inserted, and allows you to prevent this action. Fires after a tab item has been moved. Fires before a tab item is moved, and allows you to prevent this action. Gets the panel that contains tab headers. A DevExpress.Xpf.Core.TabPanel object representing the panel. Identifies the dependency property. Fires after a tab item has been removed. Fires before a tab item is removed, and allows you to prevent this action. Occurs before a tab item is shown. Occurs after the tab item has been shown. Fires when a user starts dragging the tab in the tab control. Updates the view’s properties. Gets or sets a view of the . A descendant object, representing the tab control’s view. For internal use only. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Represents a single tab item. Initializes a new instance of the class. For internal use only. A dependency property identifier. For internal use only. A dependency property identifier. For internal use only. A dependency property identifier. For internal use only. A dependency property identifier. For internal use only. A dependency property identifier. Gets or sets whether the tab item can be hidden. This is a dependency property. One of the enumeration members that specifies whether the tab item can be hidden. Identifies the dependency property. A dependency property identifier. Gets or sets the ‘s background color. A System.Windows.Media.Color object that specifies the ‘s background color. Identifies the dependency property. A dependency property identifier. Gets or sets a value passed to the Name property. This is a dependency property. A System.String value that specifies the Name value. Identifies the dependency property. A dependency property identifier. Gets or sets the ‘s border color. A System.Windows.Media.Color object that specifies the ‘s border color. Identifies the dependency property. A dependency property identifier. Determines whether the current tab item can be closed. A System.Boolean value that specifies whether the tab item can be closed. Closes a tab item. Gets the close button, displayed within the tab item’s header. A object representing the close button. Gets or sets a command executed when the current tab item’s Close/Hide button (‘x’) is clicked. This is a dependency property. A ICommand object executed when the current tab item’s Close/Hide button (‘x’) is clicked. Gets or sets the parameter. This is a dependency property. The command specific data. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. This property supports the internal infrastructure and is not intended to be used directly from your code. Identifies the dependency property. A dependency property identifier. Gets or sets the template to visualize the appearance of the header of the focused .This is a dependency property. A System.Windows.DataTemplate object that specifies the corresponding template. Identifies the dependency property. A dependency property identifier. Gets the named element in the visual tree of an instantiated . A System.String value specifying the name of the child to find. The requested element. May be null if no element of the requested name exists. Gets or sets the image displayed within a ‘s header. This is a dependency property. An ImageSource object that specifies the image displayed within the ‘s header. Identifies the dependency property. A dependency property identifier. Gets or sets a template for the current object’s . This is a dependency property. A DataTemplate object specifying a template for the current object’s . Identifies the dependency property. A dependency property identifier. Gets or sets the content of the header menu item that corresponds to the current tab item. This is a dependency property. An object representing the header menu item’s content. Identifies the dependency property. A dependency property identifier. Gets or sets a template that defines the visual appearance of the header menu item, corresponding to the current tab item. This is a dependency property. A object that represents the header menu item’s visual appearance. Identifies the dependency property. A dependency property identifier. Gets or sets the header menu glyph. This is a dependency property. An ImageSource object that specifies an image displayed in the header menu button. Identifies the dependency property. A dependency property identifier. Gets or sets an icon displayed in the corresponding header menu item. This is a dependency property. An object that represents an icon displayed in the header menu. Identifies the dependency property. A dependency property identifier. Gets or sets the template to visualize the appearance of the header of the when it is under a mouse pointer. This is a dependency property. A System.Windows.DataTemplate object that specifies the corresponding template. Identifies the dependency property. A dependency property identifier. Gets or sets an icon displayed in the item’s header. This is a dependency property. An object representing the image displayed in the item’s header. Gets or sets the height of the tab item’s icon. This is a dependency property. A value that specifies the height of the icon, in pixels. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets the width of the tab item’s icon. This is a dependency property. A value that specifies the width of the icon, in pixels. Identifies the dependency property. A dependency property identifier. Gets or sets whether the tab item is new. This is a dependency property. True, if the tab item is new; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the template to visualize the appearance of the header of the .This is a dependency property. A System.Windows.DataTemplate object that specifies the corresponding template. Identifies the dependency property. A dependency property identifier. Called after the template is completely generated and attached to the visual tree. Gets or sets the template to visualize the appearance of the header of the selected .This is a dependency property. A System.Windows.DataTemplate object that specifies the corresponding template. Identifies the dependency property. A dependency property identifier. Gets or sets a value indicating whether a shows a tool tip for an untrimmed header. This is a dependency property. true, if a tool tip is displayed for an untrimmed header; otherwise, false. The default is true. Identifies the dependency property. A dependency property identifier. For internal use only. A dependency property identifier. Gets or sets whether the header menu displays a menu item that corresponds to the current tab item. This is a dependency property. true to show the tab item within the header menu; otherwise, false. Identifies the dependency property. A dependency property identifier. A window that supports DX themes. Initializes a new instance of the class. Gets the actual thickness of the window frame that enables window resizing via a mouse. The actual thickness of the window frame that enables window resizing via a mouse. This member supports the internal infrastructure and is not intended to be used directly from your code. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure and is not intended to be used directly from your code. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. This member supports the internal infrastructure and is not intended to be used directly from your code. Identifies the dependency property. A dependency property identifier. Gets or sets whether the DXWindow scales its application icon in custom DPIs. This is a dependency property. true, to allow application icon scaling; otherwise, false. The default is true. Identifies the dependency property. A dependency property identifier. Gets or sets whether the enables software rendering during window resizing to avoid flickering on some video cards. true, if the manipulates the HwndTarget.RenderMode property to avoid window flickering; otherwise, false. The default value is true. Gets or sets whether the system menu is displayed when right clicking the ‘s title bar. This is a dependency property. true, to display the system menu when right clicking the title bar; otherwise, false. The default is true. Identifies the dependency property. A dependency property identifier. Gets or sets the ‘s border highlighting effect. The ‘s border highlighting effect. Gets or sets the color of the active ‘s border highlighting effect. The color of the active ‘s border highlighting effect. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure, and is not intended to be used directly from your code. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure, and is not intended to be used directly from your code. Identifies the dependency property. A dependency property identifier. Gets or sets the color of the inactive ‘s border highlighting effect. The color of the inactive ‘s border highlighting effect. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure, and is not intended to be used directly from your code. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure, and is not intended to be used directly from your code. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure, and is not intended to be used directly from your code. This member supports the internal infrastructure, and is not intended to be used directly from your code. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure, and is not intended to be used directly from your code. Identifies the dependency property. A dependency property identifier. Gets the width, height, and location of the ‘s client area. A structure that describes the width, height, and location of the ‘s client area. This member supports the internal infrastructure and is not intended to be used directly from your code. This member supports the internal infrastructure and is not intended to be used directly from your code. This member supports the internal infrastructure and is not intended to be used directly from your code. This member supports the internal infrastructure and is not intended to be used directly from your code. This member supports the internal infrastructure and is not intended to be used directly from your code. Gets the value of the attached property for the specified object. An object whose attached property’s value is to be returned. The value of the attached property for the specified object. Gets the value of the attached property for the specified object. An object whose attached property’s value is to be returned. The value of the attached property for the specified object. Gets the value of the attached property for the specified object. An object whose attached property’s value is to be returned. The value of the attached property for the specified object. This member supports the internal infrastructure and is not intended to be used directly from your code. Gets or sets the style applied to a header item’s container. This is a dependency property. A object that contains style settings. Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses a header item style based on custom logic. This is a dependency property. A descendant that chooses a style based on custom logic. Identifies the dependency property. A dependency property identifier. Gets the collection of header items displayed by the current . This is a dependency property. A collection of header items. Identifies the dependency property. A dependency property identifier. Gets or sets a collection of objects that provide information to generate and initialize header items for the current object. This is a dependency property. A source of objects to be visualized as header items. Identifies the dependency property. A dependency property identifier. Gets or sets a template applied to this ‘s header items. This is a dependency property. A object applied to this ‘s header items. Identifies the dependency property. A dependency property identifier. Gets or sets the object that chooses this ‘s header item template based on custom logic. This is a dependency property. A object that chooses this ‘s header item template based on custom logic. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure and is not intended to be used directly from your code. Identifies the dependency property. Gets or sets whether to activate the Aero Glass effect for a window. This is a dependency property. true to activate the Aero Glass effect; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets if the specified is currently in the moving or sizing modal loop. This is a dependency property. true if the specified is currently in the moving or sizing modal loop; otherwise, false. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. Called after the template is completely generated and attached to the visual tree. Gets or sets the thickness of the window frame that enables window resizing via a mouse. The thickness of the window frame that enables window resizing via a mouse. Gets or sets the thickness of the window frame that enables window resizing via a mouse. Handled in aero mode. The thickness of the window frame that enables window resizing via a mouse. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Sets the value of the attached property for the specified object. An object whose attached property is to be changed. A new value of the attached property. Sets the value of the attached property for the specified object. An object whose attached property is to be changed. A new value of the attached property. Sets the value of the attached property for the specified object. An object whose attached property is to be changed. A new value of the attached property. Sets the value of the property. The element to which the attached property is written. true to show the title; otherwise, false. Gets or sets whether a window’s icon is displayed. true to display a window’s icon; otherwise, false. Identifies the dependency property. Gets or sets whether to show the window’s title. true to show the title; otherwise, false. Identifies the dependency property. This member supports the internal infrastructure, and is not intended to be used directly from your code. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure and is not intended to be used directly from your code. Gets or sets the template that defines the visual representation of the window. This is a dependency property. A template that defines the visual representation of the window. Identifies the dependency property. A dependency property identifier. Lists the values used to specify how the in-place editor should be invoked when a cell is clicked. Specifies the default behavior. For the , this option acts as the option. If the grid functions in marquee selection mode or the multiple cell selection is enabled, this option acts as the . A cell’s in-place editor is activated when the left mouse button is pressed. If a cell is focused and not being edited, an in-place editor is opened on pressing the mouse button. Clicking a non-focused cell focuses the cell first, and a subsequent mouse-down event activates the in-place editor (if not prohibited). A cell’s in-place editor is activated when a mouse button is released from a click within the cell. If a cell is focused and not being edited, an in-place editor is opened on a click (the mouse button is pressed and then released). Clicking a non-focused cell focuses the cell first, and a subsequent click activates the in-place editor (if not prohibited). Provides data for the event. Initializes a new instance of the class. Gets or sets the expander control that raised the event. A object, which is the expander control that raised the event. Gets or sets the DXExpander content size in the expanded state. A instance that specifies the DXExpander content size. References a method that will handle the event. The event source. An object that contains event data. A wrapper that allows displaying popup windows in XBAP mode. For internal use. For internal use. For internal use. For internal use. A Boolean value. Identifies the dependency property. A dependency property identifier. For internal use. Identifies the dependency property. A dependency property identifier. For internal use. A Boolean value. Identifies the dependency property. A dependency property identifier. For internal use. A value. Identifies the dependency property. A dependency property identifier. Closes the current session. For internal use. For internal use. For internal use. Identifies the dependency property. A dependency property identifier. For internal use. Identifies the dependency property. A dependency property identifier. For internal use. Identifies the dependency property. A dependency property identifier. For internal use. Identifies the dependency property. A dependency property identifier. For internal use. For internal use. Identifies the attached property. For internal use. Identifies the dependency property. A dependency property identifier. For internal use. Identifies the attached property. For internal use. For internal use. For internal use. For internal use. For internal use. Provides information about the ‘s visibility. Identifies the routed event. A routed event identifier. For internal use. Identifies the routed event. A routed event identifier. For internal use. Identifies the dependency property. A dependency property identifier. Identifies the attached property. For internal use. Identifies the dependency property. A dependency property identifier. Identifies the attached property. For internal use. For internal use. Identifies the dependency property. A dependency property identifier. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. Identifies the dependency property. A dependency property identifier. For internal use. Identifies the dependency property. A dependency property identifier. For internal use. For internal use. For internal use. A object, specifying the dialog content. A object. A structure, specifying the dialog size. A value, specifying the dialog owner. A object. For internal use. For internal use. For internal use. A object, specifying the dialog content. A structure, specifying the dialog size. A value, specifying the dialog owner. A object. For internal use. A object, specifying the dialog content. A structure, specifying the dialog size. A value, specifying the dialog owner. A object. For internal use. Identifies the dependency property. A dependency property identifier. For internal use. Identifies the dependency property. A dependency property identifier. For internal use. For internal use. Enumerates the floating modes of a message box window. The message box is initially centered against the application window and stuck to it. The message box is displayed above the application window only and is always focused. Moving the application window moves the message box respectively. The message box is initially centered against the application window and displayed above all windows. The message box is initially centered against a screen and behaves similar to modal windows - it can lose focus and is displayed above the application window only. Provides data for the event. Initializes a new instance of the class. A class instance that identifies a routed event and declares its characteristics. An object that raised the event. Gets or sets a data object that contains the data associated with the event. A data object that contains the data associated with the corresponding drag event. Gets or sets the target drag-and-drop operation. A member of the DragDropEffects enumeration specifying the target drag-and-drop operation. Gets or sets whether a drag operation should use the default cursors that are associated with drag-drop effects. true if the default pointers are used; otherwise, false. Lists values that specify the location of the Header Panel, relative to the tab item. The Header Panel is located at the bottom of the tab item. The Header Panel is located on the left side of the tab item. The Header Panel is not displayed. The Header Panel is located on the right side of the tab item. The Header Panel is located at the top of the tab item. Lists values that specify the orientation of headers in the TabControl‘s Header Panel. The orientation of tab headers in the Header Panel is defined by the location of the Panel, specified by the property. The headers are oriented horizontally if the Header Panel is located at the top or bottom of the tab item. Otherwise, they are oriented vertically. The tab headers in the Header Panel are oriented horizontally. The tab headers in the Header Panel are oriented vertically. Lists values that specify where to show the Hide button. The Hide button is shown in the active tab header only. The Hide button is shown in the active tab header and in the Header Area. The Hide button is shown in all tab headers. The Hide button is shown in all tab headers and in the Header Area. The Hide button is shown in the Header Area. The Hide button is not shown. Lists values that specify the DXExpander‘s horizontal animation style. The content is expanded from the center to edges. The content is expanded from left to right. The content is expanded from right to left. The content is not expanded horizontally. When implemented, represents a Column Band Chooser. When implemented, reads the specified state (size, position, etc.) and applies it to the Column Chooser (deserialization). The state. When implemented, destroys the Column Chooser. When implemented, hides the Column Chooser. When implemented, saves the Column Chooser’s state (serialization). The state. When implemented, shows the Column Chooser. When implemented, returns the Column Chooser’s root element. The root element of the Column Chooser. Creates the Column Band Chooser. Creates a new with the specified owner. The owner control. An object that implements the interface. Provides methods to place a notification icon (system tray icon) in the Windows notification area and manage its behavior. Resets the notification icon to the default state. Applies the specified status to the notification icon. An object specifying a new status. Lists values that specify whether and how to block the user input while the splash screen is shown. All user input is allowed. User input is blocked for the element specified as the owner parameter of the SplashScreenManager.Show method. User input is blocked for the entire window from which the splash screen was shown. User input is partially blocked for the entire window from which the splash screen was shown. The window can be dragged around and minimized/maximized. When implemented, represents a workspace. Gets the workspace name. A that specifies the workspace name. For internal use. When implemented, represents a instance. Occurs after a workspace has been applied to the target control. Applies the workspace with the specified name to the target control. A that specifies the name of the workspace to be applied. Occurs before a workspace is applied to the target control. Creates a new workspace by capturing the current layout of the target control and its child controls. A that specifies the name of the created workspace. Loads a workspace from the specified file or stream, and adds it to the collection under the specified name. A that specifies the name which should be assigned to the loaded workspace. The source from which the workspace is loaded. true if the workspace has been successfully loaded; otherwise, false. Removes the workspace with the specified name. A that specifies the name of the workspace to be removed. Renames the specified workspace. A that specifies the name of the workspace to be renamed. A that specifies the new name for the specified workspace. Saves the workspace with the specified name to a file or stream. A that specifies the name of the workspace to be saved. The destination where the workspace is saved. true if the workspace has been successfully saved; otherwise, false. Gets the target control. A object that represents the target control. Gets or sets the shader effect for the animation played when switching between workspaces. A enumeration member that specifies which shader effect is used when switching between workspaces. Gets the collection of workspaces. A list of objects that implement the interface, representing the currently available workspaces. Contains set of properties and events that allow you to control drag-and-drop operations in the ListBoxEdit control. Initializes a new instance of the class with default settings. Adds a handler for the CompleteRecordDragDrop attached event. Adds a handler for the ContinueRecordDrag attached event. Adds a handler for the DragRecordOver attached event. Adds a handler for the DropRecord attached event. Adds a handler for the GiveRecordDragFeedback attached event. Adds a handler for the StartRecordDrag attached event. Identifies the attached property. Identifies the CompleteRecordDragDrop attached event. Identifies the ContinueRecordDrag attached event. Identifies the attached property. Identifies the DragRecordOver attached event. Identifies the attached property. Identifies the DropRecord attached event. Gets the value of the attached property. Gets the value of the attached property. Gets the value of the attached property. Gets the value of the attached property. Gets the value of the attached property. Identifies the GiveRecordDragFeedback attached event. Removes a handler for the CompleteRecordDragDrop attached event. Removes a handler for the ContinueRecordDrag attached event. Removes a handler for the DragRecordOver attached event. Removes a handler for the DropRecord attached event. Removes a handler for the GiveRecordDragFeedback attached event. Removes a handler for the StartRecordDrag attached event. Sets the value of the attached property. Sets the value of the attached property. Sets the value of the attached property. Sets the value of the attached property. Sets the value of the attached property. Identifies the attached property. Identifies the attached property. Identifies the StartRecordDrag attached event. A container control for displaying long-loading content. Once the content is fully loaded, the loading indicator disappears and the content becomes visible. Initializes a new instance of the class. Gets or sets the ‘s border highlighting effect. This is a dependency property. An DevExpress.Xpf.Core.BorderEffect enumeration value that specifies the ‘s border highlighting effect.The default is BorderEffect.None. Gets or sets the color of the ‘s border highlighting effect. This is a dependency property. A SolidColorBrush value that specifies the color of the ‘s border highlighting effect. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Specifies the duration of the fade-in effect. This is a dependency property. A System.TimeSpan value that is the duration of the fade-in effect. Identifies the dependency property. A dependency property identifier. Specifies the duration of the fade-out effect. This is a dependency property. A System.TimeSpan value that is the duration of the fade-out effect. Identifies the dependency property. A dependency property identifier. Gets or sets a value that indicates whether the ‘s splash screen can be displayed. This is dependency property. null, to display the ‘s splash screen and hide it when its content is loaded; true, to always display ‘s splash screen; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets an object that represents the ‘s long-loading content. An FrameworkElement object that represents the ‘s long-loading content. Gets or sets the template that defines the presentation of a loading decorator’s child. This is a dependency property. A object that represents the template which defines the presentation of a loading decorator’s child. Identifies the dependency property. A dependency property identifier. Gets or sets the ‘s owner lock mode. This is a dependency property. A enumeration value.The default value is SplashScreenLock.Full. Identifies the dependency property. A dependency property identifier. Gets or sets the data context of the ‘s splash screen. This is a dependency property. An object that is used as the splash screen’s data context. Identifies the dependency property. A dependency property identifier. Gets or sets the position of the ‘s splash screen. This is a dependency property. A enumeration value.The default value is SplashScreenLocation.CenterContainer. Identifies the dependency property. A dependency property identifier. Gets or sets the template that defines the presentation of the ‘s splash screen. This is a dependency property. A System.Windows.DataTemplate object that defines the presentation of the splash screen. Identifies the dependency property. A dependency property identifier. Gets or sets the style applied to the ‘s splash screen. This is a dependency property. A Style object providing corresponding style settings. Identifies the dependency property. A dependency property identifier. Gets or sets a value indicating whether the ‘s splash screen is shown with a fade effect. This is a dependency property. true if the splash screen is shown with a fade effect; otherwise, false. The default is true. Identifies the dependency property. A dependency property identifier. Gets or sets a value indicating whether the uses the splash screen. This is a dependency property. true if uses the splash screen; otherwise, false. The default is true. Identifies the dependency property. A dependency property identifier. Contains utility classes. A helper that allows you to render SVG images. Initializes a new instance of the class with specified settings. Initializes a new instance of the class with the specified settings. An object that represents an SVG Image. A palette for the SVG Image. The current theme name. Initializes a new instance of the class with specified settings. Creates a Drawing object. Creates a Drawing object. Creates an ImageSource object. Draws the image into the DrawingContext object. Draws the image into the DrawingContext object. Lists values that specify where to show the New button. The New Button is shown in the Header Area. The New Button is shown in the Tab Panel and Header Area simultaneously. The New Button is located inside the Tab Panel, next to tab item headers. The New Button is not shown. Allows you to place a notification icon (system tray icon) in the Windows notification area and manage its behavior. Initializes a new instance of the class. Gets or sets the notification icon’s context menu. This is a dependency property. An object representing the notification icon’s context menu. Identifies the dependency property. A dependency property identifier. Gets or sets a value specifying the tray icon’s image. This is a dependency property. A value specifying the tray icon’s image. Identifies the dependency property. A dependency property identifier. Gets or sets a command executed when the notification icon (system tray icon) is left clicked. This is a dependency property. An ICommand object that is executed when the notification icon (system tray icon) is left clicked. Identifies the dependency property. A dependency property identifier. Gets or sets a command executed when the notification icon (system tray icon) is double-clicked with the left mouse button. This is a dependency property. An ICommand object that is executed when the notification icon (system tray icon) is double-clicked with the left mouse button. Identifies the dependency property. A dependency property identifier. Gets or sets a collection of the tray icon’s states. This is a dependency property. A collection of the tray icon’s states. Identifies the dependency property. A dependency property identifier. Gets or set a value specifying the theme applied to the notification icon’s context menu. This is a dependency property. A value specifying the theme applied to the notification icon’s context menu. Identifies the dependency property. A dependency property identifier. Gets or sets the icon’s tooltip. This is a dependency property. An that represents the icon’s tooltip. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure and is not intended to be used directly from your code. Provides the property specifying the tray icon’s image. Initializes a new instance of the class. Gets or sets the state’s image that will displayed within the notification icon. An image that will displayed within the notification icon. Identifies the dependency property. A dependency property identifier. Gets or sets the state’s identifier. A value specifying the state’s identifier. Identifies the dependency property. A dependency property identifier. Enables pixel snapping. Initializes a new instance of the class. A predefined theme palette. Lists the predefined theme palettes. The Berberis theme palette. The Berberis theme palette. The BlueberryCake theme palette. The BlueberryCake theme palette. The Brickwork theme palette. The Brickwork theme palette. The CobaltBlue theme palette. The CobaltBlue theme palette. The Cornflower theme palette. The Cornflower theme palette. The DarkLilac theme palette. The DarkLilac theme palette. The DeepSea theme palette. The DeepSea theme palette. The Dimmed theme palette. The Dimmed theme palette. The EmeraldSea theme palette. The EmeraldSea theme palette. The Enhanced Contrast predefined theme palette. The Enhanced Contrast predefined theme palette. The Latte theme palette. The Latte theme palette. The LightLilac theme palette. The LightLilac theme palette. The Loft theme palette. The Loft theme palette. The Navy theme palette. The Navy theme palette. Predefined palettes that the Office2016SE themes support. Supported predefined palettes. Predefined palettes that the Office2019 themes support. Supported predefined palettes. The RedWine theme palette. The RedWine theme palette. The Sand theme palette. The Sand theme palette. The SpruceLeaves theme palette. The SpruceLeaves theme palette. The Storm theme palette. The Storm theme palette. The Turquoise theme palette. The Turquoise theme palette. Predefined palettes that the VS2017 themes support. Supported predefined palettes. Predefined palettes that the VS2019Blue theme supports. Supported predefined palettes. Predefined palettes that the VS2019Dark theme supports. Supported predefined palettes. Predefined palettes that the VS2019Light theme supports. Supported predefined palettes. Contains information about transferred data when an end-user drags and drops records. Initializes a new instance of the class. Transferred records. Initializes a new instance of the class. Gets dragged records. Dragged records. Lists values that specify the appearance and behavior of the scroll bar. A standard scrollbar. A touch-friendly scrollbar that is maximized when the mouse pointer is over it. Provides members that specify if scroll bars should be displayed. Specifies that required scroll bars will be automatically shown if a current container’s size is not enough to display its content. Specifies that scroll bars will not be displayed. Lists values that specify when to show the scroll buttons. The scroll buttons are always visible. The scroll buttons are automatically shown\hidden simultaneously. The scroll buttons are automatically shown\hidden separately. The scroll buttons are always hidden. An abstract base class providing scrolling support for all derived class objects. Gets or sets whether an element, hosted within the descendant, should be automatically scrolled upon interaction. true, if an element, hosted within the descendant, should be automatically scrolled upon interaction.; otherwise, false. Identifies the dependency property. A dependency property identifier. Specifies how long the scrolling animation lasts (in milliseconds). The default is 500. To enable the scrolling animation effect, set the property to true. Gets or sets if the layout control scrolling animation effect is enabled. This is a dependency property. true if the layout control scrolling animation effect is enabled; otherwise, false. The default value is true. Identifies the dependency property. A dependency property identifier. Scrolls the control to make the specified child visible, with or without an animation effect. A FrameworkElement object to be made visible. true to scroll using an animation effect ; otherwise, false. true if the operation was a success; otherwise, false. This member supports the internal infrastructure, and is not intended to be used directly from your code. Gets or sets a style applied to a CornerBox. This is a dependency property. A System.Windows.Style object applied to a CornerBox. Identifies the dependency property. A dependency property identifier. Gets or sets if the drag scrolling feature is enabled. This is a dependency property. true if the drag scrolling feature is enabled; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the horizontal scrolling offset of a scrollable class descendant control, relative to its top left corner. This is a dependency property. A Double value that is the horizontal scrolling offset of a scrollable class descendant control. Identifies the dependency property. A dependency property identifier. Gets or sets a style applied to a horizontal scroll bar. This is a dependency property. A Style object applied to a horizontal scroll bar. Identifies the dependency property. A dependency property identifier. Gets a scrollable layout control’s offset. This is a dependency property. A Point structure that is a scrollable layout control’s offset Gets the size of the scrollable area within the current . A System.Windows.Size object that specifies the scrollable area within the current . Gets or sets if scroll bars are enabled for the current layout control. This is a dependency property. A enumerator value, specifying whether scroll bars are enabled for the current layout control. Identifies the dependency property. A dependency property identifier. Sets a scrollable layout control’s offset. A System.Windows.Point structure that is a scrollable layout control’s offset Gets or sets the vertical scrolling offset of a scrollable class descendant control, relative to its top left corner. This is a dependency property. A Double value that is the vertical scrolling offset of a scrollable class descendant control. Identifies the dependency property. A dependency property identifier. Gets or sets a style applied to a vertical scroll bar. This is a dependency property. A Style object applied to a vertical scroll bar. Identifies the dependency property. A dependency property identifier. Contains classes that provide core server-mode functionality for DevExpress WPF controls. A non-visual component that can be used as a data source for the GridControl in Instant Feedback UI Mode Can be associated with an Entity Framework queryable source. Initializes a new instance of the class. A non-visual component that can be used as a data source for the DevExpress WPF Grid Control, Pivot Grid and SearchLookUpEdit controls in Server Mode. Can be associated with an Entity Framework 4 queryable source. Initializes a new instance of the class. Specifies how data source contents are sorted, by default, when the sort order is not specified by the bound control. This is a dependency property. The string which contains the column name(s) against which data source contents are sorted and the sort order(s). Identifies the dependency property. A dependency property identifier. Gets or sets the type of objects retrieved from a data source. This is a dependency property. The type of objects retrieved from a data source. Identifies the dependency property. A dependency property identifier. Enables you to manually handle the database exception. Identifies the routed event. A routed event identifier. Enables you to manually handle the inconsistency detected during an operation on a data source. Identifies the routed event. A routed event identifier. Gets or sets the key expression. This is a dependency property. A value that specifies the key expression. Identifies the dependency property. A dependency property identifier. Gets or sets the queryable data source. This is a dependency property. An object that implements the interface. Identifies the dependency property. A dependency property identifier. Fetches data from the source collection. Provides data for the event. Initializes a new instance of the class. Gets or sets the source collection. The source collection. Gets or sets an arbitrary object associated with a data source. An object associated with a data source. Represents a method that will handle the event. The event sender. A object that contains event data. A base class for EntityInstantFeedbackDataSource and LinqInstantFeedbackDataSource. Initializes a new instance of the class. Specifies whether elements retrieved by the ‘s source are thread-safe. This is a dependency property. true if elements retrieved by the source are thread-safe; otherwise, false. Identifies the dependency property. A dependency property identifier. Specifies how data source contents are sorted by default, when the sort order is not specified by the bound control. This is a dependency property. The string which contains the column name(s) against which data source contents are sorted and the sort order(s). Identifies the dependency property. A dependency property identifier. Occurs when the no longer needs the queryable source it used to retrieve objects from the data store. Identifies the dependency property. A routed event identifier. Disposes of the object and releases all the allocated resources. Disposes of the object and releases all the allocated resources. An object implementing the interface, that defines the command. Occurs when the needs a queryable source, to retrieve objects from the data store. Identifies the routed event. A routed event identifier. Specifies the name of the key property. A value that specifies the key property name. Identifies the dependency property. A dependency property identifier. Gets or sets the queryable data source. This is a dependency property. An object that implements the interface. Identifies the dependency property. A dependency property identifier. Fetches data from the source collection. A non-visual component that can be used as a data source for the GridControl and SearchLookUpEdit controls in Instant Feedback UI Mode. Can be associated with any queryable source (‘LINQ to SQL Classes’). Initializes a new instance of the class. A non-visual component that can be used as a data source for the GridControl, PivotGridControl and SearchLookUpEdit controls in Server Mode. Can be associated with any queryable source. Initializes a new instance of the class. Specifies how data source contents are sorted by default, when the sort order is not specified by the bound control. This is a dependency property. The string which contains the column name(s) against which data source contents are sorted and the sort order(s). Identifies the dependency property. A dependency property identifier. Gets or sets the type of objects retrieved from a data source. This is a dependency property. The type of objects retrieved from a data source. Identifies the dependency property. A dependency property identifier. Enables you to manually handle the database exception. Identifies the routed event. A routed event identifier. Enables you to manually handle the inconsistency detected during an operation on a data source. Identifies the routed event. A routed event identifier. Gets or sets the key expression. This is a dependency property. A value that specifies the key expression. Identifies the dependency property. A dependency property identifier. Gets or sets the queryable data source. This is a dependency property. An object that implements the interface. Identifies the dependency property. A dependency property identifier. Fetches data from the source collection. A component that can be used as a PLINQ data source for the in Instant Feedback UI Mode. Can be associated with any IEnumerable source. Initializes a new instance of the class. Specifies how data source contents are sorted by default, when the sort order is not specified by the bound control. This is a dependency property. The string which contains the column name(s) against which data source contents are sorted and the sort order(s). Identifies the dependency property. A dependency property identifier. Occurs when the no longer needs the source it used to retrieve objects from the data store. Identifies the routed event. A routed event identifier. Disposes of the object and releases all the allocated resources. Disposes of the object and releases all the allocated resources. An object implementing the interface, that defines the command. Allows you to dynamically specify the source collection for . Identifies the routed event. A routed event identifier. Gets or sets the source collection. This is a dependency property. The source collection implementing . Identifies the dependency property. A dependency property identifier. Fetches data from the source collection. A component that can be used as a PLINQ data source for the in Server Mode. Can be associated with any IEnumerable source. Initializes a new instance of the class. Specifies how data source contents are sorted by default, when the sort order is not specified by the bound control. This is a dependency property. The string which contains the column name(s) against which data source contents are sorted and the sort order(s). Identifies the dependency property. A dependency property identifier. Gets or sets the type of objects retrieved from a data source. This is a dependency property. The type of objects retrieved from a data source. Identifies the dependency property. A dependency property identifier. Gets or sets the source collection. This is a dependency property. The source collection that implements . Identifies the dependency property. A dependency property identifier. Fetches data from the source collection. A non-visual component that can be used as a data source for the GridControl and SearchLookUpEdit controls in Instant Feedback UI Mode. Can be associated with a WCF data service. Initializes a new instance of the class. Occurs when the no longer needs the source it used to retrieve objects from the data store. Identifies the routed event. A routed event identifier. Allows you to dynamically specify the source for the . Identifies the routed event. A routed event identifier. Gets or sets whether the grid control extends data queries to speed up the performance. This is a dependency property. true to extend data queries; otherwise, false. Identifies the dependency property. A dependency property identifier. A base class for the . Initializes a new instance of the class. Specifies whether elements retrieved by the ‘s queryable source are thread-safe. This is a dependency property. true, if elements retrieved by the queryable source are thread-safe; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets a data service context. A data service context. Identifies the dependency property. A dependency property identifier. Specifies how data source contents are sorted by default, when the sort order is not specified by the bound control. This is a dependency property. The string which contains the column name(s) against which data source contents are sorted and the sort order(s). Identifies the dependency property. A dependency property identifier. Disposes of the object and releases all the allocated resources. Disposes of the object and releases all the allocated resources. An object implementing the interface, that defines the command. Gets or sets the criteria used to filter objects on the data store side. These criteria are never affected by bound data-aware controls. This is a dependency property. A value that specifies the filter expression applied to data on the data store side. Identifies the dependency property. A dependency property identifier. Gets or sets the name of the key property. This is a dependency property. A value that specifies the key property name. Identifies the dependency property. A dependency property identifier. Gets or sets the query request to a WCF Data Service. This is a dependency property. A query request to a WCF Data Service. Identifies the dependency property. A dependency property identifier. Fetches data from the source collection. This member supports the internal infrastructure and is not intended to be used directly from your code. Identifies the dependency property. A dependency property identifier. A non-visual component that can be used as a data source for the GridControl and SearchLookUpEdit controls in Server Mode. Can be associated with a WCF data service. Initializes a new instance of the class. Gets or sets a data service context. A data service context. Identifies the dependency property. A dependency property identifier. Specifies how data source contents are sorted by default, when the sort order is not specified by the bound control. This is a dependency property. The string which contains the column name(s) against which data source contents are sorted and the sort order(s). Identifies the dependency property. A dependency property identifier. Gets or sets the type of objects retrieved from a data source. This is a dependency property. The type of objects retrieved from a data source. Identifies the dependency property. A dependency property identifier. Enables you to manually handle the database exception. Identifies the routed event. A routed event identifier. Gets or sets the criteria used to filter objects on the data store side. These criteria are never affected by bound data-aware controls. This is a dependency property. A value that specifies the filter expression applied to data on the data store side. Identifies the dependency property. A dependency property identifier. Enables you to manually handle the inconsistency detected during an operation on a data source. Identifies the routed event. A routed event identifier. Gets or sets the name of the key property. This is a dependency property. A value that specifies the key property name. Identifies the dependency property. A dependency property identifier. Gets or sets the query request to a WCF Data Service. This is a dependency property. A query request to a WCF Data Service. Identifies the dependency property. A dependency property identifier. Fetches data from the source collection. This member supports the internal infrastructure and is not intended to be used directly from your code. Identifies the dependency property. A dependency property identifier. Gets or sets whether the grid control extends data queries to speed up the performance. This is a dependency property. true to extend data queries; otherwise, false. Identifies the dependency property. A dependency property identifier. Serves as a base for classes that represent button controls. Initializes a new instance of the class with default settings. Gets a value that specifies the button’s behavior (simple button, repeat button, or toggle button). This is a dependency property. One of the enumeration values. Identifies the dependency property. A dependency property identifier. Occurs when a button is checked. Identifies the routed event. A routed event identifier. Gets or sets the SimpleButton‘s corner radius. This is a dependency property. The SimpleButton‘s corner radius. Identifies the dependency property. A dependency property identifier. Gets or sets the amount of time, in milliseconds, the button waits while it is pressed before it starts repeating. This is a dependency property. The amount of time, in milliseconds, the button waits while it is pressed before it starts repeating. The default is the value of System.Windows.SystemParameters.KeyboardDelay. Identifies the dependency property. A dependency property identifier. Gets or sets the image displayed within the button. This is a dependency property. A System.Windows.Media.ImageSource object that specifies the image displayed within the button. Specifies the icon horizontal alignment. This is a dependency property. A enumeration value. The default is Left. Identifies the dependency property. A dependency property identifier. Gets or sets the height of the frame into which the button icon is fitted. This is a dependency property. A value that specifies the height, in pixels, of the frame into which the icon is fitted. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Specifies the button’s content offset relative to the icon. This is a dependency property. value that specifies the offset. Identifies the dependency property. A dependency property identifier. Gets or sets the width of the frame into which the button icon is fitted. This is a dependency property. A value that specifies the width, in pixels, of the frame into which the icon is fitted. Identifies the dependency property. A dependency property identifier. Occurs when a button is set to the indeterminate state. Identifies the routed event. A routed event identifier. Gets or sets the amount of time, in milliseconds, between repeats once repeating starts. This is a dependency property. The amount of time, in milliseconds, between repeats after repeating starts. The default is the value of System.Windows.SystemParameters.KeyboardSpeed. Identifies the dependency property. A dependency property identifier. Gets or sets whether a button is checked. This is a dependency property. A value (that can also have a value of null) that specifies the button’s state. Identifies the dependency property. A dependency property identifier. Gets or sets whether the button supports three states (checked, unchecked and indeterminate). This is a dependency property. true if the button supports three states; false if the button supports two states (checked and unchecked). Identifies the dependency property. A dependency property identifier. Called after the template is completely generated and attached to the visual tree. Occurs when a button is unchecked. Identifies the routed event. A routed event identifier. Lists values that specify the single tab item hide mode. The last tab item cannot be closed\hidden. Closing the last tab item also closes the owner window. When the last tab item is closed, the tab control creates and shows a new tab item. Lists the splash screen’s positions. Locates the splash screen in the container center. Locates the splash screen in the screen center. Locates the splash screen in the window center. Lists the ‘s owner lock modes. Blocks the entire window. Blocks the entire window’s input. The window’s title bar stays active, and you can move the window. Blocks only the LoadingDecorator’s content. Nothing is blocked. Allows you to display splash screens. Returns the list of active splash screens. A list of DevExpress.Xpf.Core.SplashScreenManager objects. Closes the splash screen. true, to close the splash screen ignoring the minDuration parameter of the Show method; otherwise, false. Closes all active splash screens. true, to close the splash screen ignoring the minDuration parameter of the Show method; otherwise, false. Creates a custom splash screen. A function that creates the splash screen window. A view model that specifies options for the splash screen. A DevExpress.Xpf.Core.SplashScreenManager object that represents the created splash screen. Creates a splash screen with acrylic background. A view model that specifies options for the splash screen. true to display the splash screen over other applications. A DevExpress.Xpf.Core.SplashScreenManager object that represents the created splash screen. Creates a splash screen with the color scheme based on the application theme. A view model that specifies options for the splash screen. true, to display the splash screen over other applications. A DevExpress.Xpf.Core.SplashScreenManager object that represents the created splash screen. Creates a compact spinner-style splash screen. A view model that specifies options for the splash screen. true, to display the splash screen over other applications. A DevExpress.Xpf.Core.SplashScreenManager object that represents the created splash screen. The delay after which the splash screen is shown. If the associated operation completes faster than the parameter value, the splash screen will not be displayed. The splash screen is shown for at least the value of this parameter. A UI element that is the owner of the splash screen. A System.Windows.WindowStartupLocation enumeration value that specifies the initial location of the splash screen. true, to change the splash screen position corresponding to the current owner’s position when the user moves the owner window around; otherwise, false. A DevExpress.Xpf.Core.InputBlockMode enumeration value that specifies the input restriction mode. A time interval for which the splash screen initialization process is prioritized over the main application, in milliseconds. Shows the splash screen. A UI element that is the owner of the splash screen. A System.Windows.WindowStartupLocation enumeration value that specifies the initial location of the splash screen. true, to change the splash screen position corresponding to the current owner’s position when the user moves the owner window around; otherwise, false. A DevExpress.Xpf.Core.InputBlockMode enumeration value that specifies the input restriction mode. A time interval for which the splash screen initialization process is prioritized over the main application, in milliseconds. Shows the splash screen with parameters suitable for the application startup scenario. true, to close the splash screen once the application is initialized; otherwise, false. Provides access to the splash screen window. A System.Windows.Window object that represents the splash screen. Indicates the current state of the splash screen window. A DevExpress.Mvvm.SplashScreenState enumeration value. Fires each time the value of the State property is changed. Provides access to the view model that specifies data and options for the splash screen. A DevExpress.Mvvm.DXSplashScreenViewModel object that stores data and options for the splash screen. Allows you to display splash screens. Initializes a new instance of the class. Specifies the input restriction mode. This is a dependency property. A DevExpress.Xpf.Core.InputBlockMode enumeration value that specifies the input restriction mode. Identifies the dependency property. A dependency property identifier. Specifies the owner of the splash screen. This is a dependency property. The owner of the splash screen. Identifies the dependency property. A dependency property identifier. Specifies which one of the three predefined splash screen styles to display. This is a dependency property. A DevExpress.Xpf.Core.PredefinedSplashScreenType enumeration value. Identifies the dependency property. A dependency property identifier. Specifies the splash screen window type. This is a dependency property. The splash screen window type. Identifies the dependency property. A dependency property identifier. Specifies the style applied to the splash screen window. This is a dependency property. A System.Windows.Style object that represents the style applied to the splash screen window. Identifies the dependency property. A dependency property identifier. Specifies the initial location of the splash screen. This is a dependency property. A System.Windows.WindowStartupLocation enumeration value that specifies the initial location of the splash screen. Identifies the dependency property. A dependency property identifier. Specifies the state of the splash screen window. This is a dependency property. A DevExpress.Mvvm.SplashScreenState enumeration value. Fires each time the value of the State property is changed. Identifies the dependency property. A dependency property identifier. Specifies whether to change the splash screen position corresponding to the current owner’s position when the user moves the owner window around. This is a dependency property. true, to change the splash screen position corresponding to the current owner’s position when the user moves the owner window around; otherwise, false. Identifies the dependency property. A dependency property identifier. Enumerates values used to set the search mode of the splash screen owner. Gets the splash screen owner from either the SplashScreenOwner property, the AssoicatedObject or the Application.Current.Windows.FirstOrDefault() method. Gets the splash screen owner from either the SplashScreenOwner property or the Application.Current.Windows.FirstOrDefault() method. Gets the splash screen owner from the SplashScreenOwner property. Serves as a base class for splash screens used by the . Initializes a new instance of the class. Initializes a new instance of the class with specified settings. Gets or sets the Acrylic effect’s color tint. This is a dependency property. A System.Windows.Media.Color value. Identifies the dependency property. A dependency property identifier. For internal use. Identifies the dependency property. A dependency property identifier. Gets or sets whether the Acrylic effect is enabled. This is a dependency property. true, to enable the Acrylic effect; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether to allow the user to drag the splash screen. This is a dependency property. true, to enable drag-drop for the splash screen window; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether to apply the theming mechanism to DevExpress controls within the SplashScreenWindow. This is a dependency property. true, to apply the theming mechanism to the splash screen contents; otherwise, false. Identifies the dependency property. A dependency property identifier. Specifies the duration of the fade-in animation. This is a dependency property. A System.TimeSpan value that is the duration of the fade-in animation. Identifies the dependency property. A dependency property identifier. Specifies the duration of the fade-out animation. This is a dependency property. A System.TimeSpan value that is the duration of the fade-out animation. Identifies the dependency property. A dependency property identifier. A split button control. Initializes a new instance of the class with default settings. Gets or sets the SplitButton arrow button’s background. This is a dependency property. The SplitButton arrow button’s background color. Identifies the dependency property. A dependency property identifier. Gets or sets the SplitButton arrow button’s border brush. This is a dependency property. The SplitButton arrow button’s border brush. Identifies the dependency property. A dependency property identifier. Gets or sets the SplitButton arrow button’s border thickness. This is a dependency property. The SplitButton arrow button’s border thickness. Identifies the dependency property. A dependency property identifier. Gets or sets the SplitButton arrow button’s corner radius. This is a dependency property. The SplitButton arrow button’s corner radius. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Provides data for the event. Initializes a new instance of the class with specified settings. The routed event. An object that raised the event. Gets or sets whether an end-user can drag records. true, if records can be dragged; otherwise, false. Gets a member of the DragDropEffects enumeration that specifies which operations are allowed by the originator of the drag event. A member of the DragDropEffects enumeration that specifies which operations are allowed by the originator of the drag event. Gets or sets a data object that contains the data associated with the event. A data object that contains the data. Gets a drag element that is a control on which the drag-and-drop operation has been initiated. A drag element that is a control on which the drag-and-drop operation has been initiated. Gets dragged records. Dragged records. Represents a SuperTip, which is capable of displaying multiple tooltip items. Initializes a new instance of the class. Gets the collection of tooltip items displayed by the current object. A SuperTipItemsCollection object that represents a collection of tooltip items. Represents a tooltip item designed to be displayed in headers and footers of a object. Initializes a new instance of the class. Represents a regular tooltip item for a object. Initializes a new instance of the class. Gets or sets the tooltip item’s content. This is a dependency property. An object that represents the tooltip item’s content. Identifies the dependency property. A dependency property identifier. Gets or sets the template used to display the object. This is a dependency property. A DataTemplate that defines the visualization of the object. Identifies the dependency property. A dependency property identifier. Gets or sets the tooltip item’s glyph. This is a dependency property. An ImageSource object that specifies the tooltip item’s glyph. Identifies the dependency property. A dependency property identifier. Gets or sets the style applied to paint the panel displaying the tooltip item’s content and image. This is a dependency property. A Style object. Identifies the dependency property. A dependency property identifier. Represents the base class for tooltip items supported by objects. Initializes a new instance of the class. Represents a separator between tooltip items within a object. Initializes a new instance of the class. A helper that allows you to create SVG Images. Initializes a new instance of the class. Identifies the dependency property. Creates an SVG image. A stream that represents an SVG image. An object that represents an SVG image. Creates an SVG image. A URI that represents an SVG image. An object that represents an SVG image. Creates a stream that represents an SVG image. A URI that represents an SVG image. A stream that represents an SVG image. Gets the value of the attached property. A dependency property identifier. A dependency property identifier. Gets the value of the attached property. A dependency property identifier. A dependency property identifier. For internal use. For internal use. For internal use. Gets the value of the attached property. A dependency property identifier. A dependency property identifier. Gets the value of the attached property. A dependency property identifier. A dependency property identifier. Gets the value of the attached property. A dependency property identifier. A dependency property identifier. Gets the value of the attached property. A dependency property identifier. A dependency property identifier. For internal use. Gets the value of the attached property. A dependency property identifier. A dependency property identifier. For internal use. Identifies the dependency property. Identifies the dependency property. Sets the value of the attached property. A dependency property identifier. A dependency property identifier. Sets the value of the attached property. A dependency property identifier. A dependency property identifier. For internal use. Sets the value of the attached property. A dependency property identifier. A dependency property identifier. Sets the value of the attached property. A dependency property identifier. A dependency property identifier. Sets the value of the attached property. A dependency property identifier. A dependency property identifier. Sets the value of the attached property. A dependency property identifier. A dependency property identifier. For internal use. Sets the value of the attached property. A dependency property identifier. A dependency property identifier. For internal use. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Allows you to use SVG images as ImageSource values. Initializes a new instance of the class. Gets or sets a object that specifies the SVG image’s file. A System.Uri object that specifies the SVG image’s file. Allows you to show documents in tab items. Initializes a new instance of the class. Gets the active group. An object specifying the active group. Gets the collection of existing documents. A collection of existing documents. Gets the collection of existing groups. A collection of existing groups. Gets or sets the command to invoke when a single window is about to be closed. This is a dependency property. An System.Windows.Input.ICommand descendant. Identifies the dependency property. A dependency property identifier. The command that is called when a document is closed. This is a dependency property. An object implementing the System.Windows.Input.ICommand interface. Identifies the dependency property. A dependency property identifier. Gets or sets a command executed when a document is shown. This is a dependency property. A ICommand object executed when a document is shown. Identifies the dependency property. A dependency property identifier. Lists values that specify the tabbed window mode. The tab control is displayed as merged with the window’s header. The tab control is displayed in the regular, common state. Enumerates values that specify the ‘s tabs cache mode. All the ‘s tabs are simultaneously cached after the DXTabControl is loaded and shown. ‘s tabs are cached only after they have been selected by an end-user. Tabs caching is disabled. Serves as the base for classes that provide data for events. Initializes a new instance of the class. An integer value specifying the zero-based index of the tab that raised the event. An object that raised the event. Gets the tab item that raised the event. An object that raised the event. Gets the index of the tab that raised the event. An integer value, specifying the tab zero-based index. Lists values that specify Stretch View‘s drag drop mode. Allows reordering tab items, moving items between different tab controls (with the same property value) and creating a separate window with a tab control by dropping the dragged item outside the parent DXTabControl. Drag-and-drop is not available. Allows reordering tab items and moving them between different tab controls with the same . Allows reordering of tab items. Represents a multiline view. Initializes a new instance of the class. Gets or sets whether the line with the selected header holds its initial position. This is a dependency property. true if the line with the selected header holds its initial position; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the Header Panel is stretched to the tab item’s size. This is a dependency property. true, to stretch the Header Panel to the tab item’s size; otherwise, false.The default is false Identifies the dependency property. A dependency property identifier. Provides data for the event. Gets or sets the new tab control with its settings. A DXTabControl object that specifies the new tab control with its settings. Gets or sets the new window with its settings. A Window object that specifies the new window with its settings. Get the source tab control. A DXTabControl object that specifies the source tab control. Gets the source window. A Window object that specifies the source window. A method that will handle the event. The event source. A object that contains event data. Represents the scroll view. Initializes a new instance of the class. Gets or sets whether the scroll animation is played. This is a dependency property. true to play the scroll animation; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether scrolling is performed via the mouse wheel. This is a dependency property. true if scrolling can be performed via the mouse wheel; otherwise, false.The default is true. Identifies the dependency property. A dependency property identifier. Gets or sets whether the scroll buttons are automatically hidden when all the headers are visible. This is a dependency property. true to hide the scroll buttons automatically when all the headers are visible; otherwise, false. Gets whether the Header Panel can be scrolled. true if the Header Panel can be scrolled; otherwise, false. Gets whether the Header Panel can be scrolled forward. true if the Header Panel can be scrolled forward; otherwise, false. Gets whether the Header Panel can be scrolled backward. true if the Header Panel can be scrolled backward; otherwise, false. Gets whether the Header Panel can be scrolled to the selected tab item. true if the Header Panel can be scrolled to the selected tab item; otherwise, false. Gets or sets whether the Header Panel is stretched to the tab item’s size. This is a dependency property. true to stretch the Header Panel to the tab item’s size; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the orientation of tab headers. This is a dependency property. One of the enumeration members specifying the orientation of tab headers. Identifies the dependency property. A dependency property identifier. For internal use only. A dependency property identifier. For internal use only. A dependency property identifier. Gets or sets when to show the scroll buttons. This is a dependency property. An DevExpress.Xpf.Core.ScrollButtonShowMode enumeration value that specifies when the scroll buttons is shown.The default is ScrollButtonShowMode.AutoHideBothButtons. Identifies the dependency property. A dependency property identifier. Gets or sets when to show the scroll buttons. This is a dependency property. One of the enumeration members, defining when to show the scroll buttons. Scrolls the Header Panel to the first header. Scrolls the Header Panel to the last header. Scrolls the Header Panel one item forward. Gets the command to scroll the Header Panel one item forward. A command implementing the System.Windows.Input.ICommand. This property supports the internal infrastructure and is not intended to be used directly from your code. Scrolls the Header Panel one item backward. Gets the command to scroll the Header Panel one item backward. A command implementing the System.Windows.Input.ICommand. This property supports the internal infrastructure and is not intended to be used directly from your code. Scrolls the Header Panel to the selected tab item. A System.Boolean value specifying whether the animation is used during scrolling. This property supports the internal infrastructure and is not intended to be used directly from your code. Provides data for the event. Initializes a new instance of the class. A zero-based integer value that specifies the index of the previously selected tab item. This value is assigned to the property. A zero-based integer value that specifies the index of the currently selected tab item. This value is assigned to the property. A data item that corresponds to the previously selected tab item. This value is assigned to the property. A data item that corresponds to the currently selected tab item. This value is assigned to the property. Gets the index of the currently selected tab item. A zero-based integer value that specifies the index of the currently selected tab item. Gets a data item that corresponds to the currently selected tab item. A data item that corresponds to the currently selected tab item. Gets the index of the previously selected tab item. A zero-based integer value that specifies the index of the previously selected tab item. Gets a data item that corresponds to the previously selected tab item. A data item that corresponds to the previously selected tab item. Represents a method that will handle the event. The event source. A object that contains event data. Provides data for the event. Initializes a new instance of the class. A zero-based integer value that specifies the index of the previously selected tab item. This value is assigned to the property. A zero-based integer value that specifies the index of the currently selected tab item. This value is assigned to the property. A data item that corresponds to the previously selected tab item. This value is assigned to the property. A data item that corresponds to the currently selected tab item. This value is assigned to the property. Gets the index of the tab item that is about to be selected. A zero-based integer value that specifies the index of the tab item that is about to be selected. Gets the tab item to be selected. An object that specifies the tab item to be selected. Gets the index of the currently selected tab item. An integer value that specifies the index of the currently selected tab item. Gets the currently selected tab item. An object that specifies the currently selected tab item. Represents a method that will handle the event. The event source. A object that contains event data. Represents a stretch view. Initializes a new instance of the class. Gets or sets values specifying whether the window-owner is closed when a single tab item is hidden. This is a dependency property. true, if the window-owner is closed when a single tab item is hidden; otherwise, false.The default is true. Identifies the dependency property. A dependency property identifier. Gets or sets the stretch view drag and drop mode. This is a dependency property. An TabControlDragDropMode enumeration value that specifies the stretch view drag and drop mode.The default is TabControlDragDropMode.Full. Identifies the dependency property. A dependency property identifier. Gets or sets the drag and drop region. This is a dependency property. A string value that specifies the drag and drop region. Identifies the dependency property. A dependency property identifier. Get the value of the attached property for a specific tab. A DXTabItem object whose value of the attached property is to be returned. The value of the attached property for a specific tab. Gets or sets whether the tab control reorders items in the underlying data source depending on the tabs’ order. This is a dependency property. true, if the tab control reorders items in the underlying data source depending on the tabs’ order; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the style that is applied to a newly created tab control. A Style object that is applied to a newly created tab control. Identifies the dependency property. A dependency property identifier. Gets or sets the style that is applied to a newly created window. A Style object that applied to a newly created window. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. Gets or sets a value indicating whether the pinned tab may be dragged. This is a dependency property. true, if the pinned tab may be dragged; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets a value indicating whether the pinned tab may be hidden. This is a dependency property. true, if the pinned tab may be hidden; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the width of the pinned tab item header. This is a dependency property. A System.Int32 value that specifies the width of the pinned tab item header in the normal state. Identifies the dependency property. A dependency property identifier. Gets or sets the minimum width of the selected tab item header. This is a dependency property. A System.Int32 value that specifies the width of the selected tab item header. Identifies the dependency property. A dependency property identifier. Sets the value of the attached property for a specific tab. The DXTabItem object whose attached property is to be set. The new value of the attached property for a specific tab. Gets or sets the minimum width of the tab item header. This is a dependency property. A System.Int32 value that specifies the minimum width of the tab item header. Identifies the dependency property. A dependency property identifier. Gets or sets the width of the tab item header in the normal state. This is a dependency property. A System.Int32 value that specifies the width of the tab item header in the normal state. Identifies the dependency property. A dependency property identifier. Provides data for the event. Initializes a new instance of the class. An integer value which specifies the index of the tab item that has been added. An object that represents the tab item that has been added. A method that will handle the event. The event source. A object that contains event data. Provides data for the cancelable event. Initializes a new instance of the class. Gets or sets the tab item. An object that represents the tab item. A method that will handle the event. The event source. A object that contains event data. Provides data for the event. Initializes a new instance of the class. An integer value which specifies the index of the tab item that has been hidden. An object that represents the tab item that has been hidden. Represents a method that will handle the event. The event source. A object that contains the event data. Provides data for the event. Initializes a new instance of the class. An integer value which specifies the index of the tab item that is about to be hidden. An object that represents the tab item that is about to be hidden. Represents a method that will handle the event. An object representing the event source. A object that contains event data. Provides data for the event. Initializes a new instance of the class with the specified settings. Gets a value which indicates whether the associated event is part of a drag-and-drop operation. true, if the associated event is part of a drag-and-drop operation; otherwise, false. A method that will handle the event. The event source. A object that contains event data. Provides data for the cancelable event. Initializes a new instance of the class with the specified settings. Gets a value which indicates whether the associated event is part of a drag-and-drop operation. true, if the associated event is part of a drag-and-drop operation; otherwise, false. A method that will handle the event. The event source. A object that contains event data. Provides data for the event. Initializes a new instance of the class. An integer value which specifies the index of the tab item that is about to be shown. An object that represents the tab item that is about to be shown. Represents a method that will handle the event. An object representing the event source. A object that contains event data. Provides data for the property. Initializes a new instance of the class. An integer value which specifies the index of the tab item that has been shown. An object that represents the tab item that has been shown. Represents a method that will handle the event. The event source. A object that contains event data. Provides information for the event. Initializes a new instance of the class. An integer value specifying the zero-based index of the dragged tab. A dragged tab. Serves as a base class for the ‘s views. Initializes a new instance of the class. This property supports the internal infrastructure and is not intended to be used directly from your code. Gets or sets whether the tab items can be hidden by end-users. This is a dependency property. true to allow end-users to hide tab items; otherwise, false. Gets or sets whether navigation between tab items can be performed via the keyboard. This is a dependency property. true, if navigation between tab items can be performed via the keyboard; otherwise, false.The default is null. Identifies the dependency property. A dependency property identifier. Gets or sets whether to close the header menu after an end-user has selected a tab item from it. This is a dependency property. true to close the header menu after an end-user has selected a tab item from it; otherwise, false. Identifies the dependency property. A dependency property identifier. This property supports the internal infrastructure and is not intended to be used directly from your code. Gets or sets the location of the Header Panel, relative to the tab item. This is a dependency property. One of the enumeration members, defining the location of the Header Panel. Identifies the dependency property. A dependency property identifier. Allows you to customize the Header Menu by adding new menu items or removing existing items. An ObservableCollection object. Gets or sets when to show the Hide button. This is a dependency property. An DevExpress.Xpf.Core.HideButtonShowMode enumeration value that specifies the location where the Hide button is shown.The default is HideButtonShowMode.NoWhere. Identifies the dependency property. A dependency property identifier. For internal use only. A dependency property identifier. This property supports the internal infrastructure and is not intended to be used directly from your code. Gets or sets where to show the New button. This is a dependency property. An DevExpress.Xpf.Core.NewButtonShowMode enumeration value that specifies the location where the New button is shown.The default is NewButtonShowMode.NoWhere. Identifies the dependency property. A dependency property identifier. Gets or sets a command executed when the New Button is clicked. This is a dependency property. A ICommand object executed when the New Button is clicked. Gets or sets the parameter. This is a dependency property. The command specific data. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets the view’s owner. This is a dependency property. An owner for the current view object. Identifies the dependency property. A dependency property identifier. For internal use only. A dependency property identifier. Gets or sets whether tab items are removed after being hidden. This is a dependency property. true if tab items are removed after being hidden; otherwise, false. Identifies the dependency property. A dependency property identifier. This property supports the internal infrastructure and is not intended to be used directly from your code. Gets or sets whether to show disabled tab items in the header menu. This is a dependency property. true to show disabled tab items in the header menu; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the arrow button used to invoke the header menu is visible. This is a dependency property. true if the arrow button used to invoke the header menu is visible; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether to show hidden tab items in the header menu. This is a dependency property. true to show hidden tab items in the header menu; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether to show visible tab items in the header menu. This is a dependency property. true to show visible tab items in the header menu; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the single tab item hide mode. This is a dependency property. An DevExpress.Xpf.Core.SingleTabItemHideMode enumeration value that specifies the single tab item hide mode.The default is SingleTabItemHideMode.Hide. Identifies the dependency property. A dependency property identifier. This property supports the internal infrastructure and is not intended to be used directly from your code. Gets or sets the object that contains data about the control. This is a dependency property. An object that contains information associated with the control. Identifies the dependency property. A dependency property identifier. A WPF theme. Initializes a new instance of the class with the specified name. A that specifies the theme name. This value is assigned to the property. Initializes a new instance of the class with the specified settings. A String that specifies the theme name. This value is assigned to the property. A String that specifies the theme full name. This value is assigned to the property. A String that specifies the name of the theme category. This value is assigned to the property. A Uri that specifies the uniform resource identifier of the theme small icon. This value is assigned to the property. A Uri that specifies the uniform resource identifier of the theme large icon. This value is assigned to the property. A Uri that specifies the uniform resource identifier of the theme vector (SVG) icon. This value is assigned to the property. Gets an assembly that contains this theme. A object that specifies an assembly that contains this theme. Gets or sets the name of an assembly that contains this theme. A that specifies the name of an assembly that contains this theme. The Base theme. The full name of the Base theme. The theme’s user friendly name. The name of the Base theme. Gets or sets whether to cache the current palette theme assembly. This is a dependency property. true, to cache the current palette theme assembly; otherwise, false. Gets the name of the theme category to which the current theme belongs. A that specifies the name of the theme category to which the current theme belongs. Removes the directory specified in the property. Creates a new with the specified settings. A ThemePaletteBase that specifies the palette. A Theme that specifies the base theme. A String that specifies the theme name. A String that specifies the theme full name. A String that specifies the name of the theme category. A Uri that specifies the uniform resource identifier of the theme small icon. A Uri that specifies the uniform resource identifier of the theme large icon. A Uri that specifies the uniform resource identifier of the theme vector (SVG) icon. A Theme that specifies the new theme. Creates a new with a Win10Palette. A Win10Palette instance. The new theme. The DeepBlue theme. The full name of the DeepBlue theme. The DeepBlue theme’s user friendly name. The name of the DeepBlue theme. The default theme. Gets the full name of the default theme. A that specifies the full name of the default theme. Gets the name of the default theme. A that specifies the name of the default theme. The DXStyle theme. The full name of the DXStyle theme. The DXStyle theme’s user friendly name. The name of the DXStyle theme. Returns a theme with the specified name. A String value that specifies the theme name. A object that is the theme with the specified name. Gets or sets the full theme name. A that specifies the full theme name. Returns the name of the base theme. A value that specifies the name of the descendant theme. A value that specifies the name of the base theme. Gets the name of a theme by its Guid. A that represents the Guid of a theme. A that is a theme name. For internal use. For internal use only. For internal use only. The HybridApp theme’s user friendly name. For internal use only. Returns whether the specified theme is the default one. A that specifies the theme name. true if the specified theme is the default one; otherwise, false. For internal use. Gets the uniform resource identifier of the large icon for the current theme. A object that specifies the uniform resource identifier of the large icon for the current theme. The LightGray theme. The full name of the LightGray theme. The LightGray theme’s user friendly name. The name of the LightGray theme. The name of the category of Metropolis themes. The MetropolisDark theme. The full name of the MetropolisDark theme. The theme’s user friendly name. The name of the MetropolisDark theme. The MetropolisLight theme. The full name of the MetropolisLight theme. The theme’s user friendly name. The name of the MetropolisLight theme. Gets or sets the theme name. A that specifies the theme name. An empty theme name. The Office2007Black theme. The full name of the Office2007Black theme. The theme’s user friendly name. The name of the Office2007Black theme. The Office2007Blue theme. The full name of the Office2007Blue theme. The theme’s user friendly name. The name of the Office2007Blue theme. The name of the category of Office 2007 themes. The Office2007Silver theme. The full name of the Office2007Silver theme. The theme’s user friendly name. The name of the Office2007Silver theme. The Office2010Black theme. The full name of the Office2010Black theme. The theme’s user friendly name. The name of the Office2010Black theme. The Office2010Blue theme. The Office2010Blue theme’s full name. The theme’s user friendly name. The Office2010Blue theme’s name. The name of the category of Office 2010 themes. The Office2010Silver theme. The Office2010Silver theme’s full name. The theme’s user friendly name. The Office2010Silver theme’s name. The Office2013 theme. The name of the category of Office 2013 themes. The Office2013DarkGray theme. The full name of the Office2013DarkGray theme. The theme’s user friendly name. The name of the Office2013DarkGray theme. The Office2013DarkGray touch-enabled theme. The full name of the Office2013DarkGray touch-enabled theme. The theme’s user friendly name. The name of the Office2013DarkGray touch-enabled theme. The Office2013 theme’s full name. The theme’s user friendly name. The Office2013LightGray theme. The full name of the Office2013LightGray theme. The theme’s user friendly name. The name of the Office2013LightGray theme. The Office2013LightGray touch-enabled theme. The full name of the Office2013LightGray touch-enabled theme. The theme’s user friendly name. The name of the Office2013LightGray touch-enabled theme. The Office2013 theme’s name. The Office2013 touch-enabled theme. The name of the category of Office 2013 touch-enabled themes. The full name of the Office2013 touch-enabled theme. The theme’s user friendly name. The name of the Office2013 touch-enabled theme. The Office2016Black theme. The full name of the Office2016Black theme. The theme’s user friendly name. The name of the Office2016Black theme. The Office2016BlackSE theme. The full name of the Office2016BlackSE theme. The theme’s user friendly name. The name of the Office2016BlackSE theme. The Office2016BlackSE touch-enabled theme. The full name of the Office2016BlackSE touch-enabled theme. The theme’s user friendly name. The name of the Office2016BlackSE touch-enabled theme. The Office2016Black touch-enabled theme. The full name of the Office2016Black touch-enabled theme. The theme’s user friendly name. The name of the Office2016Black touch-enabled theme. The name of the category of Office 2016 themes. The Office2016Colorful theme. The full name of the Office2016Colorful theme. The theme’s user friendly name. The name of the Office2016Colorful theme. The Office2016ColorfulSE theme. The full name of the Office2016ColorfulSE theme. The theme’s user friendly name. The name of the Office2016ColorfulSE theme. The Office2016ColorfulSE touch-enabled theme. The full name of the Office2016ColorfulSE touch-enabled theme. The theme’s user friendly name. The name of the Office2016ColorfulSE touch-enabled theme. The Office2016Colorful touch-enabled theme. The full name of the Office2016Colorful touch-enabled theme. The theme’s user friendly name. The name of the Office2016Colorful touch-enabled theme. The Office2016DarkGraySE theme. The full name of the Office2016DarkGraySE theme. The theme’s user friendly name. The name of the Office2016DarkGraySE theme. The Office2016DarkGraySE touch-enabled theme. The full name of the Office2016DarkGraySE touch-enabled theme. The theme’s user friendly name. The name of the Office2016DarkGraySE touch-enabled theme. The name of the category of Office2016SE themes. The name of the category of Office2016SE touch-enabled themes. The name of the category of Office2016 touch-enabled themes. The Office2016White theme. The full name of the Office2016White theme. The theme’s user friendly name. The name of the Office2016White theme. The Office2016WhiteSE theme. The full name of the Office2016WhiteSE theme. The theme’s user friendly name. The name of the Office2016WhiteSE theme. The Office2016WhiteSE touch-enabled theme. The full name of the Office2016WhiteSE touch-enabled theme. The theme’s user friendly name. The name of the Office2016WhiteSE touch-enabled theme. The Office2016White touch-enabled theme. The full name of the Office2016White touch-enabled theme. The theme’s user friendly name. The name of Office2016White touch-enabled theme. The Office2019Black theme. The full name of the Office2019Black theme. The theme’s user friendly name. The name of the Office2019Black theme. The Office2019Black touch-enabled theme. The full name of the Office2019Black touch-enabled theme. The theme’s user friendly name. The name of the Office2019Black touch-enabled theme. The name of the Office2016SE themes category. The Office2019Colorful theme. The full name of the Office2019Colorful theme. The theme’s user friendly name. The name of the Office2019Colorful theme. The Office2019Colorful touch-enabled theme. The full name of the Office2019Colorful touch-enabled theme. The theme’s user friendly name. The name of the Office2019Colorful touch-enabled theme. The Office2019DarkGray theme. The Office2019DarkGray theme’s full name. The theme’s user friendly name. The Office2019DarkGray theme’s name. The Office2019DarkGray touch-enabled theme. The Office2019DarkGray touch-enabled theme’s full name. The theme’s user friendly name. The Office2019DarkGray touch-enabled theme’s name. The Office2019HighContrast theme. The full name of the Office2019HighContrast theme. The theme’s user friendly name. The name of the Office2019HighContrast theme. The Office2019HighContrast touch-enabled theme. The full name of the Office2019HighContrast touch-enabled theme. The theme’s user friendly name. The name of the Office2019HighContrast touch-enabled theme. The Office2019 touch-enabled theme category name. The Office2019White theme. The Office2019White theme’s full name. The theme’s user friendly name. The Office2019White theme’s name. The Office2019White touch-enabled theme. The Office2019White touch-enabled theme’s full name. The theme’s user friendly name. The Office2019White touch-enabled theme’s name. Gets or sets a directory where the cached palette theme’s assemblies are stored. The directory where the cached palette theme’s assemblies are stored. For internal use. Registers predefined palette themes. A collection which contains registered predefined palette themes. Registers the specified theme in the . A that specifies the theme name. Unregisters all manually registered themes from the . Unregisters a theme from the . A that specifies the theme name. The Seven theme. The full name of the Seven theme. The name of the Seven theme. Specifies whether the current theme is available in the smart tag menu at design time. Gets the uniform resource identifier of the small icon for the current theme. A object that specifies the uniform resource identifier of the small icon for the current theme. The name of the category of Standard themes. Gets the uniform resource identifier of the vector (SVG) icon for the current theme. A object that specifies the uniform resource identifier of the vector (SVG) icon for the current theme. Gets a list of themes registered in the . A read-only collection of objects that specify themes registered in the . Returns the textual representation of the object. A that specifies the textual representation of the object. The TouchlineDark theme. The full name of the TouchlineDark theme. The theme’s user friendly name. The name of the TouchlineDark theme. Gets or sets the theme version. A that specifies the theme version. The name of the category of Visual Studio themes. The VS2010 theme. The full name of the VS2010 theme. The theme’s user friendly name. The name of the VS2010 theme. The VS2017Blue theme. The full name of the VS2017Blue theme. The theme’s user friendly name. The name of the VS2017Blue theme. The VS2017Dark theme. The full name of the VS2017BDark theme. The name of the VS2017Dark theme. The VS2017Light theme. The full name of the VS2017Light theme. The name of the VS2017Light theme. The VS2019Blue theme. The full name of the VS2019Blue theme. The theme’s user friendly name. The name of the VS2019Blue theme. The VS2019Dark theme. The full name of the VS2019Dark theme. The name of the VS2019Dark theme. The VS2019Light theme. The full name of the VS2019Light theme. The theme’s user friendly name. The name of the VS2019Light theme. The name of the category that contains Windows 10 themes. The category with Win10 themes. The Win10Dark theme. The Win10Dark theme (part of the ). The full name of the Win10Dark theme. The theme’s user-friendly name. The name of the Win10Dark theme. The Win10Light theme. The Win10Light theme (part of the ). The full name of the Win10Light theme. The theme’s user friendly name. The name of the Win10Light theme. A message box that shows a message to end users. Gets a ThemedMessageBox‘s images and returns them as an . An image displayed in the ThemedMessageBox. true, to use an image in the PNG format instead of SVG; otherwise, false. An object that represents the icon. Displays a ThemedMessageBox window. A result returned when the window is closed. A set of UICommands displayed in the ThemedMessageBox. A window that owns the ThemedMessageBox. The window’s header text. The window’s message content. An image displayed in the ThemedMessageBox. The ThemedMessageBox‘s display and association options. The ThemedMessageBox‘s position when it starts. The header text alignment. true, to activate a window when first shown; false, to deactivate a window when first shown; null, to use the framework’s ShowActivated value. The ThemedMessageBox result value. Displays a ThemedMessageBox window. A result returned when the window is closed. A set of UICommands displayed in the ThemedMessageBox. A window that owns the ThemedMessageBox. The window’s header text. The window’s message content. An image displayed in the ThemedMessageBox. true, to use an image in the PNG format instead of SVG; otherwise, false. The ThemedMessageBox‘s display and association options. The ThemedMessageBox‘s position when it starts. The header text alignment. true, to activate a window when first shown; false, to deactivate a window when first shown; null, to use the framework’s ShowActivated value. The ThemedMessageBox result value. Displays a ThemedMessageBox window. A result returned when the window is closed. The window’s message text. The ThemedMessageBox result value. Displays a ThemedMessageBox window. A result returned when the window is closed. The window’s message text. A set of UICommands displayed in the ThemedMessageBox. A window that owns the ThemedMessageBox. The window’s header text. An image displayed in the ThemedMessageBox. The ThemedMessageBox‘s display and association options. The ThemedMessageBox‘s position when it starts. The header text alignment. true, to activate a window when first shown; false, to deactivate a window when first shown; null, to use the framework’s ShowActivated value. A clicked button’s UICommand value. Displays a ThemedMessageBox window. A result returned when the window is closed. The window’s message text. A set of UICommands displayed in the ThemedMessageBox. A window that owns the ThemedMessageBox. The window’s header text. An image displayed in the ThemedMessageBox. true, to use an image in the PNG format instead of SVG; otherwise, false. The ThemedMessageBox‘s display and association options. The ThemedMessageBox‘s position when it starts. The header text alignment. true, to activate a window when first shown; false, to deactivate a window when first shown; null, to use the framework’s ShowActivated value. The ThemedMessageBox result value. Displays a ThemedMessageBox window. A result returned when the window is closed. The window’s header text. The window’s message text. The ThemedMessageBox result value. Displays a ThemedMessageBox window. A result returned when the window is closed. The window’s header text. The window’s message text. An image displayed in the ThemedMessageBox. The ThemedMessageBox result value. Displays a ThemedMessageBox window. A result returned when the window is closed. The window’s header text. The window’s message text. A set of buttons displayed in the ThemedMessageBox. The ThemedMessageBox result value. Displays a ThemedMessageBox window. A result returned when the window is closed. The window’s header text. The window’s message text. A set of buttons displayed in the ThemedMessageBox. An image displayed in the ThemedMessageBox. The ThemedMessageBox result value. Displays a ThemedMessageBox window. A result returned when the window is closed. The window’s header text. The window’s message text. A set of buttons displayed in the ThemedMessageBox. An image displayed in the ThemedMessageBox. The ThemedMessageBox result value. Displays a ThemedMessageBox window. A result returned when the window is closed. The window’s header text. The window’s message text. An image displayed in the ThemedMessageBox. The ThemedMessageBox result value. Displays a ThemedMessageBox window. A result returned when the window is closed. The window’s header text. A set of buttons displayed in the ThemedMessageBox. The ThemedMessageBox result value. Displays a ThemedMessageBox window. A result returned when the window is closed. A window that owns the ThemedMessageBox. The window’s header text. The window’s message text. A set of buttons displayed in the ThemedMessageBox. The ThemedMessageBox‘s default button. This button is focused when the ThemedMessageBox is shown. An image displayed in the ThemedMessageBox. The ThemedMessageBox‘s display and association options. The ThemedMessageBox‘s position when it starts. The header text alignment. true, to activate a window when first shown; false, to deactivate a window when first shown; null, to use the framework’s ShowActivated value. The ThemedMessageBox result value. Displays a ThemedMessageBox window. A result returned when the window is closed. A window that owns the ThemedMessageBox. The window’s header text. The window’s message text. A set of buttons displayed in the ThemedMessageBox. The ThemedMessageBox‘s default button. This button is focused when the ThemedMessageBox is shown. An image displayed in the ThemedMessageBox. true, to use an image in the PNG format instead of SVG; otherwise, false. The ThemedMessageBox‘s display and association options. The ThemedMessageBox‘s position when it starts. The header text alignment. true, to activate a window when first shown; false, to deactivate a window when first shown; null, to use the framework’s ShowActivated value. A clicked button’s UICommand value. Displays a ThemedMessageBox window. A result returned when the window is closed. A window that owns the ThemedMessageBox. The window’s header text. The window’s message content. A set of buttons displayed in the ThemedMessageBox. The ThemedMessageBox‘s default button. This button is focused when the ThemedMessageBox is shown. An image displayed in the ThemedMessageBox. The ThemedMessageBox‘s display and association options. The ThemedMessageBox‘s position when it starts. The header text alignment. true, to activate a window when first shown; false, to deactivate a window when first shown; null, to use the framework’s ShowActivated value. The ThemedMessageBox result value. Displays a ThemedMessageBox window. A result returned when the window is closed. A window that owns the ThemedMessageBox. The window’s header text. The window’s message content. A set of buttons displayed in the ThemedMessageBox. The ThemedMessageBox‘s default button. This button is focused when the ThemedMessageBox is shown. An image displayed in the ThemedMessageBox. true, to use an image in the PNG format instead of SVG; otherwise, false. The ThemedMessageBox‘s display and association options. The ThemedMessageBox‘s position when it starts. The header text alignment. true, to activate a window when first shown; false, to deactivate a window when first shown; null, to use the framework’s ShowActivated value. The ThemedMessageBox result value. A window that supports DevExpress WPF themes and Ribbon / Tab control integration. Initializes a new instance of the class with default settings. Gets or sets the Acrylic effect’s color tint. This is a dependency property. A object that specifies the ThemedWindow’s acrylic effect color tint. Identifies the dependency property. A dependency property identifier. Gets or sets the Acrylic effect’s opacity level applied to the when the window is active. This is a dependency property. The value that represents the opacity level. Expected values are between 0.0 and 1.0. Identifies the dependency property. A dependency property identifier. Gets or sets the brush used to paint the window glow effect when the window is focused. This is a dependency property. A object that is the brush used to paint the window glow’s effect when the window is focused. Identifies the dependency property. A dependency property identifier. Gets the specified dialog buttons. This is a dependency property. The that is the specified dialog button collection. Identifies the dependency property. A dependency property identifier. For internal use only. A enumeration value. Identifies the dependency property. A dependency property identifier. Fires when an end-user navigates back. This is a routed event. Identifies the routed event. A routed event identifier. Closes a dialog and returns the UICommand. A required UICommand value. Gets or sets buttons displayed in the window control box. A ControlBoxButtons enumeration Identifies the dependency property. A dependency property identifier. Gets the dialog result when a button with the property is clicked. The clicked button’s UICommand value. Gets the dialog result. The message box result value. Gets the custom dialog button collection. This is a dependency property. A dialog button collection. Identifies the dependency property. A dependency property identifier. Gets or sets the collection that provides information to generate and initialize dialog buttons for the current ThemedWindow object. This is a dependency property. A source of buttons displayed in the ThemedWindow. Identifies the dependency property. A dependency property identifier. Gets or sets whether the Acrylic effect is enabled. This is a dependency property. true, to enable the Acrylic effect; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the brush that is used to paint the background of the ‘s header when the window is focused. This is a dependency property. A object that paints the background of the ‘s header. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets the brush that is used to paint a window title in the ‘s header area. This is a dependency property. A object that paints a window title in the ‘s header. Identifies the dependency property. A dependency property identifier. Gets or sets the style applied to a header item’s container. This is a dependency property. A object that contains style settings. Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses a header item style based on custom logic. This is a dependency property. A descendant that chooses a style based on custom logic. Identifies the dependency property. A dependency property identifier. Gets the header items collection displayed in the current . This is a dependency property. A header items collection. Identifies the dependency property. A dependency property identifier. Gets or sets a collection of objects that provides information to generate and initialize header items for the current object. This is a dependency property. A source of objects to be visualized as header items. Identifies the dependency property. A dependency property identifier. Gets or sets a template applied to the current ‘s header items. This is a dependency property. A object applied to the current ‘s header items. Identifies the dependency property. A dependency property identifier. Gets or sets the object that chooses the current ‘s header item template based on custom logic. This is a dependency property. A object that chooses the current ‘s header item template based on custom logic. Identifies the dependency property. A dependency property identifier. Gets or sets the brush used to paint the window glow effect when the window is not focused. This is a dependency property. A object that is the brush used to paint the window glow effect when the window is not focused. Identifies the dependency property. A dependency property identifier. Gets whether this window is a dialog. true, if this window is a dialog window; otherwise false. Identifies the dependency property. A dependency property identifier. Gets or sets the command to invoke when an end-user navigates back. This is a dependency property. The command to invoke when an end-user navigates back. Identifies the dependency property. A dependency property identifier. Called after the template is completely generated and attached to the visual tree. Gets or sets the thickness of the window frame that enables window resizing via a mouse. The thickness of the window frame that enables window resizing via a mouse. Identifies the dependency property. A dependency property identifier. Restores the layout of the themed window from a stream. A stream from which the layout of the themed window is restored. Restores the layout of the themed window from an XML file. An XML file from which the layout of the themed window is restored. Gets or sets whether the and its desendants have rounded corners. This is a dependency property. true to round corners; otherwise false. Saves the layout of the themed window to a stream. A stream to which the layout is stored. Saves the layout of the themed window to an XML file. An XML file to which the layout is stored. Gets or sets whether the back button is displayed at the top-left position within window header. This is a dependency property. true, if the back button is displayed; otherwise, false. Identifies the dependency property. A dependency property identifier. Displays the ThemedWindowDialog. A result returned when the window is closed. true, if an end user clicks OK (Yes) in the dialog box; false, if an end user clicks No (Cancel), presses the Esc or the WindowCloseButton [x]; otherwise, null. Displays the ThemedWindowDialog. A result returned when the window is closed. A UICommand collection. A clicked button’s UICommand value. Displays the ThemedWindowDialog with the specified MessageBoxButton. A result returned when the window is closed. Buttons to display in the message box. A default button for the message box. The ThemedWindowDialog‘s result value. Gets this window footer’s visibility status. true, if the dialog footer is visible; otherwise false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the window glow effect is displayed. This is a dependency property. true, to display the window glow effect; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether a window’s icon is displayed. This is a dependency property. true, to display a window’s icon; otherwise, false. Identifies the dependency property. A dependency property identifier. For internal use only. Identifies the dependency property. A dependency property identifier. Gets or sets whether to show the window’s title. true, to display the window’s title; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the ‘s title alignment. This is a dependency property. A enumeration value. Identifies the dependency property. A dependency property identifier. Gets or sets the style applied to a toolbar item’s container. This is a dependency property. A Style object that contains style settings. Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses a toolbar item style based on custom logic. This is a dependency property. A StyleSelector descendant that chooses a style based on custom logic. Identifies the dependency property. A dependency property identifier. Gets the toolbar items collection displayed in the current ThemedWindow. This is a dependency property. A toolbar items collection. Identifies the dependency property. A dependency property identifier. Gets or sets a collection of objects that provides information to generate and initialize toolbar items for the current ThemedWindow object. This is a dependency property. A source of objects to be visualized as toolbar items. Identifies the dependency property. A dependency property identifier. Gets or sets a template applied to the current ‘s toolbar items. This is a dependency property. A DataTemplate object applied to the current ThemedWindow’s toolbar items. Identifies the dependency property. A dependency property identifier. Gets or sets the object that chooses the current ‘s toolbar item template based on custom logic. This is a dependency property. A DataTemplateSelector object that chooses the current ‘s toolbar item template based on custom logic. Identifies the dependency property. A dependency property identifier. Gets or sets whether the should paint a glow effect with custom colors. This is a dependency property. true, to paint the glow effect using custom colors; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets a value that specifies the current ‘s operation mode. This is a dependency property. A enumeration value. Identifies the dependency property. A dependency property identifier. For internal use only. Represents a Dialog Button for the . Initializes a new instance of the class with the default settings. For internal use only. Gets or sets the dialog button’s horizontal alignment. Specifies the dialog button alignment. Identifies the dependency property. A dependency property identifier. Gets or sets a value that indicates whether the dialog button closes the current dialog. true, if the button closes the current dialog; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the dialog’s result when the UICommand is not specified. The dialog result value. Identifies the dependency property. A dependency property identifier. Called after the template is completely generated and attached to the visual tree. Gets or sets the dialog button alignment. Specifies the dialog button alignment. Identifies the dependency property. A dependency property identifier. Gets or sets the UICommand that initializes the dialog button. A UICommand value. Identifies the dependency property. A dependency property identifier. Gets the ThemedWindow to which the current dialog button corresponds. A ThemedWindow object that represents the themed window to which the current dialog button corresponds. Represents the HeaderItemsControl. Initializes a new instance of the class. Base class for the ThemedWindowHeaderItemsControl and ThemedWindowToolbarItemsControl. Identifies the attached property. Gets the value of the attached property for a specified . The target element. true, if the HeaderItems are allowed for the object; otherwise, false. Called after the template is completely generated and attached to the visual tree. Sets the value of the attached property for a specified . The target element. The required value. Represents the ToolbarItemsControl. Initializes a new instance of the class. Represents a theme manager, allowing you to apply themes. Gets the name of the theme applied to the entire application. A value that specifies the theme name. This member supports the internal infrastructure and is not intended to be used directly from your code. This member supports the internal infrastructure and is not intended to be used directly from your code. Occurs after the application theme name has been changed. Occurs before an application theme name is changed. Gets or sets the name of the theme applied to the entire application. A value that specifies the theme name. This member supports the internal infrastructure and is not intended to be used directly from your code. Gets the attached property’s value. An object whose attached property is to be returned. The value of the attached property for the specified object. Gets the attached property’s value. An object whose attached property is to be returned. The value of the attached property for the specified object. Gets the value of the attached property to a specified . The element from which the property value is read. The theme for the element. Gets the value of the property. The element to which the attached property is written. A value that specifies the theme name. This member supports the internal infrastructure and is not intended to be used directly from your code. This member supports the internal infrastructure and is not intended to be used directly from your code. Identifies the dependency property. Identifies the dependency property. Preloads the specified theme and creates theme resources for all loaded assemblies. A theme you want to preload. true to invoke static constructors; otherwise, false. Preloads the specified theme and creates theme resources for all loaded assemblies. A theme you want to preload. Indicates whether to cancel the action. true to invoke static constructors; otherwise, false. A task that allows you to asynchronously return the preloaded theme. For internal use. This member supports the internal infrastructure and is not intended to be used directly from your code. This member supports the internal infrastructure and is not intended to be used directly from your code. Sets the value of the attached property to a specified . The element to which the attached property is written. The required theme. Sets the value of the property. The element to which the attached property is written. A value that specifies the theme name. Occurs after the theme has been changed. A routed event identifier. Identifies the routed event. Occurs before a theme is changed. A routed event identifier. Identifies the routed event. Identifies the dependency property. Identifies the attached property. For internal use. For internal use. For internal use. This member supports the internal infrastructure and is not intended to be used directly from your code. Identifies the dependency property. A WPF Theme palette. Initializes a new instance of the ThemePalette class with the specified name. A value that specifies the palette name. This value is assigned to the property. Initializes a new instance of the ThemePalette class with the specified name and base palette. A value that specifies the palette name. This value is assigned to the property. A value that specifies the base palette. This value is assigned to the ThemePaletteBase property. Returns the palette’s color names list. Palette color names list in the palette. Provides access to a color by its name. A string that specifies the name of the color to be located. This value matches the color’s Name property. An object that represents the color value with the specified name. Sets the color of the specified palette color name. A palette color name which you want to define. A custom color to apply to the palette color name. Serves as a base for the theme palette class. Gets the theme palette name. A value that specifies the palette name. Lists values that specify the shader effect for the animation played when switching workspaces. The Dissolve transition effect is used. The Fade transition effect is used. The Line Reveal transition effect is used. No shader effect is used. The Radial Blur transition effect is used. The Ripple transition effect is used. The Wave transition effect is used. A stack panel where items (with the HorizontalAlignment set to Stretch) have the same width, matching the width of the item with the largest content. Initializes a new instance of the class. Gets or sets the distance between neighboring items. The distance between neighboring items, in pixels. Identifies the dependency property. A dependency property identifier. The default value for the property. Returns 5. Gets or sets whether items are arranged horizontally or vertically. The value that specifies whether items are arranged horizontally or vertically. Identifies the dependency property. A dependency property identifier. Lists values that specify the DXExpander‘s vertical animation style. The content is expanded from bottom to top. The content is expanded from the center to edges. The content is expanded from top to bottom. The content is not expanded vertically. A palette that can get the Windows accent color and app mode, and update the theme each time a user changes these Windows settings. Initializes a new instance of the class with specified settings. true to create and apply a new palette to Win10 themes when a user changes the Windows app mode; otherwise, false. null to get the Windows app mode; otherwise, the app mode. true to create and apply a new palette to Win10 themes when a user changes the Windows accent color; otherwise, false. null to get the Windows accent color; otherwise, the accent color. Initializes a new instance of the class with specified settings. null to get the Windows accent color; otherwise, the accent color. true to create and apply a new palette to Win10 themes when a user changes the Windows accent color; otherwise, false. Gets the Win10Palette accent color. The Win10Palette accent color. Gets a Win10Palette’s app mode. A Win10Palette’s app mode. Gets a Win10Palette’s theme name. The Win10Palette theme name. Allows you to show documents in separate windows. Initializes a new instance of the class. Gets or sets the active document. This is a dependency property. An object implementing the interface. Fires after the service’s active document has been successfully changed. Identifies the dependency property. A dependency property identifier. Gets the active view. An object specifying the active view. Identifies the dependency property. A dependency property identifier. Gets the collection of existing documents. A collection of existing documents. Gets or sets the windowed document show mode. This is a dependency property. An DevExpress.Mvvm.UI.WindowShowMode enumeration value that specifies the windowed document show mode.The default is WindowShowMode.Default. Identifies the dependency property. A dependency property identifier. Specifies whether the Owner of the windowed document container needs to be set. This is a dependency property. true ,if the Owner property of the windowed document container needs to be set; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the position of the windowed document when first shown. This is a dependency property. A WindowStartupLocation enumeration value specifying the position of the windowed document.The default is WindowStartupLocation.CenterScreen. Identifies the dependency property. A dependency property identifier. Gets or sets the style applied to a document container (a Window object). This is a dependency property. A Style object providing corresponding style settings. Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses a style applied to a document’s container (a Window object). This is a dependency property. A System.Windows.Controls.StyleSelector descendant that applies a style based on custom logic. Identifies the dependency property. A dependency property identifier. Gets or sets the windowed document container type. This is a dependency property. The type of window used as the windowed document container.The default is Identifies the dependency property. A dependency property identifier. Lists the ‘s operation modes. Automatically defines the window type depending on the control used. Disables the Ribbon Control or the Tab Control integration with the ThemedWindow. Integrates the Ribbon Control with the ThemedWindow. Integrates the TabControl with the ThemedWindow. Lists the Windows app modes. The Windows Dark app mode. The Windows Light app mode. Lists the title alignment positions. Aligns the window’s title to the center of the application’s header. Aligns the window’s title to the left side of the application’s header. Aligns the window’s title to the right side of the application’s header. Manages layouts of all DevExpress controls in the application as one global workspace. Workspaces can be saved and restored to (from) a local storage or stream. Occurs after a workspace has been applied to the target control. Identifies the attached property. Applies the workspace with the specified name to the target control. A that specifies the name of the workspace to be applied. Occurs before a workspace is applied to the target control. Creates a new workspace by capturing the current layout of the target control and its child controls. A that specifies the name of the created workspace. Get the value of the attached property to a specified . Gets the value of the attached property for the specified . The element from which the property value is read. The property value for the element. Gets the value of the attached property for the specified . The element from which the property value is read. The property value for the element. Identifies the dependency property. Loads a workspace from the specified file or stream, and adds it to the collection under the specified name. A that specifies the name which should be assigned to the loaded workspace. The source from which the workspace is loaded. true if the workspace has been successfully loaded; otherwise, false. Removes the workspace with the specified name. A that specifies the name of the workspace to be removed. Renames the specified workspace. A that specifies the name of the workspace to be renamed. A that specifies the new name for the specified workspace. Saves the workspace with the specified name to a file or stream. A that specifies the name of the workspace to be saved. The destination where the workspace is saved. true if the workspace has been successfully saved; otherwise, false. Set the value of the attached property to a specified . Sets the value of the attached property to the specified . The element to which the attached property is written. The value of the property to be set. Gets the target control. A object that represents the target control. Gets or sets the shader effect for the animation played when switching between workspaces. A enumeration member that specifies which shader effect is used when switching between workspaces. Identifies the attached property. Gets the collection of workspaces. A list of objects that implement the interface, representing the currently available workspaces. A palette for the SVG image. Initializes a new instance of the class with default settings. For internal use. For internal use. Gets the value of the attached property for a specified . The target element. The element’s value. Gets or sets whether the default palettes are overridden. true, to override the default palettes; otherwise, false. Identifies the attached property. Allows you to replace colors for the palette. The element state’s value. New value. true, if the brush is replaced successfully; otherwise, false. Allows you to replace colors for the palette. The element state’s value. A new value. true, if the color is replaced successfully; otherwise, false. Sets the value of the attached property for a specified . The target element. The required value. Allows you to create certain palettes for specific states. A collection of s. Contains classes implementing the common data management functionality for DevExpress WPF controls (e.g. DXGrid). Provides data for the and events. Gets or sets a source object that returns data. A source object that returns data. Provides data for the and events. Gets or sets a source object that returns data. A source object that returns data. Provides data for the FetchRows/FetchPages events. Gets the filtering. The filtering. Gets the number of rows to skip in a returned result set. The number of rows to skip in a returned result set. Gets the skip token. The skip token. Gets the ‘s sorting. The ‘s sorting. Lists the possible modes of fetching rows. Rows are loaded automatically when the last row is requested from the source. Rows are loaded manually using the method. Provides data for the event. Gets keys that you passed to the method. Keys that you passed to the method. Gets or sets the result of the fetch page operation. A task that returns the . Provides data for the event. Gets or sets whether a data source has more pages. true, if a data source has more rows; otherwise, false. Gets or sets the next skip token. The next skip token. Gets or sets the result of the fetch page operation. The result of the fetch page operation. Gets a source object that returns data. A source object that returns data. Provides data for the and events. Gets the number of rows to take in a returned result set. The number of rows to take in a returned result set. Provides data for the event. Gets keys that you passed to the method. Keys that you passed to the method. Gets or sets the result of the fetch rows operation. A task that returns the . Provides data for the event. Gets or sets whether a data source has more rows. true, if a data source has more rows; otherwise, false. Gets or sets the next skip token. The next skip token. Gets or sets the result of the fetch rows operation. The result of the fetch rows operation. Gets a source object that returns data. A source object that returns data. Provides data for the and events. Gets or sets whether re-requesting data is allowed. true to allow re-requesting data; otherwise, false. Gets the number of rows within and above the viewport that are reloaded when you call the RefreshRows method or users press F5. null when the grid fetches next portion of data (a user scrolls rows). int.Max when you call the / method. The number of rows to be reloaded. Provides data for the and events. Gets or sets the result of the get summaries operation. The result of the get summaries operation. Provides data for the and events. Gets or sets the result of the get summaries operation. The result of the get summaries operation. Gets a source object that returns data. A source object that returns data. Provides data for the GetTotalSummaries events. Gets the GridControl‘s filtering. The GridControl‘s filtering. Gets the GridControl‘s total summary items. The GridControl‘s total summary items. Provides data for the and events. Gets or sets the result of the get unique values operation (only values). A task that returns the result of the get unique values operation. Gets or sets the result of the get unique values operation (values and their counts). A task that returns the result of the get unique values operation. Provides data for the and events. Gets or sets the result of the get unique values operation (only values). The result of the get unique values operation. Gets or sets the result of the get unique values operation (values and their counts). The result of the get unique values operation. Gets a source object that returns data. A source object that returns data. Provides data for the GetUniqueValues events. Gets the GridControl‘s filtering. The GridControl‘s filtering. Gets the property name. The property name. A virtual source component that allows you to bind the to a data source and display data with infinite scrolling. Initializes a new instance of the class. Allows you to fetch rows. Gets or sets a command that allows you to fetch rows. A command that allows you to fetch rows. Identifies the dependency property. A dependency property identifier. Allows getting total summaries. Gets or sets a command that allows you to get total summaries. A command that allows you to get total summaries. Identifies the dependency property. A dependency property identifier. Allows you to get unique values. Gets or sets a command that allows you to get unique values. A command that allows you to get unique values. Identifies the dependency property. A dependency property identifier. Reloads rows with specified keys. Key field values that identify the rows you want to reload. The infinite source. This source is obsolete. Use the instead. Initializes a new instance of the class. Specifies whether retrieved elements are thread-safe. true, if elements retrieved by the source are thread-safe; otherwise, false. Allows you to specify the source object that returns data. Allows you to dispose the source object. Allows you to fetch rows. Allows getting total summaries. Allows you to get unique values and their counts. Serves as a base class for infinite sources. Gets or sets the mode of fetching rows. The mode of fetching rows. Identifies the dependency property. A dependency property identifier. Forces loading of the next rows portion. Gets a state of the fetch rows operation. A state of the fetch rows operation. A virtual source component that allows you to bind the to a data source and display data in pages. Initializes a new instance of the class. Allows you to fetch page rows. Gets or sets a command that allows you to fetch page rows. A command that allows you to fetch page rows. Identifies the dependency property. A dependency property identifier. Allows getting total summaries. Gets or sets a command that allows you to get total summaries. A command that allows you to get total summaries. Identifies the dependency property. A dependency property identifier. Allows you to get unique values. Gets or sets a command that allows you to get unique values. A command that allows you to get unique values. Identifies the dependency property. A dependency property identifier. Reloads rows with specified keys. Key field values that identify the rows you want to reload. The paged source. This source is obsolete. Use the instead. Initializes a new instance of the class. Specifies whether retrieved elements are thread-safe. true, if elements retrieved by the source are thread-safe; otherwise, false. Allows you to specify the source object that returns data. Allows you to dispose the source object. Allows you to fetch page rows. Allows getting total summaries. Allows you to get unique values. Serves as a base class for paged sources. Gets whether there are more pages to show. true, if there are more pages; otherwise, false. Gets whether the source is fetching current page right now. true, if the current page is loading; otherwise, false. Gets the number of displayed pages. An integer value that specifies the number of pages. Gets or sets the index of the page currently being selected. An integer value that specifies the active page’s index. Identifies the dependency property. A dependency property identifier. Gets or sets how moving from one page to another is allowed. A mode of moving through pages. Identifies the dependency property. A dependency property identifier. Gets or sets the maximum number of rows that can be displayed on a page. An integer value that specifies the number of rows. Identifies the dependency property. A dependency property identifier. Gets the total row count. The total row count. Lists modes of moving through pages. You can move to any page. You can move to any page within the limits of total page count. You can move to a page one after another. Lists possible states of fetching rows. An error occurred, and an end-user cannot retry loading rows. An error occurred, and an end-user can retry loading rows. All rows are loaded from the server. Not all rows are loaded from the server. Serves as a base class for virtual sources. Gets whether the source is fetching rows right now. true if the source is fetching rows right now; otherwise, false. Returns the number of elements. The number of elements. Gets or sets custom descriptors. A collection of PropertyDescriptor objects. Identifies the dependency property. A dependency property identifier. Disposes of the source. Gets or sets the type of objects retrieved from a data source. The type of objects retrieved from a data source. Identifies the dependency property. A dependency property identifier. Gets an exception that occurred while fetching rows. An exception occurred while fetching rows. For internal use. Gets or sets a name of key field. The virtual source uses this field to reload specific rows and find the selected row after refresh. A name of key field. Identifies the dependency property. A dependency property identifier. Clears all rows and loads them from scratch. Gets or sets the text that is shown when the summary is calculating. The text that is shown when the summary is calculating. Identifies the dependency property. A dependency property identifier. Forces summaries recalculation. Contains helper classes for the DXBinding mechanism. A declarative implementation of the DataTemplateSelector that can be defined in XAML. Initializes a new instance of the class. Gets a collection of objects that apply templates based on specified conditions. A collection of objects. For internal use only. A trigger that returns a data template when a custom condition is satisfied. Initializes a new instance of the class. Gets or sets a data template applied when a data trigger condition is satisfied. A returned by the current trigger. A collection of objects. Initializes a new instance of the class. Serves as a base class for the and . Gets or sets the binding that produces the property value of the data object. A binding to a property that produces the property value of the data object. Gets or sets the value to be compared with the property value of the data object. This is a dependency property. The value to be compared with the property value of the data object. Identifies the dependency property. A dependency property identifier. Contains classes which implement the main functionality of the DXEditors for WPF library. To use these classes in XAML code, add the xmlns:dxe=”“ namespace reference. Lists the values that specify an activation action. The values listed by this enumeration are used to set the ActivationAction property. A key is pressed. A key is released. The mouse’s left button is pressed. The mouse’s left button is released. Text is inputed. Changes the ‘s presentation to Area and implements options that define sparkline appearance. Initializes a new instance of the class with default settings. Assigns the editor settings to the specified editor. A class descendant that is the target editor. Specifies the opacity (0-255) of the area sparkline. A value from 0 (transparent) to 1 (opaque). Identifies the dependency property. A dependency property identifier. Lists values that specify the type of automatic completion modes used by an editor. When set to Default, the automatic completion mode is used. The automatic completion feature is disabled. When an end-user enters a character in an empty edit box for the first time, the editor automatically fills all the following placeholders with the default values. For placeholders that accept only numeric values, the ‘0’ character is the default. For placeholders that accept word characters, the “a” character is the default. Each time an end-user types a character, the editor determines if the following placeholder can be filled automatically. If only a specific character can be inserted in this position, the editor automatically displays this character, and moves the caret to the right of this character. An editor that displays a drop-down list of suggestions as a user types in the text box. Initializes a new instance of the class. Gets or sets whether the suggestion text is substituted in the editor’s edit box while selecting suggestions in the editor’s drop down. This is a dependency property. true, if the suggestion text is substituted in the edit box; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the editor highlights the search results in its dropdown text according to the criteria. This is a dependency property. true if the search text is highlighted; otherwise, false. Identifies the dependency property. A dependency property identifier. Occurs when an end-user types into the editor’s text box and allows you to provide a custom text to highlight. Gets or sets a field name in the bound data source whose values are displayed in the editor popup. This is a dependency property. A value that specifies the data source field whose values are displayed in the editor popup. Identifies the dependency property. A dependency property identifier. Gets or sets whether the dropdown list is displayed immediately after an end-user has typed a character in the edit box. This is a dependency property. true to display the dropdown list after an end-user has typed a character in the edit box; otherwise, false. The default is false. Identifies the dependency property. A dependency property identifier. Gets or sets the style applied to the container element generated for each item within the editor’s dropdown. This is a dependency property. A object that is applied to the container element generated for each item. Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses a style applied to suggestion item containers. This is a dependency property. A descendant that applies a style based on custom logic. Identifies the dependency property. A dependency property identifier. Gets or sets the template that defines the panel that controls the layout of items displayed within the editor’s dropdown. This is a dependency property. A object that represents the panel to use for the layout of the items. Identifies the dependency property. A dependency property identifier. Get or sets a collection of items (suggestions) displayed within the editor’s dropdown. This is a dependency property. An object that represents the data source from which the AutoSuggestEdit retrieves a list of suggestions. Identifies the dependency property. A dependency property identifier. Gets or sets the composite string that specifies how to format the items in the editor’s drop down. This is a dependency property. The composite string that specifies how to format the items in the editor’s dropdown. Identifies the dependency property. A dependency property identifier. Gets or sets a template that defines the presentation of items contained within the drop-down list. This is a dependency property. A object that represents the template which defines the presentation of items contained within the drop-down list. Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses a list item template based on custom logic. This is a dependency property. A descendant that applies a template based on custom logic. Identifies the dependency property. A dependency property identifier. Gets the control placed within the editor’s popup window. The control placed within the editor popup. Gets the highlighted text. This is a dependency property. The highlighted text. Gets the filter condition (comparison operator) used to highlight the text in drop-down suggestions. This is a dependency property. A enumeration value that specifies the filter condition. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Fires when the editor’s text has been changed and allows you to provide any relevant suggestions that would be displayed in the editor’s popup window. Sets the specified string to the editor’s text box. A string that will be assigned to the editor’s text box. Occurs before the editor accepts the selected value and allows you to substitute a selected popup item with another object. Occurs when an end user selects a suggestion in the dropdown list and the editor accepts the selected value. Occurs when the editor’s text has been changed due to edit value change, selecting any suggestion from the popup, or entering a custom text in editor’s text box. Gets or sets a data field whose values are displayed in the editor’s text box. This is a dependency property. A bound data object field name. Identifies the dependency property. A dependency property identifier. Lists the values that specify the reason of raising the event. The editor’s text is changed because an end user has chosen a new value from a popup. The editor’s text is changed because an end user entered a new value in editor’s text box. The editor’s text is changed because the editor’s property has been changed. Provides data for the event. Initializes a new instance of the class. The highlighted text. Gets or sets whether a text highlight operation is handled and no default processing is required. true if a text highlight operation is handled; otherwise false. Gets or sets a text to be highlighted. A text to be highlighted. Provides data for the event. Initializes a new instance of the class with the specified settings. A value passed to the property. Gets the text entered by an end user. Text entered by an end user. Provides data for the event. Initializes a new instance of the class. Gets or sets whether item substitution operation is handled and no default processing is required. true if a item substitution operation is handled; otherwise false. Gets the data item that corresponds to a suggestion that is about to be chosen. A data item that corresponds to a suggestion that is about to be chosen. Provides data for the event. Initializes a new instance of the class with the specified settings. A value passed to the property. Gets the data item that corresponds to a chosen suggestion. A data item that corresponds to a chosen suggestion. Provides data for the event. Initializes a new instance of the class with the specified settings. The new text. A reason of raising the event. Returns the reason of changing the editor’s text. An enumeration value that is a text changing reason. Gets a new text displayed within the editor’s text box. A string that represents a new text. Allows you to display various barcodes. Initializes a new instance of the class with default settings. Gets or sets a value that specifies whether the property value should be calculated automatically based upon the bar code’s size. This is a dependency property. true, if the bar code’s module is calculated automatically; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the byte array to be coded into the PDF417 or ECC200 bar code. This is a dependency property. An array of [] values to be coded using the bar code’s symbology. Identifies the dependency property. A dependency property identifier. Gets or sets the text’s horizontal alignment. This is a dependency property. A value that specifies the text’s horizontal alignment. Identifies the dependency property. A dependency property identifier. Gets or sets the width of the narrowest bar or space, in pixels. This is a dependency property. The width of the narrowest bar or space, in pixels. Identifies the dependency property. A dependency property identifier. Called after the template is completely generated and attached to the visual tree. Gets or sets whether the shows the text. true, if the text is displayed; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the symbology (code type) for the barcode. A DevExpress.Xpf.Editors.BarCodeStyleSettings class descendant that defines the symbology for the current . Gets or sets the text’s vertical alignment. This is a dependency property. A value that specifies the text’s vertical alignment. Identifies the dependency property. A dependency property identifier. The base class for controls that display barcodes. Initializes a new instance of the class with the specified owner. A object. Gets or sets whether a check character should be calculated and added to the barcode data. true to add a check character; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the charset type for the barcode. This is a dependency property. A enumeration value that specifies a charset to be used. Identifies the dependency property. A dependency property identifier. Gets or sets the number of barcode columns, which allows control of the logic width of the barcode. This is a dependency property. An integer, specifying the logic width of the barcode. The default is 1. Identifies the dependency property. A dependency property identifier. Gets or sets whether textual information or a byte array should be used as the barcode’s data, as well as its encoding. This is a dependency property. A enumeration value. The default is DataMatrixCompactionMode.ASCII. Identifies the dependency property. A dependency property identifier. Specifies the symbol (or set of symbols) in the barcode’s text that will be replaced with the FNC1 functional character when the bars are drawn. This is a dependency property. A value specifying the symbols to be replaced. Identifies the dependency property. A dependency property identifier. Specifies whether parentheses should be included in the barcode’s text. This is a dependency property. true to insert parentheses into the barcode’s printed text; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the barcode matrix size. This is a dependency property. A enumeration value. The default is DataMatrixSize.MatrixAuto. Identifies the dependency property. A dependency property identifier. Gets or sets the checksum type for the barcode. An enumeration value which represents the checksum type. Identifies the dependency property. A dependency property identifier. Gets or sets the mode used for data encoding in the PDF417 Code. This is a dependency property. A enumeration member that specifies the encoding algorithm. Identifies the dependency property. A dependency property identifier. Gets or sets the amount of redundancy built into the barcode’s coding to compensate for calculation errors. This is a dependency property. An enumeration value specifying the error correction level. Identifies the dependency property. A dependency property identifier. Gets or sets the mode for data encoding in the QR code. This is a dependency property. A enumeration member that specifies the data compaction mode. Identifies the dependency property. A dependency property identifier. Gets or sets the amount of redundancy built into the barcode’s coding, to compensate for calculation errors. This is a dependency property. A enumeration value. Identifies the dependency property. A dependency property identifier. Gets or sets the number of barcode rows, which allows control of the logic height of the barcode. This is a dependency property. An integer value that is the logic height of the barcode. Identifies the dependency property. A dependency property identifier. Gets or sets the number of data segments per row in the Expanded Stacked type of a GS1 DataBar barcode. This is a dependency property. An integer value specifying the number of data segments per row. Identifies the dependency property. A dependency property identifier. Gets or sets the first (start) and last (stop) symbols used to code the codabar barcode’s structure. This is a dependency property. A enumeration value that specifies the pair of start and stop symbols used. The default value is . Identifies the dependency property. A dependency property identifier. Gets or sets whether the right-hand side of the PDF417 Code symbol is truncated to create a compact code. This is a dependency property. true to create a compact barcode; otherwise, false. The default is false. Identifies the dependency property. A dependency property identifier. Gets or sets the symbol type of the GS1 DataBar family. This is a dependency property. A enumeration member specifying the symbol type. Identifies the dependency property. A dependency property identifier. Gets or sets the barcode’s size. This is a dependency property. A enumeration value. The default is . Identifies the dependency property. A dependency property identifier. Gets or sets the wide bar to narrow bar ratio. This is a dependency property. A System.Single value that specifies the density of barcode bars. Identifies the dependency property. A dependency property identifier. Gets or sets the height-to-width ratio of a logical unit’s graphic representation. This is a dependency property. A System.Single value specifying the height-to-width ratio of a logical unit’s graphic representation. Identifies the dependency property. A dependency property identifier. Changes the ‘s presentation to Bar and implements options that define sparkline appearance. Initializes a new instance of the class with default settings. Assigns the editor settings to the specified editor. A class descendant that is the target editor. Specifies the distance between two bars of a bar sparkline. An integer value (in pixels). Identifies the dependency property. A dependency property identifier. Gets or sets a value specifying whether to highlight all sparkline points that have negative values (less than 0). true, to highlight points with negative values; otherwise, false. Identifies the dependency property. A dependency property identifier. Serves as a base for classes that contain settings which define the appearance of the combobox drop-down window. Gets or sets the style applied to the container element generated for each item within the editor’s dropdown. This is a dependency property. A object that is applied to the container element generated for each item. Identifies the dependency property. A dependency property identifier. Serves as the base for all editors that can be used as standalone editors and for in-place editing in container controls (e.g., within the ). Gets the actual border template. This is a dependency property. A object that represents the actual border template. Identifies the dependency property. A dependency property identifier. Gets the editor’s actual template. This is a dependency property. A object that represents the editor’s template. Identifies the dependency property. A dependency property identifier. Gets or sets whether users can set the editor’s value to a null reference by pressing the CTRL+DEL or CTRL+0 key combinations. This is a dependency property. true to allow null input by pressing the CTRL+DEL or CTRL+0 key combinations; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the editor can change its value during printing. This is a dependency property. true to allow changing the editor’s value during printing; otherwise, false. Identifies the dependency property. A dependency property identifier. Prevents the and binding source from being updated during synchronization with the . true, to allow updating the binding source of two-way bound properties during synchronization; otherwise, false. Identifies the dependency property. A dependency property identifier. Starts the ‘s initialization. Initialization occurs at runtime. Gets or sets a template used to display the editor’s border. This is a dependency property. A object representing the template that defines the appearance of the editor’s border. Identifies the dependency property. A dependency property identifier. Gets or sets a value indicating whether validation is enabled for this editor. This is a dependency property. true if the validation is enabled; otherwise, false. Identifies the dependency property. A dependency property identifier. Clears error notification and resets the editor’s value. Gets or sets the editor’s corner radius. This is a dependency property. The editor’s corner radius. Identifies the dependency property. A dependency property identifier. Enables you to display a custom text within the editor. Identifies the routed event. A routed event identifier. This member supports the internal infrastructure and is not intended to be used directly from your code. Identifies the dependency property. A dependency property identifier. Gets or sets the pattern used to format the editor’s value for display purposes. This is a dependency property. A value that is the format pattern. Identifies the dependency property. A dependency property identifier. Gets or sets a template that defines the editor’s presentation when its value is not edited (display mode). This is a dependency property. A object representing the editor’s template. Identifies the dependency property. A dependency property identifier. Gets the text displayed within the editor. This is a dependency property. A value that specifies the editor’s display text. Gets or sets a converter used to provide the editor’s display value. This is a dependency property. An object that implements the interface. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Validates the editor. true if the editor’s value has been validated; false if the editor’s value is invalid. Provides access to an internal editor control. The internal editor control. For internal use only. For internal use only. A dependency property identifier. Occurs after an editor has been activated. Identifies the routed event. A routed event identifier. Gets or sets a template that defines the editor’s presentation in edit mode. This is a dependency property. A object representing the editor’s template. Identifies the dependency property. A dependency property identifier. Gets or sets the editor’s value. This is a dependency property. An object that is the editor’s value. Occurs after the editor’s value has been changed. Identifies the routed event. A routed event identifier. Occurs before the editor’s value is changed. Identifies the routed event. A routed event identifier. Gets or sets a converter used to provide the editor’s value. This is a dependency property. An object that implements the interface. Identifies the dependency property. A dependency property identifier. Gets or sets the amount of time, in milliseconds, after which a value specified by a user is posted to the editor. This is a dependency property. An integer that specifies the delay, in milliseconds, after which a new value is posted to the property. Identifies the dependency property. A dependency property identifier. Gets or sets whether a value specified by a user should be posted immediately or after a delay. A enumeration value. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets the edit value’s type treatment. This is a dependency property. The type to which the entered string is automatically converted. Identifies the dependency property. A dependency property identifier. Ends the ‘s initialization. Gets or sets a template that presents the content of an editor’s error tooltip. This is a dependency property. A object that represents the data template. Identifies the dependency property. A dependency property identifier. Gets the value of the attached property for a specified . The element from which the property value is read. The property value for the element. Gets the value of the attached property for a specified . The element from which the property value is read. The property value for the element. Gets the value of the attached property for a specified . The element from which the property value is read. The property value for the element. Gets whether an editor has a validation error. This is a dependency property. true if the editor has a validation error; otherwise, false. Identifies the dependency property. Gets or sets a converter used to provide the editor’s value from a multiline text editor. An object that implements the interface. Identifies the dependency property. A dependency property identifier. Gets or sets a value that specifies the editor’s response to an invalid value. This is a dependency property. One of the enumeration values. Identifies the dependency property. A dependency property identifier. Gets whether the editor is active. true if the editor is active; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets whether the null text is displayed within the editor. This is a dependency property. true if the editor displays the null text; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the editor is in printing mode. true if the editor is in printing mode; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the editor’s value can be changed by end-users. This is a dependency property. true if an end-user cannot modify the editor’s value; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the text displayed within the edit box when the editor’s value is null. This is a dependency property. A value that specifies the string displayed within the edit box when the property is set to null or value. Identifies the dependency property. A dependency property identifier. Gets or sets a null value for the editor, in addition to null and DBNull values. This is a dependency property. An object that represents the null value. Identifies the dependency property. A dependency property identifier. Called after the template is completely generated and attached to the visual tree. This member supports the internal infrastructure, and is not intended to be used directly from your code. Identifies the attached property. Selects the editor’s entire content. A command that sets the editor’s value to a null value. An object that defines a command implementing the interface. This member supports the internal infrastructure and is not intended to be used directly from your code. Identifies the dependency property. A dependency property identifier. Gets or sets whether the editor’s background is displayed. This is a dependency property. true to display the background; otherwise, false. This member supports the internal infrastructure and is not intended to be used directly from your code. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets whether an error icon is displayed in the editor containing an invalid value. This is a dependency property. true to show the validation error; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether a tooltip with error message is shown when the mouse pointer is over an error icon. This is a dependency property. true to show a tooltip with error message; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether to display the null text. This is a dependency property. true to display the null text; otherwise, false. Gets or sets whether to display the null text for the value. This is a dependency property. true to display the null text for the value; otherwise, false. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets an object that defines an editor’s appearance and behavior. This is a dependency property. A descendant that defines the editor’s appearance and behavior. Identifies the dependency property. A dependency property identifier. Gets or sets the data template used to display the content of a tooltip invoked for the editor whose text is trimmed. This is a dependency property. A object representing the template that defines the tooltip’s content. Identifies the dependency property. A dependency property identifier. Enables you to validate the editor’s value. Identifies the routed event. A routed event identifier. Gets or sets whether the edit value should be validated when pressing the ENTER key. This is a dependency property. true to validate the edit value after the ENTER key has been pressed; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the edit value should be validated while typing within the editor’s text box. This is a dependency property. true to validate the edit value while an end-user types text within the editor’s text box; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets the validation error defined for the editor. This is a dependency property. A object containing validation error settings. Identifies the dependency property. Gets or sets the template used to display an editor’s validation error messages. This is a dependency property. A that defines the visualization of the editor’s error messages. Identifies the dependency property. A dependency property identifier. An abstract base class that provides functionality for the descendant classes. This member supports the internal infrastructure, and is not intended to be used directly from your code. Gets or sets the font family of the highlighted text. A object that is a font family. Gets or sets the font size of the highlighted text. A <,> value that is a font size. Gets or sets the font style of the highlighted text. A <,> object that is a font style. Gets or sets the font weight of the highlighted text. A <,> object that is a font weight. Gets or sets the brush used to paint the background of the highlighted text. A object used to paint the background of the highlighted text. Gets or sets the brush used to paint the foreground of the highlighted text. A object used to paint the foreground of the highlighted text. Serves as a base for classes that define the progress bar’s appearance and behavior. Gets or sets the acceleration ratio of the progress animation. This is a dependency property. A double precision floating-point value specifying the progress animation’s acceleration ratio. Identifies the dependency property. A dependency property identifier. Assigns the editor settings to the specified editor. A class descendant that is the target editor. A text editor with embedded buttons. Initializes a new instance of the class with default settings. Returns the collection of buttons including the default button (if it exists). The collection of editor buttons. Gets whether the left buttons are actually displayed. This is a dependency property. true, if the left buttons are displayed; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets whether the right buttons are actually displayed. This is a dependency property. true if the right buttons are displayed; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the editor’s default button is displayed. This is a dependency property. true to display the editor’s default button; otherwise, false. Identifies the dependency property. A dependency property identifier. Returns the collection of buttons. The collection of descendants that represent the editor’s buttons. Identifies the dependency property. A dependency property identifier. Gets or sets a collection of objects providing information to generate and initialize buttons for the current . This is a dependency property. A source of objects to be visualized as buttons. Identifies the dependency property. A dependency property identifier. Gets or sets the data template used to render buttons of the current . A object that is used to render buttons of the current . Identifies the dependency property. A dependency property identifier. Gets or sets the template selector that provides a way to select a particular data template used to render buttons of the current . A descendant that provides the way to select a particular data template used to render buttons of the current . Identifies the dependency property. A dependency property identifier. Occurs when an editor’s default button is clicked. Identifies the routed event. A routed event identifier. Gets or sets whether end-users are allowed to edit the text displayed in the edit box. This is a dependency property. true, to allow end-users to edit the text displayed in the edit box; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets a collection of buttons aligned to the editor’s left edge. This is a dependency property. The collection of left-aligned buttons. Identifies the dependency property. A dependency property identifier. Gets or sets the position of the button used to clear an editor’s value. This is a dependency property. A enumeration value that specifies the button’s position. Identifies the dependency property. A dependency property identifier. Gets a collection of buttons aligned to the editor’s right edge. This is a dependency property. The collection of left-aligned buttons. Identifies the dependency property. A dependency property identifier. Gets or sets whether to display editor buttons, including the default button. This is a dependency property. true, to display editor buttons; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the editor should display the null value button when the editor is focused only. This is a dependency property. true, to display the null value button only when the editor is focused; false, to always display the null value button. Identifies the dependency property. A dependency property identifier. Gets or sets whether the edit box is displayed. This is a dependency property. true to display the edit box; otherwise, false. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure, and is not intended to be used directly from your code. Identifies the dependency property. A dependency property identifier. Represents a button for a button editor. Initializes a new instance of the class with the default settings. Gets or sets the button’s content. This is a dependency property. An object that represents the button’s content. Identifies the dependency property. A dependency property identifier. Gets or sets the template that is used to render the button contents in optimized mode. This is a dependency property. A DevExpress.Xpf.Core.Native.RenderTemplate object. Identifies the dependency property. A dependency property identifier. Gets or sets the data template used to present the button’s content. This is a dependency property. A object that represents the template used to present the button’s content. Identifies the dependency property. A dependency property identifier. Gets or sets the type of the button’s image. This is a dependency property. A enumeration value that specifies the image type. Identifies the dependency property. A dependency property identifier. Serves as a base for classes that represent edit buttons. Gets the actual button margins. This is a dependency property. A value that is the actual button margins. Identifies the dependency property. A dependency property identifier. Gets or sets the button’s background color. The button’s background color. Identifies the dependency property. A dependency property identifier. Gets or sets the button’s border brush. This is a dependency property. The button’s border brush. Identifies the dependency property. A dependency property identifier. Gets or sets the button’s border thickness. This is a dependency property. The button’s border thickness. Identifies the dependency property. A dependency property identifier. Gets or sets when the event occurs. This is a dependency property. One of the enumeration values. Identifies the dependency property. A dependency property identifier. Gets or sets the button’s corner radius. This is a dependency property. The button’s corner radius. Identifies the dependency property. A dependency property identifier. Gets or sets the brush used to paint the foreground of ButtonEdit. This is a dependency property. A value. Identifies the dependency property. A dependency property identifier. Gets or sets the index at which an edit button is inserted in the collection. This is a dependency property. An integer value that specifies the index at which an edit button is inserted in the collection. Identifies the dependency property. A dependency property identifier. Gets or sets whether the button is the default button. This is a dependency property. true, if the button is the default button; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets whether the current button is leftmost in the collection of buttons. true, if the current button is leftmost; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets whether the current button is rightmost in the collection of buttons. true, if the current button is rightmost; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the button’s alignment within a control. This is a dependency property. true to align the button to the editor’s left edge; false to align the button to the editor’s right edge. Identifies the dependency property. A dependency property identifier. Gets or sets whether the cursor is hovering the button. This is a dependency property. true, if the cursor is hovering the button; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the button is pressed. This is a dependency property. true if the button is pressed; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets a value that specifies button margins. This is a dependency property. A value that stores button margins. Gets or sets a value that specifies button margin corrections. This is a dependency property. A value that stores button margin corrections. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets the button’s padding. This is a dependency property. The button’s padding. Identifies the dependency property. A dependency property identifier. Specifies whether the event is raised when the edit mode is set to InplaceInactive. This is a dependency property. true to raise the Click event in the InplaceInactive mode; otherwise, false. Identifies the attached property. A dependency property identifier. Gets or sets the template that is used to render the button contents in optimized mode. This is a dependency property. A DevExpress.Xpf.Core.Native.RenderTemplate object. Identifies the dependency property. A dependency property identifier. Gets or sets a button’s template. This is a dependency property. The template that defines the button’s presentation and appearance. Identifies the dependency property. A dependency property identifier. Gets or sets the visibility of a button. This is a dependency property. A enumeration value that specifies the visibility of a button. Identifies the dependency property. A dependency property identifier. Represents the collection of ButtonEdit buttons. Initializes a new instance of the class. Adds a specified instance to the collection. A object to be added to the collection. Adds a specified DevExpress.Xpf.Editors.SpinButtonInfo instance to the collection. A DevExpress.Xpf.Editors.SpinButtonInfo object to be added to the collection. Determines whether the specified object is equal to the current instance. An object to compare with the current object. true if the specified object is equal to the current instance; otherwise, false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Lists values that specify a button’s behavior. Represents the repeat button. The Click event is repeatedly fired until a button is released. Represents a simple button. The Click event is fired each time a button is clicked. Represents a toggle button. Clicking a button toggles its state (pressed or released). Represents a calculator. Initializes a new instance of the class. This member supports the internal infrastructure and cannot be used directly from your code. Gets or sets the Calculator’s CE button style. This is a dependency property. The Calculator’s CE button style. Identifies the dependency property. A dependency property identifier. Clears the calculation history. Gets or sets the Calculator’s corner radius. This is a dependency property. The Calculator’s corner radius. Identifies the dependency property. A dependency property identifier. Enables you to provide a custom error description. Identifies the routed event. A routed event identifier. Gets or sets the Calculator’s digit button style. This is a dependency property. The Calculator’s digit button style. Identifies the dependency property. A dependency property identifier. Gets the text displayed within the calculator. This is a dependency property. A value that specifies the calculator’s display text. Identifies the dependency property. A dependency property identifier. Gets whether the calculator displays an error. This is a dependency property. true if the calculator has an error; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets the calculation history. This is a dependency property. The collection of strings that represents the calculation history. Identifies the dependency property. A dependency property identifier. Gets or sets whether the calculator has the digital display. This is a dependency property. true if the calculator has the digital display; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets a value stored in the calculator’s memory. This is a dependency property. A value which is stored in the calculator’s memory. Identifies the dependency property. A dependency property identifier. Called after the template is completely generated and attached to the visual tree. Gets or sets the Calculator’s operation button style. This is a dependency property. The Calculator’s operation button style. Identifies the dependency property. A dependency property identifier. Gets or sets the maximum number of digits displayed to the right of the decimal point. This is a dependency property. The maximum number of digits displayed in the fractional part of the value. Identifies the dependency property. A dependency property identifier. Resets the calculator. Gets or sets whether to show the border. This is a dependency property. true to show the border; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the calculator’s display is highlighted when the calculator is focused. This is a dependency property. true to highlight the display when the calculator is focused; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the calculator’s value. This is a dependency property. A value that specifies the calculator’s value. Occurs after the calculator’s value has been changed. Identifies the routed event. A routed event identifier. Identifies the dependency property. A dependency property identifier. Provides data for the event. Initializes a new instance of the class. A value that specifies the error text. This value is assigned to the property. Gets or sets the error description. A value that specifies the error text. Represents a method that will handle the event. The event source. A object that contains event data. Represents a control that displays a video stream captured from a video input device. Initializes a new instance of the class with the default settings. Specifies whether the control should automatically show the video stream captured from the default camera device when the control is loaded. This is a dependency property. true, if the control should automatically show the video stream captured from the default camera device when the control is loaded; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the ControlTemplate used to render the ‘s border and background area. This is a dependency property. A object that specifies the visual structure of the ‘s border and background area. Identifies the dependency property. A dependency property identifier. Gets the video capture device currently used by the control. This is a dependency property. A object that represents the video capture device currently used by the control. Gets or sets information about the video capture device that is currently used by the . This is a dependency property. A DeviceInfo object which contains information about the video capture device that is currently used by the control. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Provides access to the settings of the currently used device. This is a dependency property. A object that comprises the settings of the currently used device. Identifies the dependency property. A dependency property identifier. Returns the list of the DeviceInfo objects that contain information about video capture devices available on the current client machine. A list of the DeviceInfo objects that contain information about video capture devices that are on the current client machine. Gets the source of the image displayed by the . This is a dependency property. A object that stores the image displayed by the . Identifies the dependency property. A dependency property identifier. The method is invoked whenever the application code or internal processes call the ApplyTemplate method. This member supports the internal infrastructure, and is not intended to be used directly from your code. This is a dependency property. Identifies the dependency property. A dependency property identifier. Gets or sets whether the border is displayed. This is a dependency property. true, if the border is displayed; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the context button that invokes the Camera Settings form is displayed in the top right corner of the control. This is a dependency property. true, if the context button that invokes the Camera Settings form is displayed; otherwise, false. Identifies the dependency property. A dependency property identifier. Starts showing the video from the currently used device. Gets a command that starts streaming the video captured from the currently used device. A object that starts streaming the video captured from the currently used device. Stops showing the video from the currently used device. Gets a command that stops the capture of the video stream from the currently used device. A object that stops the capture of the video stream from the currently used device. Gets or sets how the video frame is stretched. This is a dependency property. A value that specifies how the video frame is stretched. Gets or sets a value that specifies the direction that the video frame is scaled. This is a dependency property. A object that specifies the direction that the video frame is scaled. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Returns the video frame currently captured by the currently used device. A object that is the video frame currently captured by the currently used device Describes a video capture device, operates the device, and processes the received video stream. Initializes a new instance of the class. A object that contains information about the newly created video capture device. Gets the Bitmap image currently displayed by . A object that specifies the Bitmap image currently displayed by this control. Defines the checked combo box editor appearance and behavior. Initializes a new instance of the class with the default settings. Indicates which buttons are displayed within an editor’s popup. A descendant that is the dropdown editor. The value. Gets or sets the text displayed within the Select All item. This is a dependency property. The Select All item text. Identifies the dependency property. A dependency property identifier. Gets or sets whether the checked combo box displays the Select All item. This is a dependency property. true, to show the Select All item; otherwise, false. Identifies the dependency property. A dependency property identifier. A check box editor. Initializes a new instance of the class with default settings. Gets an actual glyph displayed within the . An object that represents the CheckEdit’s glyph. Identifies the dependency property. A dependency property identifier. Gets or sets the CheckBox height. This is a dependency property. The CheckBox height. Identifies the dependency property. A dependency property identifier. Gets or sets the CheckBox width. This is a dependency property. The CheckBox width. Identifies the dependency property. A dependency property identifier. Occurs when a check editor is checked. Identifies the routed event. A routed event identifier. Gets or sets a glyph used to visualize CheckEdit’s checked state. This is a dependency property. An object that represents the CheckEdit’s glyph. Identifies the dependency property. A dependency property identifier. Gets or sets a value that specifies when the editor’s state changes in response to end-user manipulations. This is a dependency property. One of the enumeration values. Identifies the dependency property. A dependency property identifier. Gets or sets the command to invoke when the editor’s checked state is changed. This is a dependency property. The command to invoke when the editor’s checked state is changed. Gets or sets the parameter to pass to the . This is a dependency property. A parameter to pass to the . Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets the element on which to execute the associated command. This is a dependency property. An object implementing the interface that is the element on which to execute the . Identifies the dependency property. A dependency property identifier. Gets or sets a text displayed next to check box glyph. This is a dependency property. An object that represents the editor’s content. Identifies the dependency property. A dependency property identifier. Gets or sets the template that defines the presentation of the editor’s content represented by the property. This is a dependency property. A object that represents the editor’s content template. Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses the editor’s content template based on custom logic. This is a dependency property. A descendant that applies a template based on custom logic. Identifies the dependency property. A dependency property identifier. Gets whether the control displays a standard check box or a custom glyph. Any of the enumeration values. Identifies the dependency property. A dependency property identifier. Gets or sets a template used to render the CheckEdit’s glyphs. This is a dependency property. A object that represents the editor’s glyph template. Identifies the dependency property. A dependency property identifier. Gets or sets whether editor’s content is specified. This is a dependency property. true if the editor’s content is specified; otherwise, false. Identifies the dependency property. A dependency property identifier. Occurs when a check editor is set to the indeterminate state. Identifies the routed event. A routed event identifier. Gets or sets a glyph used to visualize the CheckEdit’s indeterminate state. This is a dependency property. An object that represents the CheckEdit’s glyph. Identifies the dependency property. A dependency property identifier. Gets or sets whether an editor is checked. This is a dependency property. A value (that can also have a value of null) that specifies the editor’s state. Identifies the dependency property. A dependency property identifier. Gets or sets whether the check editor supports three states (checked, unchecked and indeterminate). true if the editor supports three states; false if the editor supports two states (checked and unchecked). Identifies the dependency property. A dependency property identifier. Called after the template is completely generated and attached to the visual tree. Toggles the CheckEdit’s value. Occurs when a check editor is unchecked. Identifies the routed event. A routed event identifier. Gets or sets a glyph used to visualize the CheckEdit’s unchecked state. This is a dependency property. An object that represents the CheckEdit’s glyph. Identifies the dependency property. A dependency property identifier. Represents a check box used by the control. Initializes a new instance of the class with default settings. Gets or sets whether the control displays a standard check box or a custom glyph. Any of the enumeration values. Identifies the dependency property. A dependency property identifier. Gets or sets an image displayed within the control’s check box. An object that represents the CheckEdit’s glyph. Identifies the dependency property. A dependency property identifier. Gets or sets a template used to render the control’s check box. A object that represents the editor’s glyph template. Identifies the dependency property. A dependency property identifier. Raises each time the changes its edit value. Occurs when the control’s UI requires an update. Lists the values that specify the checkbox edit display mode. The check box editor displays a standard check box. The check box editor displays a custom glyph instead of a standard check box. Defines the checked list box editor appearance and behavior. Initializes a new instance of the class. Gets or sets the text displayed within the Select All item. This is a dependency property. The Select All item text. Identifies the dependency property. A dependency property identifier. Gets or sets whether the checked list box displays the Select All item. This is a dependency property. true, to show the Select All item; otherwise, false. Identifies the dependency property. A dependency property identifier. Defines the checked token combo box editor appearance and behavior. Initializes a new instance of the class with default settings. Gets or sets whether to enable editing of existing tokens. This is a dependency property. true, to enable editing of existing tokens; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets a value that specifies whether token wrapping is enabled. This is a dependency property. true to enable token wrapping; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the token editor should display the selected tokens in its dropdown. This is a dependency property. true, to hide the selected tokens in a dropdown; otherwise, false. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure and is not intended to be used directly from your code. Gets or sets a value that specifies the position of a new token inside a . This is a dependency property. A enumeration value that specifies a new token position. Identifies the dependency property. A dependency property identifier. Gets or sets a prompt text displayed within a token editor. This is a dependency property. A string value that is a prompt text. Identifies the dependency property. A dependency property identifier. Gets or sets a value that specifies whether the “Remove Token” button is shown inside the tokens. This is a dependency property. true to show the “Remove Token” button inside the tokens; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the ControlTemplate used to render the border and background area of a token. This is a dependency property. A object that specifies the visual structure of the token’s border and background area. Identifies the dependency property. A dependency property identifier. Gets or sets the token’s maximum width. This is a dependency property. A value that specifies the token’s maximum width. Identifies the dependency property. A dependency property identifier. Gets or sets the appearance settings applied to tokens. A object that is the style applied to tokens. Identifies the dependency property. A dependency property identifier. Gets or sets the trimming behavior for tokens. This is a dependency property. A enumeration value. Identifies the dependency property. A dependency property identifier. Lists values that specify the size of color chips. The chip size is 13x13 pixels. The chip size is 20x20 pixels. The chip size is 16x16 pixels. The chip size is 13x13 pixels. Provides data for the and events. Initializes a new instance of the class with the specified routed event, mode and value. The routed event. A enumeration value specifying the close mode. This value is assigned to the property. A specifying the edit value. This object is assigned to the property. Gets a value indicating how the popup editor’s dropdown window has been closed. One of the enumeration values. Gets or sets the editor’s value. The value to assign to the editor’s property. Represents a method that will handle the and events. The event source. A object that contains event data. Lists values that specify in which format the selected color is displayed. The selected color is represented using ARGB (Alpha Red Green Blue) color model. The selected color is represented using the hexadecimal color code. The selected color is represented using the hexadecimal color code. Represents a color editor. Initializes a new instance of the class. Gets or sets the brush that draws the outer border of a color chip. This is a dependency property. A object that draws the color chip‘s border. Identifies the dependency property. A dependency property identifier. Gets or sets the outer margin of a color chip. This is a dependency property. A structure that specifies the outer margin of a color chip. Identifies the dependency property. A dependency property identifier. Gets or sets the size of color chips. This is a dependency property. A enumeration value that specifies the size of color chips. Identifies the dependency property. A dependency property identifier. Gets or sets whether the popup containing the , is automatically closed, after the has been clicked. true to close the owner popup on a mouse click; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the currently selected color. This is a dependency property. A structure that describes the selected color. Occurs after the selected color has been changed. Identifies the routed event. A routed event identifier. Identifies the dependency property. A dependency property identifier. Gets or sets the number of color columns. This is a dependency property. An integer value that specifies the number of color columns. Identifies the dependency property. A dependency property identifier. Gets or sets the default color. This is a dependency property. A structure that describes the default color. Gets or sets the content of the Default Color button. This is a dependency property. An object that represents the button’s content. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Represents an empty color. Enables you to specify custom names for colors. Identifies the routed event. A routed event identifier. Gets or sets the content of the More Colors button. This is a dependency property. An object that represents the button’s content. Identifies the dependency property. A dependency property identifier. Gets or sets the content of the No Color button. This is a dependency property. An object that represents the button’s content. Identifies the dependency property. A dependency property identifier. Called after the template is completely generated, and attached to the visual tree. Gets or sets the collection of palettes. This is a dependency property. A object that represents a collection of palettes. Identifies the dependency property. A dependency property identifier. Gets the recent colors. The circular list that contains recent colors. Gets or sets the caption of the “Recent Colors” palette. A value that specifies the caption of the “Recent Colors” palette. Identifies the dependency property. A dependency property identifier. Gets or sets whether the color edit displays the alpha channel (opacity) for the selected color. This is a dependency property. true, to show the alpha channel for the selected color; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the Default Color button is visible. This is a dependency property. true to show the Default Color button; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the More Colors button is visible. This is a dependency property. true to show the More Colors button; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the No Color button is visible. This is a dependency property. true to show the No Color button; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets a value that specifies in which format the selected color is displayed within a tooltip. This is a dependency property. One of the enumeration values. Identifies the dependency property. A dependency property identifier. Serves as the base class for color palettes. Gets whether to paint top/bottom borders between neighboring color chips. true to hide top/bottom borders between neighboring color chips; otherwise, false. Gets the colors displayed within the palette. The list of objects. Returns a palette filled with gradient colors from specified base colors. A value that specifies the palette name. This value is assigned to the property. The collection of base colors. A descendant that represents a palette with gradient colors. Gets the palette’s name. A value that specifies the palette’s name. A combobox editor. Initializes a new instance of the class with default settings. Gets whether to apply the ImageTemplate to the selected item, displayed within the edit box. true to apply the image template to the selected item; otherwise, false. Gets a collection of objects that define the appearance of each group level. One or more objects. Provides access to the collection of items when the editor is not bound to a data source. The collection of items. Gets the control placed within the editor’s popup window. The control placed within the editor popup. Gets or sets whether the per-pixel or per-item scrolling is enabled. This is a dependency property. A enumeration value. Identifies the dependency property. A dependency property identifier. Gets or sets whether to display custom items. This is a dependency property. true, to display custom items; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether to allow end-users to open the popup when the editor’s items source is empty. This is a dependency property. true, to allow end-users to open the popup when the editor’s items source is empty; otherwise, false. By default, false. Identifies the dependency property. A dependency property identifier. Represents an individual list item. Initializes a new instance of the class with the default settings. Defines the native appearance and behavior of the combo box editor. Initializes a new instance of the class with the default settings. Gets or sets the text displayed within the empty item. This is a dependency property. The empty item text. Identifies the dependency property. A dependency property identifier. Gets or sets whether the combo box displays the empty item. This is a dependency property. true, to show the empty item; otherwise, false. Identifies the dependency property. A dependency property identifier. Serves as a base class for the . Occurs when a button is clicked. Gets or sets the command to invoke when the button item is clicked. The object to invoke when the gallery item is clicked. Gets or sets the parameter to pass to the . This is a dependency property. A parameter to pass to the . Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets the object on which to execute the . An on which to execute the . Identifies the dependency property. A dependency property identifier. Serves as a base class for the and . Gets a value that specifies the button’s behavior. This is a dependency property. One of the enumeration values. Identifies the dependency property. A dependency property identifier. Gets or sets the style applied to the button. This is a dependency property. A object that represents the style applied to the button. Identifies the dependency property. A dependency property identifier. Gets or sets whether the button is checked. This is a dependency property. true if the button is checked; false if the button is unchecked; otherwise, null (Nothing in Visual Basic). Identifies the dependency property. A dependency property identifier. Lists the values used to specify the content source for the editor. Displays custom content. Displays only the progress bar. Displays the value of the editor’s property. Provides data for the ConvertEditValue events that image editors raise. Initializes a new instance of the class. A routed event identifier. Gets or sets the editor’s value. An object that represents the editor’s current value. Gets the image displayed by the image editor. An object that is the image displayed by the image editor. Provides data for the event. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified routed event. The routed event. Initializes a new instance of the class with the specified routed event and source. The routed event. An object that raised the event. Gets or sets the text displayed within the editor. A string value that specifies the editor’s display text. Gets or sets the editor’s value. An object that represents the editor’s current value. Represents a method that will handle the event. The event source. A object that contains event data. Represents a custom color palette. Initializes a new instance of the class with the specified name and colors. A value that specifies the palette’s name. This value is assigned to the property’s value. The list of colors. This value is assigned to the property. Initializes a new instance of the class with the specified settings. A value that specifies the palette’s name. This value is assigned to the property’s value. The list of colors. This value is assigned to the property. true to hide top/bottom borders between neighboring color chips; otherwise, false. This value is assigned to the property. Contains classes specific to the functionality of the Data Pager. Provides data for the event. Initializes a new instance of the class with the specified old and new edit values. Gets a new value. A new value. Gets an old value. Provides data for the event. Initializes a new instance of the class with the specified old and new edit values. Gets or sets whether the event should be canceled. true, if the event should be canceled; otherwise, false. A date editor with a dropdown calendar. Initializes a new instance of the class with default settings. Gets or sets whether automatic rounding of out of the range values is enabled. true to automatically round out of the range values; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets the type of the ‘s popup. A DevExpress.Xpf.Editors.DateEditPopupContentType object. Identifies the dependency property. A dependency property identifier. Gets or sets the editor’s date/time value. This is a dependency property. A object that specifies the editor’s value. Identifies the dependency property. A dependency property identifier. Gets or sets the editor’s maximum value. This is a dependency property. A value that specifies the maximum allowed date. Identifies the dependency property. A dependency property identifier. Gets or sets the editor’s minimum value. This is a dependency property. A structure which represents the minimum allowed date. Identifies the dependency property. A dependency property identifier. Gets the control placed within the editor’s popup window. The control placed within the editor popup. Gets or sets whether the dropdown calendar displays the Clear button. This is a dependency property. true if the dropdown calendar displays the Clear button; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether to show the size grip within the drop-down calendar. A value that specifies whether to show the size grip within the drop-down calendar. Gets or sets whether to display Today on the dropdown calendar. This is a dependency property. true to display Today; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether to display week numbers in the dropdown calendar. This is a dependency property. true if the dropdown calendar displays week numbers; otherwise, false. Identifies the dependency property. A dependency property identifier. Defines the appearance and behavior of a calendar date edit. Initializes a new instance of the class with default settings. This member supports the internal infrastructure and is not intended to be used directly from your code. Lists the DateEdit’s drop-down images. The Arrow. The Date glyph. The Date and Time glyph. The Time glyph. Defines the appearance and behavior of an Outlook-inspired calendar date edit. Initializes a new instance of the class. Defines the appearance and behavior of a date editor with a calendar and time picker. Initializes a new instance of the class. Assigns the settings which define appearance and behavior to the specified editor. A class descendant that is a target editor. Gets or sets whether the DateEdit control closes its popup after an end user selects a date. true, if the editor closes its popup; otherwise, false. Gets buttons which are displayed within an editor’s popup. A descendant that is the dropdown editor. The value. Defines the appearance and behavior of a picker date editor. Initializes a new instance of the class with default settings. Assigns the editor settings to the specified editor. A class descendant that is the target editor. Gets or sets an interval between hours in . This is a dependency property. A step between available hours. Null when the property is not specified. Identifies the dependency property. A dependency property identifier. Gets or sets an interval between minutes in . This is a dependency property. A step between available minutes. Null when the property is not specified. Identifies the dependency property. A dependency property identifier. Gets or sets an interval between seconds in . This is a dependency property. A step between available seconds. Null when the property is not specified. Identifies the dependency property. A dependency property identifier. Lists the values that specify the type of content the DateEdit displays in its drop-down window. A standard calendar date editor. A date picker inspired by Windows Store applications. An Outlook-inspired calendar date editor. This is the default mode. A date edit with Outlook-inspired calendar and a time picker. A date edit with a time picker. The base calass for the DateEdit’s style settings. Assigns the settings which define appearance and behavior to the specified editor. A class descendant that is a target editor. Gets or sets the DateEdit’s drop-down image. This is a dependency property. A value that is the DateEdit’s drop-down image. Identifies the dependency property. A dependency property identifier. Defines the appearance and behavior of a date editor with a time picker in the editor’s drop down. Initializes a new instance of the class. Assigns the settings which define the appearance and behavior to the specified editor. A class descendant that is a target editor. Indicates which buttons are displayed within an editor’s popup. A descendant that is the dropdown editor. One of the enumeration values. Contains classes which implement the functionality of the Date Navigator control. To use this class in XAML code, add the xmlns:dxe=”“ namespace reference. A date navigator control. Initializes a new instance of the class with the default settings. Gets the day from which the Date Navigator‘s week actually starts. This is a dependency property. A enumeration value specifying the start day of the week for the Date Navigator. Identifies the dependency property. A dependency property identifier. Gets or sets whether the allows end-users to select multiple date ranges at once or a single date range. This is a dependency property. true, to allow end-users to select multiple dates; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the calendar’s appearance. This is a dependency property. An object that contains cell appearance settings. Identifies the dependency property. A dependency property identifier. Specifies the start and end dates of the data range that is currently visible within . A value indicating whether inactive dates should be taken into account when calculating the start and end dates of the date navigator’s visible date range. A object specifying the start date of the date navigator’s visible date range. A object specifying the end date of the date navigator’s visible date range. Gets or sets the amount of space between the editor’s borders and its contents. This is a dependency property. A value representing padding values. Identifies the dependency property. A dependency property identifier. Gets or sets a style of a Date Navigator. This is a dependency property. A object the specifies a style to be applied to a Date Navigator. Identifies the dependency property. A dependency property identifier. Gets or sets the calendar display mode. This is a dependency property. A calendar view (for instance, month, year). Identifies the dependency property. A dependency property identifier. Gets or sets the number of columns to lay out calendars displayed within the control. This is a dependency property. An integer value. Identifies the dependency property. A dependency property identifier. Gets the text displayed within the navigation pane of the Date Navigator. This is a dependency property. A string specifying the start and the end of a date range displayed in the current . Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets a collection of dates that end-users are not allowed to select. This is a dependency property. A collection of disabled dates. Identifies the dependency property. A dependency property identifier. Gets the value that specifies in which mode the editor functions. This is a dependency property. Any of the enumeration values. Identifies the dependency property. A dependency property identifier. Gets or sets a collection of working days that do not depend on the and properties settings. This is a dependency property. The list of the dates. Identifies the dependency property. A dependency property identifier. Gets or sets the first day of the week in the Date Navigator. This is a dependency property. The first day of the week. Identifies the dependency property. A dependency property identifier. Gets or sets the first date visible in the . This is a dependency property. The that is the first visible date. Identifies the dependency property. A dependency property identifier. Gets or sets the date in a calendar that has focus. This is a dependency property. The date where focus is set. Identifies the dependency property. A dependency property identifier. Gets the value of the attached property for the specified object. The object from which the property value is read. The value of the attached property for the specified object. Gets or sets a value indicating if holiday dates should be highlighted in red. This is a dependency property. true to highlight holiday dates; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets a value indicating whether the special dates should be shown bold. This is a dependency property. true to bold the special dates; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets a collection of custom holidays. This is a dependency property. The list of the objects specifying holiday dates. Identifies the dependency property. A dependency property identifier. Gets or sets a value indicating if end-users can select several dates at the same time in the Date Navigator. This is a dependency property. true to allow multiple dates to be selected at the same time; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the last date visible in the . This is a dependency property. The that is the last visible date. Identifies the dependency property. A dependency property identifier. Gets or sets the maximum number of dates that can be selected at the same time within the control. This is a dependency property. An integer value. Identifies the dependency property. A dependency property identifier. Gets or sets a maximum date that end-users can select. This is a dependency property. A maximum date end-users are allowed to select. Identifies the dependency property. A dependency property identifier. Gets or sets a minimum date that end-users can select. This is a dependency property. A minimum date end-users are allowed to select. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. Called after the template is completely generated and attached to the visual tree. Refreshes cell’s appearance. Refreshes cell states. Occurs when a date cell state is changed and allows you to change the date cell’s appearance values. Identifies the routed event. A routed event identifier. Occurs when a cell is initialized and allows you to mark a date in a particular cell as disabled, a holiday, or as special. Identifies the routed event. A routed event identifier. Gets or sets the number of rows to lay out calendars displayed within the control. This is a dependency property. An integer value. Identifies the dependency property. A dependency property identifier. Displays a specified date in the current DateNavigator view. The date to which DateNavigator should scroll. Gets or sets a collection of dates that are currently selected within the control. This is a dependency property. The list of the objects specifying selected dates. Fires after the value of the property has been changed. Identifies the dependency property. A dependency property identifier. Gets or sets a calendar view in which a user can select a value. This is a dependency property. A calendar view in which a user can select a value. Identifies the dependency property. A dependency property identifier. Sets the value of the attached property for the specified object. The object to which the attached property is written. The required value. For internal use only. A value. Identifies the dependency property. A dependency property identifier. Gets or sets a value which specifies whether the Today button is visible. This is a dependency property. true to show the Today button; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets a value indicating whether week numbers will be shown in the Date Navigator. This is a dependency property. true to show week numbers; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets a collection of special dates. This is a dependency property. The list of the objects specifying special dates. Identifies the dependency property. A dependency property identifier. Gets or sets an object that defines the control’s appearance and behavior. This is a dependency property. A DateNavigatorStyleSettings object. Identifies the dependency property. A dependency property identifier. Occurs when the visible date range changes. Identifies the routed event. A routed event identifier. Gets or sets the rule which specifies the first week of the year. This is a dependency property. A enumeration value. Identifies the dependency property. A dependency property identifier. Gets or sets a collection of days of the week that are workdays. This is a dependency property. The list of the objects. Identifies the dependency property. A dependency property identifier. Lists calendar cell states. The cell is disabled. The cell is focused. The cell is a holiday. The cell is inactive. The cell is in the normal state. The cell is focused. The cell is a special day. The cell is today. Lists calendar view types allowing you to display date ranges of a different scope in a different manner. Applies monthly calendars within the control. Applies yearly calendars within the control. A calendar of the control that displays several years. A calendar of the control that displays year ranges (each year range is ten years). Contains a DateNavigator‘s cell states. Initializes a new instance of the class. Gets or sets appearance properties that are applied to the cell when its disabled. This is a dependency property. A value that is appearance properties applied to the cell. Identifies the dependency property. A dependency property identifier. Gets or sets appearance properties that are applied to the cell when the cell is focused. This is a dependency property. A value that is appearance properties applied to the cell. Identifies the dependency property. A dependency property identifier. Gets or sets appearance properties that are applied to the cell when the cell is a holiday. This is a dependency property. A value that is appearance properties applied to the cell. Identifies the dependency property. A dependency property identifier. Gets or sets appearance properties that are applied to the cell when the cell is inactive. This is a dependency property. A value that is appearance properties applied to the cell. Identifies the dependency property. A dependency property identifier. Gets or sets appearance properties that are applied to the cell when a mouse pointer is over it. This is a dependency property. A value that is appearance properties applied to the cell. Identifies the dependency property. A dependency property identifier. Gets or sets appearance properties that are applied to the cell. This is a dependency property. A value that is appearance properties applied to the cell. Identifies the dependency property. A dependency property identifier. Gets or sets appearance properties that are applied to the cell when the cell is selected. This is a dependency property. A value that is the appearance properties applied to the cell. Identifies the dependency property. A dependency property identifier. Gets or sets appearance properties that are applied to the cell when the cell is a special date. This is a dependency property. A value that is appearance properties applied to the cell. Identifies the dependency property. A dependency property identifier. Gets or sets appearance properties that are applied to the cell when the cell is today. This is a dependency property. A value that is appearance properties applied to the cell. Identifies the dependency property. A dependency property identifier. Lists the values that specify the state of DateNavigator cells. End-users cannot select this cell’s date. The cell’s date is marked as a holiday. The cell’s date is marked as a special date. The cell’s date does not have any specific state. Lists the values that specify the display mode. The displays its calendars in classic mode. The displays its calendars in Outlook-inspired mode with compact headers. Defines the appearance and behavior of in Outlook-inspired operation mode. Initializes a new instance of the class. Provides data for the event. Gets or sets cell appearance. Any of the enumeration values. Gets or sets whether the event should cache the date cell’s appearance value in the specified state. true, to cache the date cell’s appearance value; otherwise, false. Gets the calendar view. A calendar view. Gets the cell state. Any of the flagged enumeration values. Gets the cell’s date. A cell’s date. Gets whether the mouse cursor is over the cell. true, if the mouse cursor is over the cell; otherwise, false. Provides data for the event. Gets or sets the cell state. Any of the flagged enumeration values. Gets the current cell’s date. A cell’s date. Contains a cell’s appearance properties. Initializes a new instance of the class. Gets or sets the brush used to paint the cell’s background. This is a dependency property. A object used to paint the cell’s background. Identifies the dependency property. A dependency property identifier. Gets or sets the brush used to paint the cell’s borders. This is a dependency property. A value. Identifies the dependency property. A dependency property identifier. Gets or sets the thickness of the cell’s border. This is a dependency property. A value which specifies the cell’s border thickness in pixels. Identifies the dependency property. A dependency property identifier. Gets or sets the cell’s corner radius. This is a dependency property. A value that specifies the cell’s corner radius. Identifies the dependency property. A dependency property identifier. Gets or sets the cell’s font weight. This is a dependency property. A value that is the font weight. Identifies the dependency property. A dependency property identifier. Gets or sets the brush used to paint the cell’s foreground. This is a dependency property. A object used to paint the cell’s foreground. Identifies the dependency property. A dependency property identifier. Gets or sets the opacity factor applied to the cell. This is a dependency property. The value that is represents the opacity value. Expected values are between 0.0 and 1.0. Identifies the dependency property. A dependency property identifier. Gets or sets the state’s priority index. The that is the state’s priority index. Identifies the dependency property. A dependency property identifier. Defines the appearance and behavior of in classic operation mode. Initializes a new instance of the class. Serves as a base class for the DateNavigator’s style settings. Initializes a new instance of the class. Provides data for the event. Gets the first visible date of a newly displayed date range. A value. Gets the first visible date of a previously displayed date range. A value. Gets the last visible date of a newly displayed date range. A value. Gets the last visible date of a previously displayed date range. A value. Contains settings specific to date-time masks. Initializes a new instance of the class. Identifies the attached property. Identifies the attached property. Get the value of the attached property to a specified . An object whose attached property value is returned. The attached property value for the specified object. Get the value of the attached property to a specified . An object whose attached property value is returned. The attached property value for the specified object. Set the value of the attached property to a specified . The element to which the attached property is written. The property value. Set the value of the attached property to a specified . The element to which the attached property is written. The property value. Represents a null value button (delete button). Initializes a new instance of the class. Represents an editable data object. Initializes a new instance of the class. Gets or sets an editable value. An editable value. For internal use only. For internal use only. For internal use only. For internal use only. Contains Editor appearance properties. Initializes a new instance of the class. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Get the value of the attached property for the specified . The editor from which the property value is read. The check edit glyph brush. Get the value of the attached property for the specified . The editor from which the property value is read. The editor’s background brush when the editor is checked. Get the value of the attached property for the specified . The editor from which the property value is read. The editor’s border brush when the editor is checked. Get the value of the attached property for the specified . The editor’s background when the editor is checked. The editor’s border brush when the editor is focused. Get the value of the attached property for the specified . The editor from which the property value is read. true when the editor’s CheckEditGlyphBrush property is specified; otherwise false Get the value of the attached property for the specified . The editor from which the property value is read. true when the editor’s CheckedStateBackground property is specified; otherwise false Get the value of the attached property tfor the specified . The editor from which the property value is read. true when the editor’s CheckedStateBorderBrush property is specified; otherwise false Get the value of the attached property for the specified . The editor from which the property value is read. true when the editor’s FocusedBorderBrush property is specified; otherwise false Get the value of the attached property for the specified . The editor from which the property value is read. true when the editor’s ReadOnlyBackground property is specified; otherwise false Get the value of the attached property for the specified . The editor from which the property value is read. true when the editor’s ReadOnlyBorderBrush property is specified; otherwise false Get the value of the attached property for the specified . The editor from which the property value is read. The editor’s background brush when the editor is in read-only state. Get the value of the attached property for the specified . The editor from which the property value is read. The editor’s border brush when the editor is in read-only state. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Sets the value of the attached property to the specified . The editor to which the attached property is written. The check edit glyph brush. Sets the value of the attached property to a specified . The editor to which the attached property is written. The editor’s background color when the editor is checked. Sets the value of the attached property to a specified . The editor to which the attached property is written. The editor’s border brush when the editor is checked. Sets the value of the attached property to a specified . The editor to which the attached property is written. The editor’s border brush when the editor is focused. Sets the value of the attached property to a specified . The editor to which the attached property is written. The editor’s background brush when the editor is read-only. Sets the value of the attached property to a specified . The editor to which the attached property is written. The editor’s border brush when the editor is read-only. A base class that provides necessary functionality for custom localizers of the Data Editors library. Initializes a new instance of the class with default settings. Gets or sets a localizer object providing localization of the user interface at runtime. An descendant, used to localize the user interface at runtime. Returns a localizer object, which provides resources based on the thread’s language and regional settings (culture). An object representing resources based on the thread’s culture. Returns a localizer object, which provides resources based on the thread’s language and regional settings (culture). A object, which provides resources based on the thread’s culture. Returns a localized string for the given string identifier. An enumeration value identifying the string to localize. A corresponding to the specified identifier. Returns a localized string for the given string identifier. A string value identifying the string to localize. A corresponding to the specified identifier. Lists values that specify a button’s position within an editor. A button is displayed within an editor’s edit box. A button is hidden. A button is displayed within an editor’s dropdown. Contains values corresponding to strings that can be localized. The caption of the Apply button displayed within the filter drop-down window inside a . Return Value: Apply Return Value: Center Return Value: Gets or sets the center of the outermost circle of the radial gradient. Return Value: EndPoint Return Value: Gets or sets the two-dimensional coordinates for the end point of the linear gradient. Return Value: GradientOrigin Return Value: Gets or sets the two-dimensional focal point that defines the beginning of a gradient. Return Value: Linear Return Value: MappingMode Return Value: Gets or sets a value that specifies whether the gradient brush positioning coordinates are absolute or relative to the output area. Return Value: None Return Value: Radial Return Value: RadiusX Return Value: Gets or sets the horizontal radius of the outermost circle of the radial gradient. Return Value: RadiusY Return Value: Gets or sets the vertical radius of the outermost circle of the radial gradient. Return Value: Solid Return Value: SpreadMethod Return Value: Gets or sets the type of spread method that specifies how to draw a gradient that starts or ends inside the bounds of the object to be painted. Return Value: StartPoint Return Value: Gets or sets the two-dimensional coordinates for the start point of the linear gradient. Represents the caption of the button used to calculate the sum in the editor. Return Value: + Represents the caption of the button used to delete the last digit of the displayed number in the editor. Return Value: ← Represents the caption of the button used to clear the displayed number in the editor. Return Value: CE Represents the caption of the button used to clear the current calculation in the editor. Return Value: C Represents the caption of the button used to calculate a quotient of the displayed number in the editor. Return Value: / Represents the caption of the button used to type the number 8 in the editor. Return Value: 8 Represents the caption of the button used to terminate the calculation in the editor. Return Value: = Represents the caption of the button used to type the number 5 in the editor. Return Value: 5 Represents the caption of the button used to type the number 4 in the editor. Return Value: 4 Represents the caption of the button used to calculate a quotient of 1 and the displayed number in the editor. Return Value: 1/x Represents the caption of the button used to add the displayed number to any number already in memory in the editor. Return Value: M+ Represents the caption of the button used to clear the number stored in the memory of the editor. Return Value: MC Represents the caption of the button used to recall the number stored in the memory of the editor. Return Value: MR Represents the caption of the button used to store the displayed number in the memory of the editor. Return Value: MS Represents the caption of the button used to subtract the displayed number from any number already in memory in the editor. Return Value: M- Represents the caption of the button used to calculate the product in the editor. Return Value: * Represents the caption of the button used to type the number 9 in the editor. Return Value: 9 Represents the caption of the button used to type the number 1 in the editor. Return Value: 1 Represents the caption of the button used to calculate and display the percentage of the previously entered number in the editor. Return Value: % Represents the caption of the button used to type the number 7 in the editor. Return Value: 7 Represents the caption of the button used to change the sign of the displayed number in the editor. Return Value: ± Represents the caption of the button used to type the number 6 in the editor. Return Value: 6 Represents the caption of the button used to calculate the square root of the displayed number in the editor. Return Value: √ Represents the caption of the button used to calculate the difference in the editor. Return Value: - Represents the caption of the button used to type the number 3 in the editor. Return Value: 3 Represents the caption of the button used to type the number 2 in the editor. Return Value: 2 Represents the caption of the button used to type the number 0 in the editor. Return Value: 0 The string displayed in the edit box of the editor if division by zero occured while evaluating the expression. Return Value: Cannot divide by zero The string displayed on the display of the editor if an expression cannot be evaluated (division by zero, for instance). Return Value: Error Specifies the message raised when the value entered in the editor is invalid. Return Value: Invalid input Represents the caption of the Try Again button in the Take Picture dialog of the control. Return Value: Try Again Represents the caption of the video brightness setting in the . Return Value: Brightness: Represents the caption of the Capture button in the Take Picture dialog of the control. Return Value: Capture Represents the caption of the video contrast setting in the . Return Value: Contrast: Represents the caption of the video saturation setting in the . Return Value: Desaturate Represents the caption of the device selection combo-box in the . Return Value: Device: Represents the error message shown in the when the webcam is not available. Return Value: The webcam is not available. Try closing other applications that might be using it. Represents the error message shown in the when the application couldn’t find a webcam. Return Value: The application couldn’t find a webcam. Represents the caption of the Refresh button in the . Return Value: Refresh Represents the caption of the Reset button in the . Return Value: Reset To Default Represents the caption of the video resolution setting in the . Return Value: Resolution: Represents the title of the Camera Settings built-in panel in the . Return Value: Camera Settings Represents the title of the Take Picture dialog of the control. Return Value: Take Picture Represents the hint of the Take Picture button of the control. Return Value: Take Picture From Camera The caption of the button to discard changes and close the dropdown window of a popup editor (the , for instance). Return Value: Cancel The string that is the description of the exception invoked by an attempt to change the property while the property is set to false. Return Value: Can only change SelectedDates collection in multiple selection mode. Use FocusedDate in single select mode. Return value: Common Characters Represents the corresponding item in the Character set drop-down list of the Symbol dialog in the and . Return value: “Unicode”. Return value: Special Characters Represents the caption of the Character set box in the Symbol dialog of the and . Return value: Character set: Represents the caption of the Filter box in the Symbol dialog of the and . Return value: Filter: Represents the caption of the Font name box in the Symbol dialog of the and . Return value: Font name: Represents the caption of the Search by code box in the Symbol dialog of the and . Return value: Search by code: Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the and . Return value: “All Symbols”. Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the and . Return value: “Close Punctuation”. Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the and . Return value: “Connector Punctuation”. Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the and . Return value: “Control”. Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the and . Return value: “Currency Symbol”. Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the and . Return value: “Dash Punctuation”. Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the and . Return value: “Decimal Digit Number”. Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the and . Return value: “Enclosing Mark”. Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the and . Return value: “Final Quote Punctuation”. Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the and . Return value: “Format”. Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the and . Return value: “Initial Quote Punctuation”. Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the and . Return value: “Letter Number”. Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the and . Return value: “Line Separator”. Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the and . Return value: “Lowercase Letter”. Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the and . Return value: “Math Symbol”. Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the and . Return value: “Modifier Letter”. Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the and . Return value: “Modifier Symbol”. Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the and . Return value: “Nonspacing Mark”. Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the and . Return value: “Open Punctuation”. Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the and . Return value: “Other Letter”. Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the and . Return value: “Other Not Assigned”. Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the and . Return value: “Other Number”. Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the and . Return value: “Other Punctuation”. Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the and . Return value: “Other Symbol”. Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the and . Return value: “Paragraph Separator”. Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the and . Return value: “Private-use”. Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the and . Return value: “Space Separator”. Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the and . Return value: “Spacing Combining Mark”. Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the and . Return value: “Surrogate”. Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the and . Return value: “Titlecase Letter”. Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the and . Return value: “Uppercase Letter”. The default caption for the error message box. Return Value: Error Specifies the string corresponding to the checked state of the check edit. This string is displayed, for instance, in the filter dropdown of the DXGrid (or other) control. Return Value: Checked Specifies the string corresponding to the indeterminate state of the check edit. This string is displayed, for instance, in the filter dropdown of the DXGrid (or other) control. Return Value: Indeterminate Specifies the string corresponding to the unchecked state of the check edit. This string is displayed, for instance, in the filter dropdown of the DXGrid (or other) control. Return Value: Unchecked The caption of the button to clear all the content from the editor. Return Value: Clear Represents the caption of the CMYK color model. Return Value: CMYK The caption of the button to pick up the default color in the editor. Return Value: Automatic The title of the dialog window, where end-users can set up a color in the editor by manually entering its Red, Blue, Green and Alpha or Hex values, or via visual elements. Return Value: Colors The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the . Return Value: Black The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the . Return Value: Blue The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the . Return Value: DarkBlue The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the . Return Value: DarkRed The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the . Return Value: Green The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the . Return Value: LightBlue The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the . Return Value: LightGreen The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the . Return Value: Orange The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the . Return Value: Purple The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the . Return Value: Red The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the . Return Value: White The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the . Return Value: Yellow The caption of the button to invoke the dialog window, where end-users can set up a color in the editor by manually entering its Red, Blue, Green and Alpha or Hex values, or via visual elements. Return Value: Automatic The caption of the button to select the in the editor. This button is visible if the property is set to true. Return Value: No Color The caption that is shown above the palette of recently used colors in the editor. Return Value: Recent Colors The caption that is shown above the palette of standard colors in the editor. Return Value: Standard Colors The caption that is shown above the palette of theme colors in the editor. Return Value: Theme Colors Represents the caption of the alpha channel attribute in the color picker. Return Value: Alpha Represents the caption of the blue color. Return Value: Blue Represents the caption of the brightness attribute in the color picker. Return Value: Brightness Represents the caption of the cyan color. Return Value: Cyan Represents the caption of the green color. Return Value: Green Represents the caption of the hue attribute in the color picker. Return Value: Hue Return Value: Key color Represents the caption of the lightness attribute in the color picker. Return Value: Lightness Represents the caption of the magenta color. Return Value: Magenta Represents the caption of the red color. Return Value: Red Represents the caption of the saturation attribute in the color picker. Return Value: Saturation Represents the caption of the yellow color. Return Value: Yellow The title of the dialog window that appears when the end-user tries to set a font in the that cannot be found in the system. The property should be set to true to allow for the window to appear. Return Value: Confirmation The message that is contained in the dialog window that appears when the end-user tries to set a font in the that cannot be found in the system. The property should be set to true to allow for the window to appear. Return Value:The font "{0}" is not available on your system. Do you want to use it anyway? The caption of the button to copy the content from the editor. Return Value: Copy The caption of the button to cut the content from the editor. Return Value: Cut Return Value: A Return Value: ABCXYZ Return value: hours Return value: msecs Return value: mins Return value: secs Return Value: Currency Return Value: Custom Return Value: Datetime Return Value: Default Return Value: Number Return Value: Percent Return Value: Special Return Value: Invalid display format text Return Value: None Return Value: Display format text: Return Value: Example: Return Value: Prefix: Return Value: Suffix: Return Value: Add records: Return Value: Cannot drop here: Return Value: Insert after record: Return Value: Insert before record: Return Value: Move to children collection: Return Value: Dragging {0} records Return Value: Dragging 1 record: Return Value: (None) The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Abs(Value)\r\nReturns the absolute, positive value of the given numeric expression. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Acos(Value)\r\nReturns the arccosine of a number (the angle, in radians, whose cosine is the given float expression). The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: AddDays(DateTime, DaysCount)\r\nReturns a date-time value that is the specified number of days away from the specified DateTime. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: AddHours(DateTime, HoursCount)\r\nReturns a date-time value that is the specified number of hours away from the specified DateTime. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: AddMilliSeconds(DateTime, MilliSecondsCount)\r\nReturns a date-time value that is the specified number of milliseconds away from the specified DateTime. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: AddMinutes(DateTime, MinutesCount)\r\nReturns a date-time value that is the specified number of minutes away from the specified DateTime. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: AddMonths(DateTime, MonthsCount)\r\nReturns a date-time value that is the specified number of months away from the specified DateTime. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: AddSeconds(DateTime, SecondsCount)\r\nReturns a date-time value that is the specified number of seconds away from the specified DateTime. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: AddTicks(DateTime, TicksCount)\r\nReturns a date-time value that is the specified number of ticks away from the specified DateTime. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: AddTimeSpan(DateTime, TimeSpan)\r\nReturns a date-time value that is away from the specified DateTime for the given TimeSpan. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: AddYears(DateTime, YearsCount)\r\nReturns a date-time value that is the specified number of years away from the specieid DateTime. The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: Performs a logical conjunction on two expressions. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Ascii(String)\r\nReturns the ASCII code value of the leftmost character in a character expression. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Asin(Value)\r\nReturns the arcsine of a number (the angle, in radians, whose sine is the given float expression). The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Atn(Value)\r\nReturns the arctangent of a number (the angle, in radians, whose tangent is the given float expression). The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Atn2(Value1, Value2)\r\nReturns the angle whose tangent is the quotient of two specified numbers, in radians. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Avg(Value)\r\nEvaluates the average of the values in the collection. The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: Between (,)\r\nSpecifies a range to test. Returns true if a value is greater than or equal to the first operand and less than or equal to the second operand. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: BigMul(Value1, Value2)\r\nReturns an Int64 containing the full product of two specified 32-bit numbers. The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: Performs a bitwise logical AND operation between two integer values. The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: Compares each bit of its first operand to the corresponding bit of its second operand. If either bit is 1, the corresponding result bit is set to 1. Otherwise, the corresponding result bit is set to 0. The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: Performs a logical exclusion on two Boolean expressions, or a bitwise exclusion on two numeric expressions. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Ceiling(Value)\r\nReturns the smallest integer that is greater than or equal to the given numeric expression. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Char(Number)\r\nConverts an integerASCIICode to a character. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: CharIndex(String1, String2)\r\nReturns the starting position of String1 within String2, beginning from the zero character position to the end of a string. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: CharIndex(String1, String2, StartLocation)\r\nReturns the starting position of String1 within String2, beginning from the StartLocation character position to the end of a string. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Concat(String1, … , StringN)\r\nReturns a string value containing the concatenation of the current string with any additional strings. The name of the group of constants in the Expression Editor. Return Value: Constants The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Contains(String, SubString)\r\nReturns True if SubString occurs within String; otherwise, False is returned. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Cos(Value)\r\nReturns the cosine of the angle defined in radians. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Cosh(Value)\r\nReturns the hyperbolic cosine of the angle defined in radians. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Count()\r\nReturns the number of objects in a collection. The description of the corresponding variable that is displayed to the right of the Expression Editor. Return Value: Returns the index of the current data row in a datasource. Note that this index is zero-based. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: DateDiffDay(startDate, endDate)\r\nReturns the number of day boundaries between two non-nullable dates. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: DateDiffHour(startDate, endDate)\r\nReturns the number of hour boundaries between two non-nullable dates. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: DateDiffMilliSecond(startDate, endDate)\r\nReturns the number of millisecond boundaries between two non-nullable dates. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: DateDiffMinute(startDate, endDate)\r\nReturns the number of minute boundaries between two non-nullable dates. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: DateDiffMonth(startDate, endDate)\r\nReturns the number of month boundaries between two non-nullable dates. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: DateDiffSecond(startDate, endDate)\r\nReturns the number of second boundaries between two non-nullable dates. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: DateDiffTick(startDate, endDate)\r\nReturns the number of tick boundaries between two non-nullable dates. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: DateDiffYear(startDate, endDate)\r\nReturns the number of year boundaries between two non-nullable dates. The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: Divides the first operand by the second. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: EndsWith(String, EndString)\r\nReturns True if the end of String matches EndString; otherwise, False is returned. The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: Returns true if both operands have the same value; otherwise, it returns false. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Exists()\r\nDetermines whether the object exists in the collection. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Exp(Value)\r\nReturns the exponential value of the given float expression. The description of the corresponding constant that is displayed to the right of the Expression Editor. Return Value: Represents the Boolean False value. Return Value: The type of this field is: {0} The name of the group of fields in the Expression Editor. Return Value: Fields The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Floor(Value)\r\nReturns the largest integer less than or equal to the given numeric expression. The name of the group of functions in the Expression Editor. Return Value: Functions Return Value: Enter text to search… The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Aggregate Represents the string that is the item of the dropdown filter list in the Expression Editor. Return Value: (All) Represents the string that is the item of the dropdown filter list in the Expression Editor. Return Value: Date-time Represents the string that is the item of the dropdown filter list in the Expression Editor. Return Value: Logical Represents the string that is the item of the dropdown filter list in the Expression Editor. Return Value: Math Represents the string that is the item of the dropdown filter list in the Expression Editor. Return Value: String The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: GetDate(DateTime)\r\nExtracts a date from the defined DateTime. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: GetDay(DateTime)\r\nExtracts a day from the defined DateTime. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: GetDayOfWeek(DateTime)\r\nExtracts a day of the week from the defined DateTime. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: GetDayOfYear(DateTime)\r\nExtracts a day of the year from the defined DateTime. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: GetHour(DateTime)\r\nExtracts an hour from the defined DateTime. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: GetMilliSecond(DateTime)\r\nExtracts milliseconds from the defined DateTime. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: GetMinute(DateTime)\r\nExtracts minutes from the defined DateTime. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: GetMonth(DateTime)\r\nExtracts a month from the defined DateTime. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: GetSecond(DateTime)\r\nExtracts seconds from the defined DateTime. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: GetTimeOfDay(DateTime)\r\nExtracts the time of the day from the defined DateTime, in ticks. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: GetYear(DateTime)\r\nExtracts a year from the defined DateTime. The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: Greater than operator. Used to compare expressions. The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: Greater than or equal to operator. Used to compare expressions. The template of the description of grid fields that is displayed to the right of the Expression Editor. Return Value: Field Information\r\nCaption: {1}\r\nThe type of this field is: {2} The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Iif(Expression, TruePart, FalsePart)\r\nReturns either TruePart or FalsePart, depending on the evaluation of the Boolean Expression. The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: In (,,,)\r\nTests for the existence of a property in an object. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Insert(String1, StartPosition, String2)\r\nInserts String2 into String1 at the position specified by StartPositon The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsApril(DateTime)\r\nReturns True if the specified date falls within April. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsAugust(DateTime)\r\nReturns True if the specified date falls within August. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsDecember(DateTime)\r\nReturns True if the specified date falls within December. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsFebruary(DateTime)\r\nReturns True if the specified date falls within February. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsJanuary(DateTime)\r\nReturns True if the specified date falls within January. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsJuly(DateTime)\r\nReturns True if the specified date falls within July. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsJune(DateTime)\r\nReturns True if the specified date falls within June. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsLastMonth(DateTime)\r\nReturns True if the specified date falls within the previous month. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsLastYear(DateTime)\r\nReturns True if the specified date falls within the previous year. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsMarch(DateTime)\r\nReturns True if the specified date falls within March. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsMay(DateTime)\r\nReturns True if the specified date falls within May. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsNextMonth(DateTime)\r\nReturns True if the specified date falls within the next month. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsNextYear(DateTime)\r\nReturns True if the specified date falls within the next year. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsNovember(DateTime)\r\nReturns True if the specified date falls within November. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsNull(Value)\r\nReturns True if the specified Value is NULL. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsNullOrEmpty(String)\r\nReturns True if the specified String object is NULL or an empty string; otherwise, False is returned. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsOctober(DateTime)\r\nReturns True if the specified date falls within October. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsSameDay(DateTime, DateTime)\r\nReturns True if the specified date-time values fall within the same day. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsSeptember(DateTime)\r\nReturns True if the specified date falls within September. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsThisMonth The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsThisWeek The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsThisYear The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsYearToDate(DateTime)\r\nReturns True if the specified date falls within the year-to-date period (starting from the first day of the current year and continuing up to the current date). The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Len(Value)\r\nReturns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: Less than operator. Used to compare expressions. The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: Less than or equal to operator. Used to compare expressions. The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: Compares a string against a pattern. If the value of the string matches the pattern, result is true. If the string does not match the pattern, result is false. If both string and pattern are empty strings, the result is true. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: LocalDateTimeDayAfterTomorrow()\r\nReturns a date-time value corresponding to the day after Tomorrow. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: LocalDateTimeLastMonth()\r\nReturns a date-time value corresponding to the first day of the previous month. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: LocalDateTimeLastWeek()\r\nReturns a date-time value corresponding to the first day of the previous week. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: LocalDateTimeLastYear()\r\nReturns a date-time value corresponding to the first day of the previous year. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: LocalDateTimeNextMonth()\r\nReturns a date-time value corresponding to the first day of next month. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: LocalDateTimeNextWeek()\r\nReturns a date-time value corresponding to the first day of the following week. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: LocalDateTimeNextYear()\r\nReturns a date-time value corresponding to the first day of the following year. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: LocalDateTimeNow()\r\nReturns a date-time value corresponding to the current moment in time. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: LocalDateTimeThisMonth()\r\nReturns a date-time value corresponding to the first day of the current month. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: LocalDateTimeThisWeek()\r\nReturns a date-time value corresponding to the first day of the current week. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: LocalDateTimeThisYear()\r\nReturns a date-time value corresponding to the first day of the current year. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: LocalDateTimeToday()\r\nReturns a date-time value corresponding to Today. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: LocalDateTimeTomorrow()\r\nReturns a date-time value corresponding to Tomorrow. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: LocalDateTimeTwoMonthsAway()\r\nReturns a date-time value corresponding to the first day of the month after next. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: LocalDateTimeTwoWeeksAway()\r\nReturns a date-time value corresponding to the first day of the week that is after next week. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: LocalDateTimeTwoYearsAway()\r\nReturns a date-time value corresponding to the first day of the year after next. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: LocalDateTimeYearBeforeToday()\r\nReturns a date-time value corresponding to the day one year ago. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: LocalDateTimeYesterday()\r\nReturns a date-time value corresponding to Yesterday. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Log(Value)\r\nReturns the natural logarithm of a specified number. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Log10(Value)\r\nReturns the base 10 logarithm of a specified number. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Log(Value, Base)\r\nReturns the logarithm of a specified number in a specified Base. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Lower(String)\r\nReturns the String in lowercase. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Max(Value1, Value2)\r\nReturns the maximum value from the specified values. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Max(Value)\r\nReturns the maximum expression value in a collection. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Min(Value1, Value2)\r\nReturns the minimum value from the specified values. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Min(Value)\r\nReturns the minimum expression value in a collection. The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: Finds the difference between two numbers. The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: Returns the remainder (modulus) obtained by dividing one numeric expression into another. The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: Multiplies the value of two expressions. The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: Performs logical negation on an expression. The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: Returns true if the operands do not have the same value; otherwise, it returns false. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Now()\r\nReturns the current system date and time. The description of the corresponding constant that is displayed to the right of the Expression Editor. Return Value: Represents a null reference, one that does not refer to any object. The name of the group of operators in the Expression Editor. Return Value: Operators The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: Performs a logical disjunction on two Boolean expressions. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: PadLeft(String, Length)\r\nLeft-aligns characters in the defined string, padding its left side with white space characters up to a specified total length. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: PadLeft(String, Length, Char)\r\nLeft-aligns characters in the defined string, padding its left side with the specified Char up to a specified total length. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: PadRight(String, Length)\r\nRight-aligns characters in the defined string, padding its left side with white space characters up to a specified total length. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: PadRight(String, Length, Char)\r\nRight-aligns characters in the defined string, padding its left side with the specified Char up to a specified total length. The description of the corresponding parameter that is displayed to the right of the Expression Editor. Return Value: The type of this parameter is: {0} The name of the group of parameters in the Expression Editor. Return Value: Parameters The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: Adds the value of one numeric expression to another, or concatenates two strings. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Power(Value, Power)\r\nReturns a specified number raised to a specified power. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Remove(String, StartPosition)\r\nDeletes all characters from this instance, beginning at a specified position. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Remove(String, StartPosition, Length)\r\nDeletes a specified number of characters from this instance, beginning at a specified position. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Replace(String, SubString2, String3)\r\nReturns a copy of String1, in which SubString2 has been replaced with String3. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Reverse(String)\r\nReverses the order of elements within a string. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Rnd()\r\nReturns a random number that is less than 1, but greater than or equal to zero. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Round(Value)\r\nRounds the given value to the nearest integer. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Round(Value, Precision)\r\nRounds the given value to the nearest integer, or to a specified number of decimal places. The description of the corresponding variable that is displayed to the right of the Expression Editor. Return Value: Returns the total amount of data rows in a datasource. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Sign(Value)\r\nReturns the positive (+1), zero (0), or negative (-1) sign of the given expression. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Sin(Value)\r\nReturns the sine of the angle, defined in radians. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Single()\r\nReturns a single object from the collection. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Sinh(Value)\r\nReturns the hyperbolic sine of the angle defined in radians. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Sqr(Value)\r\nReturns the square root of a given number. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: StartsWith(String, StartString)\r\nReturns True if the beginning of String matches StartString; otherwise, False is returned. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Substring(String, StartPosition)\r\nRetrieves a substring from String. The substring starts at StartPosition. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Substring(String, StartPosition, Length)\r\nRetrieves a substring from String. The substring starts at StartPosition and has the specified Length. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Sum(Value)\r\nReturns the sum of all the expression values in the collection. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Tan(Value)\r\nReturns the tangent of the angle defined in radians. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Tanh(Value)\r\nReturns the hyperbolic tangent of the angle defined in radians. The title of the Expression Editor window. Return Value: Expression editor The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Today()\r\nReturns the current date. Regardless of the actual time, this function returns midnight of the current date. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: ToDecimal(Value)\r\nConverts Value to an equivalent decimal number. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: ToDouble(Value)\r\nConverts Value to an equivalent 64-bit double-precision floating-point number. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: ToFloat(Value)\r\nConverts Value to an equivalent 32-bit single-precision floating-point number. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: ToInt(Value)\r\nConverts Value to an equivalent 32-bit signed integer. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: ToLong(Value)\r\nConverts Value to an equivalent 64-bit signed integer. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: ToStr(Value)\r\nReturns a string representation of an object. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Trim(String)\r\nRemoves all leading and trailing SPACE characters from String. The description of the corresponding constant that is displayed to the right of the Expression Editor. Return Value: Represents the Boolean True value. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Upper(String)\r\nReturns String in uppercase. The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: UtcNow()\r\nReturns the current system date and time, expressed as Coordinated Universal Time (UTC). The name of the group of variables in the Expression Editor. Return Value: Variables Represents the caption of the AnyOf filter clause. Return value: Is any of Represents the caption of the BeginsWith filter clause. Return value: Begins with Represents the caption of the Between filter clause. Return value: Is between Represents the caption of the BetweenAnd filter clause. Return value: and Represents the caption of the Between dates filter clause. Return value: Between dates Represents the caption of the Contains filter clause. Return value: Contains Represents the caption of the DoesNotContain filter clause. Return value: Does not contain Represents the caption of the DoesNotEqual filter clause. Return value: Does not equal Represents the caption of the EndsWith filter clause. Return value: Ends with Represents the caption of the Equals filter clause. Return value: Equals Represents the caption of the Greater filter clause. Return value: Is greater than Represents the caption of the GreaterOrEqual filter clause. Return value: Is greater than or equal to Represents the caption of the Is April filter clause. Return value: Is April Represents the caption of the Is August filter clause. Return value: Is August Represents the caption of the Is Beyond This Year filter clause. Return value: Is Beyond This Year Represents the caption of the Is December filter clause. Return value: Is December Represents the caption of the Is Earlier This Month filter clause. Return value: Is Earlier This Month Represents the caption of the Is Earlier This Week filter clause. Return value: Is Earlier This Week Represents the caption of the Is Earlier This Year filter clause. Return value: Is Earlier This Year Represents the caption of the Is February filter clause. Return value: Is February Represents the caption of the Is January filter clause. Return value: Is January Represents the caption of the Is July filter clause. Return value: Is July Represents the caption of the Is June filter clause. Return value: Is June Represents the caption of the Is Last Week filter clause. Return value: Is Last Week Represents the caption of the Is Later This Month filter clause. Return value: Is Later This Month Represents the caption of the Is Later This Week filter clause. Return value: Is Later This Week Represents the caption of the Is Later This Year filter clause. Return value: Is Later This Year Represents the caption of the Is March filter clause. Return value: Is March Represents the caption of the Is May filter clause. Return value: Is May Represents the caption of the Is Next Week filter clause. Return value: Is Next Week Represents the caption of the Is Not April filter clause. Return value: Is Not April Represents the caption of the Is Not August filter clause. Return value: Is Not August Represents the caption of the Is Not December filter clause. Return value: Is Not December Represents the caption of the Is Not February filter clause. Return value: Is Not February Represents the caption of the Is Not January filter clause. Return value: Is Not January Represents the caption of the Is Not July filter clause. Return value: Is Not July Represents the caption of the Is Not June filter clause. Return value: Is Not June Represents the caption of the Is Not March filter clause. Return value: Is Not March Represents the caption of the Is Not May filter clause. Return value: Is Not May Represents the caption of the Is Not November filter clause. Return value: Is Not November Represents the caption of the Is not null filter clause. Return value: Is not null Represents the caption of the Is not blank filter clause. Return value: Is not blank Represents the caption of the Is Not October filter clause. Return value: Is Not October Represents the caption of the Is not on filter clause. Return value: Is not on Represents the caption of the Is Not September filter clause. Return value: Is Not September Represents the caption of the Is November filter clause. Return value: Is November Represents the caption of the Is null filter clause. Return value: Is null Represents the caption of the Is blank filter clause. Return value: Is blank Represents the caption of the Is October filter clause. Return value: Is October Represents the caption of the Is on filter clause. Return value: Is on Represents the caption of the Is on any of the following filter clause. Return value: Is on any of the following Represents the caption of the On Dates filter clause. Return value: On Dates Represents the caption of the Beyond This Year filter clause. Return value: Beyond This Year Represents the caption of the Earlier This Month filter clause. Return value: Earlier This Month Represents the caption of the Earlier This Week filter clause. Return value: Earlier This Week Represents the caption of the Earlier This Year filter clause. Return value: Earlier This Year Represents the caption of the Last Week filter clause. Return value: Last Week Represents the caption of the Later This Month filter clause. Return value: Later This Month Represents the caption of the Later This Week filter clause. Return value: Later This Week Represents the caption of the Later This Year filter clause. Return value: Later This Year Represents the caption of the Next Week filter clause. Return value: Next Week Represents the caption of the Prior This Year filter clause. Return value: Prior This Year Represents the caption of the Today filter clause. Return value: Today Represents the caption of the Tomorrow filter clause. Return value: Tomorrow Represents the caption of the Yesterday filter clause. Return value: Yesterday Represents the caption of the Is Prior This Year filter clause. Return value: Is Prior This Year Represents the caption of the Is September filter clause. Return value: Is September Represents the caption of the Is Today filter clause. Return value: Is Today Represents the caption of the Is Tomorrow filter clause. Return value: Is Tomorrow Represents the caption of the Is Yesterday filter clause. Return value: Is Yesterday Represents the caption of the Is less than filter clause. Return value: Is less than Represents the caption of the Is less than or equal to filter clause. Return value: Is less than or equal to Represents the caption of the Is like filter clause. Return value: Is like Represents the caption of the Day After Tomorrow filter clause. Return value: Day after tomorrow Represents the caption of the Last month filter clause. Return value: Last month Represents the caption of the Last Week filter clause. Return value: Last week Represents the caption of the Last year filter clause. Return value: Last year Represents the caption of the Next Month filter clause. Return value: Next month Represents the caption of the Next Week filter clause. Return value: Next week Represents the caption of the Next Year filter clause. Return value: Next year Represents the caption of the Now filter clause. Return value: Now Represents the caption of the This Month filter clause. Return value: This month Represents the caption of the This Week filter clause. Return value: This week Represents the caption of the This Year filter clause. Return value: This year Represents the caption of the Today filter clause. Return value: Today Represents the caption of the Tomorrow filter clause. Return value: Tomorrow Represents the caption of the Two months away filter clause. Return value: Two months away Represents the caption of the Two Weeks Away filter clause. Return value: Two weeks away Represents the caption of the Two years away filter clause. Return value: Two years away Represents the caption of the Year before today filter clause. Return value: Year before today Represents the caption of the Yesterday filter clause. Return value: Yesterday Represents the caption of the Is none of filter clause. Return value: Is none of Represents the caption of the Is not between filter clause. Return value: Is not between Represents the caption of the Is not like filter clause. Return value: Is not like Specifies an error message that may occur when parsing an expression Return value: The specified expression contains invalid symbols (line {0}, character {1}). Specifies an error message that may occur when parsing an expression Return value: The specified expression is invalid. Represents the caption of the Above Average filter clause. Return value: Above Average Represents the caption of the Below Average filter clause. Return value: Below Average Specifies the textual representation of the Between operator used when constructing a display string of filter criteria. Return value: Between Represents the caption of the Between Dates filter clause. Return value: Between Dates Specifies the textual representation of the binary bitwise AND operator used when constructing a display string of filter criteria. Return value: & Specifies the textual representation of the binary bitwise OR operator used when constructing a display string of filter criteria. Return value: | Specifies the textual representation of the binary bitwise XOR operator used when constructing a display string of filter criteria. Return value: ^ Specifies the textual representation of the binary Divide operator used when constructing a display string of filter criteria. Return value: / Specifies the textual representation of the binary Equal to operator used when constructing a display string of filter criteria. Return value: = Specifies the textual representation of the binary Greater than operator used when constructing a display string of filter criteria. Return value: > Specifies the textual representation of the binary Greater than or equal to operator used when constructing a display string of filter criteria. Return value: >= Specifies the textual representation of the binary Less than operator used when constructing a display string of filter criteria. Return value: < Specifies the textual representation of the binary Less than or equal to operator used when constructing a display string of filter criteria. Return value: <= Specifies the textual representation of the binary Like operator used when constructing a display string of filter criteria. Return value: Like Specifies the textual representation of the binary Minus operator used when constructing a display string of filter criteria. Return value: - Specifies the textual representation of the binary Modulo operator used when constructing a display string of filter criteria. Return value: % Specifies the textual representation of the binary Multiply operator used when constructing a display string of filter criteria. Return value: * Specifies the textual representation of the binary Not Equal operator used when constructing a display string of filter criteria. Return value: <> Specifies the textual representation of the binary Plus operator used when constructing a display string of filter criteria. Return value: + Represents the caption of the Bottom Items filter clause. Return value: Bottom Items Represents the caption of the Bottom Percent filter clause. Return value: Bottom Percent Represents the caption of the Duplicate filter clause. Return value: Is Duplicate Specifies the textual representation of the Contains operator used when constructing a display string of filter criteria. Return value: Contains Specifies the textual representation of the Ends With operator used when constructing a display string of filter criteria. Return value: Ends with Specifies the textual representation of the Is null or empty operator used when constructing a display string of filter criteria. Return value: Is null or empty Specifies the textual representation of the Starts with operator used when constructing a display string of filter criteria. Return value: Starts with Specifies the textual representation of the group AND operator used when constructing a display string of filter criteria. Return value: And Specifies the textual representation of the group OR operator used when constructing a display string of filter criteria. Return value: Or Specifies the textual representation of the In function used when constructing a display string of filter criteria. Return value: In Specifies the textual representation of the Is not null operator used when constructing a display string of filter criteria. Return value: Is Not Null Represents the caption of the On Dates filter clause. Return value: On Dates Specifies the textual representation of the Not like operator used when constructing a display string of filter criteria. Return value: Not Like Represents the caption of the Top Items filter clause. Return value: Top Items Represents the caption of the Top Percent filter clause. Return value: Top Percent Specifies the textual representation of the unary bitwise Not operator used when constructing a display string of filter criteria. Return value: ~ Specifies the textual representation of the unary Is null operator used when constructing a display string of filter criteria. Return value: Is Null Specifies the textual representation of the unary Minus operator used when constructing a display string of filter criteria. Return value: - Specifies the textual representation of the unary Not operator used when constructing a display string of filter criteria. Return value: Not Specifies the textual representation of the unary Plus operator used when constructing a display string of filter criteria. Return value: + Represents the caption of the Is Unique filter clause. Return value: Is Unique Specifies the caption of a submenu that contains date-time operators used to filter data Return value: DateTime operators Specifies the textual representation of the Checked operator used when constructing a display string of filter criteria. Return value: Checked Specifies the textual representation of the Unchecked operator used when constructing a display string of filter criteria. Return value: Unchecked Represents the caption of the All filter clause. Return value: (All) Represents the caption of the Blanks filter clause. Return value: Blanks Represents the caption of the From item. Return value: From Represents the caption of the To item. Return value: To Represents the caption of the Date Range From item. Return value: From Represents the caption of the Date Range To item. Return value: To Represents the caption of the Empty filter clause. Return value: Is Empty Represents the caption of the Filter Rules tab. Return value: Filter Rules Represents the caption of the Filter Values tab. Return value: Filter Values Represents the caption of the Radio All item. Return value: All Represents the caption of the Empty Paremeter item. Return value: Empty Represents the caption of the Empty Property item. Return value: Empty Represents the string that is the non-specified second argument of a binary filter operation. Return Value: <enter a value> Return Value: Add Condition Return Value: Add Custom Expression Return Value: Add Group Return Value: And Return Value: Clear All Return Value: Not And Return Value: Not And Return Value: Not Or Return Value: Not Or Return Value: Or Return Value: Remove Group Return Value: Parameter Return Value: Property Return Value: Value Represents the caption of the Between filter clause in filter panel. Return value: Between Represents the caption of the Bottom filter clause in filter panel. Return value: Bottom Represents the caption of the Is beyond this year filter clause in filter panel. Return value: Is beyond this year Represents the caption of the Is earlier this month filter clause in filter panel. Return value: Is earlier this month Represents the caption of the Is earlier this week filter clause in filter panel. Return value: Is earlier this week Represents the caption of the Is earlier this year filter clause in filter panel. Return value: Is earlier this year Represents the caption of the Is last month filter clause in filter panel. Return value: Is last month Represents the caption of the Is last week filter clause in filter panel. Return value: Is last week Represents the caption of the Is last year filter clause in filter panel. Return value: Is last year Represents the caption of the Is later this month filter clause in filter panel. Return value: Is later this month Represents the caption of the Is later this week filter clause in filter panel. Return value: Is later this week Represents the caption of the Is later this year filter clause in filter panel. Return value: Is later this year Represents the caption of the Is next month filter clause in filter panel. Return value: Is next month Represents the caption of the Is next week filter clause in filter panel. Return value: Is next week Represents the caption of the Is next year filter clause in filter panel. Return value: Is next year Represents the caption of the Is not beyond this year filter clause in filter panel. Return value: Is not beyond this year Represents the caption of the Is not earlier this month filter clause in filter panel. Return value: Is not earlier this month Represents the caption of the Is not earlier this week filter clause in filter panel. Return value: Is not earlier this week Represents the caption of the Is not earlier this year filter clause in filter panel. Return value: Is not earlier this year Represents the caption of the Is not last month filter clause in filter panel. Return value: Is not last month Represents the caption of the Is not last week filter clause in filter panel. Return value: Is not last week Represents the caption of the Is not last year filter clause in filter panel. Return value: Is not last year Represents the caption of the Is not later this month filter clause in filter panel. Return value: Is not later this month Represents the caption of the Is not later this week filter clause in filter panel. Return value: Is not later this week Represents the caption of the Is not later this year filter clause in filter panel. Return value: Is not later this year Represents the caption of the Is not next month filter clause in filter panel. Return value: Is not next month Represents the caption of the Is not next week filter clause in filter panel. Return value: Is not next week Represents the caption of the Is not next year filter clause in filter panel. Return value: Is not next year Represents the caption of the Is not prior this year filter clause in filter panel. Return value: Is not prior this year Represents the caption of the Is not this month filter clause in filter panel. Return value: Is not this month Represents the caption of the Is not this week filter clause in filter panel. Return value: Is not this week Represents the caption of the Is not this year filter clause in filter panel. Return value: Is not this year Represents the caption of the Is not today filter clause in filter panel. Return value: Is not today Represents the caption of the Is not tomorrow filter clause in filter panel. Return value: Is not tomorrow Represents the caption of the Is not yesterday filter clause in filter panel. Return value: Is not yesterday Represents the caption of the Is prior this year filter clause in filter panel. Return value: Is prior this year Represents the caption of the Is this month filter clause in filter panel. Return value: Is this month Represents the caption of the Is this week filter clause in filter panel. Return value: Is this week Represents the caption of the Is this year filter clause in filter panel. Return value: Is this year Represents the caption of the Is today filter clause in filter panel. Return value: Is today Represents the caption of the Is tomorrow filter clause in filter panel. Return value: Is tomorrow Represents the caption of the Is yesterday filter clause in filter panel. Return value: Is yesterday Represents the caption of the Not between filter clause in filter panel. Return value: Not between Represents the caption of the Not contains filter clause in filter panel. Return value: Not contains Represents the caption of the Not ends with filter clause in filter panel. Return value: Not ends with Represents the caption of the Not in filter clause in filter panel. Return value: Not in Represents the caption of the Not like filter clause in filter panel. Return value: Not like Represents the caption of the Not starts with filter clause in filter panel. Return value: Not starts with Represents the caption of the Top filter clause in filter panel. Return value: Top The string displayed in the tip that appears when the pointer hovers over the corresponding button in the Filter Panel. Return Value: Clear Filter The string displayed in the tip that appears when the pointer hovers over the corresponding checkbox in the Filter Panel. Return Value: Disable Filter The string displayed in the tip that appears when the pointer hovers over the corresponding button in the Filter Panel. Return Value: Edit Filter The string displayed in the tip that appears when the pointer hovers over the corresponding checkbox in the Filter Panel. Return Value: Enable Filter Return Value: Empty The string displayed in the tip that appears when the pointer hovers over the corresponding button in the Filter Editor. Return Value: Adds a new item to the list Return Value: Edit The string displayed in the tip that appears when the pointer hovers over the corresponding button in the Filter Editor. Return Value: (Use the Insert or Add key) The string displayed in the tip that appears when the pointer hovers over the corresponding button in the Filter Editor. Return Value: (Use the Delete or Subtract key) The string displayed in the tip that appears when the pointer hovers over the corresponding button in the Filter Editor. Return Value: Actions The string displayed in the tip that appears when the pointer hovers over the corresponding button in the Filter Editor. Return Value: Adds a new condition to this group The string displayed in the tip that appears when the pointer hovers over the corresponding button in the Filter Editor. Return Value: Removes this condition The string displayed in the tip that appears when the pointer hovers over the corresponding button in the Filter Editor. Return Value: Compare with a value / another field’s value Return Value: Available First Return Value: No Sort Return Value: Popular First Return Value: First Page Return Value: Format Condition Filters Represents the caption of the HLS color model. Return Value: HLS Represents the caption of the HSB color model. Return Value: HSB Specifies the message raised when trying to load a file whose format isn’t supported by the editor. Return Value: Wrong image format Specifies the file type strings that are displayed in the “Open” dialog window of the editor. Return Value: Image Files(.BMP;.JPG;.GIF;.PNG)|.BMP;.JPG;.GIF;.PNG|All files (.)|. Specifies the filter string that is displayed in the “Open” dialog window of the Silverlight editor. Return Value: Image Files(.JPG;.PNG)|.JPG;.PNG|All files (.)|. Specifies the file type strings that are displayed in the “Save” dialog window of the editor. Return Value: PNG(.png)|.png|BMP(.bmp)|.BMP|JPG(.jpg)|.jpg|GIF(.gif)|.gif Return Value: Invalid value conversion Return Value: Last Page The caption of the button to add a new row in the editor. Return Value: Add New The caption of the button to close the Search Panel. Return Value: Close The caption of the button to locate the records in the editor. Return Value: Find Represents the caption of the Next search panel navigation button in the editor. Return Value: Next Represents the caption of the Previous search panel navigation button in the editor. Return Value: Previous Return Value: Search Specifies the message raised when the editor’s entered value as specified by the mask is incomplete. Return Value: Mask incomplete Return Value: No Represents the string that precedes the number of total amount of pages in the DataPager. Return Value: of {0} Return Value: Ok Return Value: Open Specifies the message raised when the editor’s entered value as specified by the mask is out of range. Return Value: Value is out of range Represents the string that precedes the number of the current page in the DataPager. Return Value: Page The message displayed in the tip that appears when the editor is focused and the CAPS LOCK key has been pressed. Return Value: Enabling Caps Lock may result in entering password incorrectly.{0}Disable Caps Lock before entering your password. The header of the tip that appears when the editor is focused and the CAPS LOCK key has been pressed. Return Value: Caps Lock is On Return Value: Paste Return Value: Predefined filters Return Value: Above Average Return Value: Below Average Return Value: Bottom Return Value: Duplicate Return Value: Top Return Value: Unique Represents the caption of the RGB color model. Return Value: RGB Return Value: Save The caption of the editor item that selects all items in the list. Return Value: (Select All) Return Value: Clear Return Value: Area Return Value: Bar Return Value: Line Return Value: WinLoss A text displayed in the ThemeWindow’s Close button tooltip. Return value: Close A text displayed in the ThemeWindow’s Maximize button tooltip. Return value: Maximize A text displayed in the ThemeWindow’s Minimize button tooltip. Return value: Minimize A text displayed in the ThemeWindow’s Restore button tooltip. Return value: Restore Represents a time picker’s error message displayed when the entered value is invalid. Return value: Value must be greater than {0:G} Represents a time picker’s error message displayed when the entered value is invalid. Return value: Value must be between {0:G} and {1:G} Represents a time picker’s error message displayed when the entered value is invalid. Return value: Value must be less than {0:G} A string presentation of days. Return Value: day A string presentation of days. Return Value: days A string presentation of days. Return Value: d A string presentation of fractions of seconds. Return Value: fractional A string presentation of fractions of seconds. Return Value: fractional A string presentation of fractions of seconds. Return Value: f A string presentation of hours. Return Value: hour A string presentation of hours. Return Value: hours A string presentation of hours. Return Value: h A string presentation of milliseconds. Return Value: millisecond A string presentation of milliseconds. Return Value: milliseconds A string presentation of milliseconds. Return Value: ms A string presentation of minutes. Return Value: minute A string presentation of minutes. Return Value: minutes A string presentation of minutes. Return Value: m A string presentation of seconds. Return Value: second A string presentation of seconds. Return Value: seconds A string presentation of seconds. Return Value: s Return Value: Today Return Value: New… Represents the caption of the tooltip displayed within the track bar when a range value is selected. Return value: “{0} - {1}” Return Value: Loading… Return Value: Yes Provides data for the event. Initializes a new instance of the class with the specified old and new edit values. An object representing the old edit value. This value is assigned to the property. An object representing the new edit value. This value is assigned to the property. Gets a new value that has been assigned to the editor. A representing the new value. Gets the previous edit value, which has been replaced by the new value. A representing the old value. Represents a method that will handle the event. The event source. An object that contains event data. Provides data for the event. Initializes a new instance of the class with the specified old and new edit values. An object specifying the old edit value. This object is assigned to the property. An object specifying the new edit value. This object is assigned to the property. Gets or sets a value indicating whether the event should be canceled. true if the event should be canceled; otherwise, false. Gets a new value to be assigned to the editor. A representing the new value. Gets the current edit value, which should be replaced by the new value. A representing the old value. Represents a method that will handle the event. The event source. An object that contains event data. The validation error. Initializes a new instant of the class. Called after the template is completely generated and attached to the visual tree. Contains classes which implement the functionality of the Expression Editor control. To use these classes in XAML code, add the xmlns:dxe=”“ namespace reference. The Expression Editor in the Standard mode. Initializes a new instance of the class with default settings. Initializes a new instance of the class. An object that implements the DevExpress.Data.IDataColumnInfo interface. Gets the current expression. A that specifies the current expression. Called after the template is completely generated and attached to the visual tree. Serves as the base class for classes that provide data for events related to creating expression editor. For internal use only. Initializes a new instance of the class with the specified settings. A routed event identifier. Gets the Expression Editor in AutoComplete mode. The expression editor that works in autocomplete mode. Gets the column for which the expression editor is invoked. The column for which the expression editor is invoked. Gets or sets the expression that is passed to the Expression Editor on its initialization. The expression that is passed to the expression editor on its initialization. Gets the Expression Editor in Standard mode. The expression editor that works in standard mode. Gets or sets the expression editor’s mode. A enumeration value that specifies the expression editor’s mode. Lists values that specify the expression editor’s mode. The expression editor provides the autocomplete capability. The expression editor depends on the event implementation. The expression editor works in standard mode. Contains the class that enables you to use the Expression Editor in your applications. To use this class in XAML code, add the xmlns:dxe=”“ namespace reference. Provides methods to work with the Expression Editor. For internal use. Gets or sets whether the Expression Editor works in the Standard mode. true, to use the standard version of the expression editor; otherwise, false. For internal use. For internal use. For internal use. For internal use. Contains classes that implement filtering functionality for DevExpress WPF controls. To use this class in XAML code, add the xmlns:dxe=”“ namespace reference. Lists the possible group filters that the GridControl supports. All filters are allowed. Specifies the And group filter. There are no allowed filters. Specifies the Not And group filter. Specifies the Not Or group criteria. Specifies the Or group filter. The legacy Filter Editor control allows users to build complex filter criteria. Initializes a new instance of the class. Gets the actual filter expression. A descendant that represents the actual filter expression. Gets or sets possible group filters that the FilterControl supports. Identifies the dependency property. A dependency property identifier. Applies the filter criteria to the source control. Applies the filter criteria to the source control. A command that implements the interface. Fires before displaying an editor used to edit operands in the Filter Editor. Identifies the routed event. A routed event identifier. Gets or sets the template that defines the presentation of Boolean filter values. This is a dependency property. A object that defines the presentation of Boolean filter values. Identifies the dependency property. A dependency property identifier. Gets or sets the default filter column. This is a dependency property. A DevExpress.Xpf.Editors.Filtering.FilterColumn object representing the default filter column. Identifies the dependency property. A dependency property identifier. Gets or sets the template that defines the presentation of filter values set to an empty string. This is a dependency property. A object that defines the presentation of filter values set to an empty string. Identifies the EmptyStringTemplate dependency property. A dependency property identifier. Gets or sets the template that defines the presentation of empty filter values. This is a dependency property. A object that defines the presentation of filter values set to null. Identifies the EmptyValueTemplate dependency property. A dependency property identifier. Gets a filter column collection. An object implementing the interface that represents the collection of filter columns. Gets or sets the total filter expression. A descendant that represents the total filter expression. Identifies the dependency property. A dependency property identifier. Returns a filter column by the name of the source control’s field. A string that specifies the name of the source control’s field. A DevExpress.Xpf.Editors.Filtering.FilterColumn object representing the filter column; null (Nothing in Visual Basic) if the filter column corresponding to the specified field does not exist. Called after the template is completely generated and attached to the visual tree. Gets the root node of the tree, representing the filter expression. A DevExpress.Xpf.Editors.Filtering.GroupNode object representing the root node. Identifies the dependency property. A dependency property identifier. Gets or sets whether to show the border around the Filter Control. true to show the border; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether date-time specific operators are available for date-time fields. This is a dependency property. true if date-time specific operators are available for date-time fields; otherwise, false Identifies the dependency property. A dependency property identifier. Gets or sets whether the group commands icon is displayed. This is a dependency property. true to display the group commands icon; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the operand’s value can be swapped. This is a dependency property. true to allow end-users to swap the operand’s value; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether to show tooltips for the Filter Control icons. This is a dependency property. true to show tooltips for the Filter Control icons; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the source control. This is a dependency property. An object that represents the source control for the Filter Control. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure and is not intended to be used directly from your code. Gets or sets the template that defines the presentation of filter values. This is a dependency property. A object that defines the presentation of filter values. Identifies the dependency property. A dependency property identifier. Lists values that specify when data searching starts. A control starts searching data automatically, after a small delay. A control starts searching data on clicking the Find button, pressing ENTER or moving focus from the search panel. Provides functionality to the . To use these classes in XAML code, add the xmlns:dxe=”“ namespace reference. Represents a flyout control. Initializes a new instance of the class with default settings. Lists values that specify the flyout popup’s position relative to its target. The flyout popup is located at the bottom of its target. The flyout popup is located at the left of its target. The flyout popup is located at the right of its target. The flyout popup is located at the top of its target. Contains flyout control settings. Initializes a new instance of the class. Applies a PositionCalculator to the specified flyout. A FlyoutPositionCalculator object to be applied to the specified flyout. A object that is the target flyout. Creates a position calculator with default settings. A FlyoutPositionCalculator object. Creates a flyout strategy. Gets the indicator direction corresponding to the flyout placement. A enumeration value. A DevExpress.Xpf.Editors.Flyout.Native.IndicatorDirection enumeration value. Gets or sets the horizontal alignment of a flyout indicator. This is a dependency property. A object. Identifies the dependency property. A dependency property identifier. Gets or sets the element to which the flyout is attached. This is a dependency property. A object which is the element to which the flyout is attached. Identifies the dependency property. A dependency property identifier. Gets or sets the vertical alignment of a flyout indicator. This is a dependency property. A object. Identifies the dependency property. A dependency property identifier. Invoked whenever the effective value of any dependency property of the specified flyout has been updated. A descendant. The event data that describes the property that changed, as well as old and new values. Gets or sets the flyout popup’s position relative to its target. A enumeration value. Identifies the dependency property. A dependency property identifier. Gets or sets whether to show the flyout popup indicator. This is a dependency property. true, to show the flyout popup indicator; otherwise, false. Identifies the dependency property. A dependency property identifier. Provides basic functionality to the . To use this class in XAML code, add the xmlns:dxe=”“ namespace reference. Represents the base class for flyout controls. Initializes a new instance of the class with default settings. Gets whether the flyout is currently shown. This is a dependency property. true if the flyout is shown; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets the flyout settings currently applied to the flyout. A class instance, providing access to the actual flyout settings. Gets or sets whether to enable the popup move animation. This is a dependency property. true, to enable the popup move animation; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the flyout popup can be rendered outside of screen boundaries. This is a dependency property. true, to allow out of screen rendering; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether to recreate the flyout popup’s content from the template. true to recreate the content from the template; otherwise, false. Gets or sets whether the flyout popup is displayed on top of all windows. This is a dependency property. true, to display the flyout popup on top of all windows; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the duration of popup animation. This is a dependency property. A object. Identifies the dependency property. A dependency property identifier. Gets whether the animation is being played. true, if the animation is in progress; otherwise, false. Provides access to the collection of immediate child objects. The collection of immediate child objects. Closes the popup. A command that implements the . Occurs after a popup has been closed. Identifies the dependency property. A dependency property identifier. Fires before a is closed (hidden), and allows you to prevent this action. Gets or sets the style applied to a flyout popup container. This is a dependency property. A object that contains style settings. Identifies the dependency property. A dependency property identifier. This property supports the internal infrastructure and is not intended to be used directly from your code. Identifies the dependency property. Gets or sets whether the flyout hint updates its location to match its target. This is a dependency property. true, to follow the popup target; otherwise, false. Identifies the dependency property. A dependency property identifier. For internal use. Returns a UI element that is the indicator with the specified direction. A DevExpress.Xpf.Editors.Flyout.Native.IndicatorDirection enumeration value. A descendant that is the indicator. For internal use only. For internal use only. Gets or sets the offset from the left border of the flyout popup. This is a dependency property. An integer value that specifies the offset, in pixels, from the left border of the flyout popup. The default is 0. Identifies the dependency property. A dependency property identifier. Gets the current direction of the tooltip indicator. A DevExpress.Xpf.Editors.Flyout.Native.IndicatorDirection enumeration value. Identifies the dependency property. A dependency property identifier. Invalidates the layout, forcing it to be recalculated. This property supports the internal infrastructure and is not intended to be used directly from your code. This property supports the internal infrastructure and is not intended to be used directly from your code. Gets or sets whether the popup is shown. This is a dependency property. true, to display the popup; otherwise, false. Identifies the dependency property. A dependency property identifier. Called after the template is completely generated and attached to the visual tree. Opens the popup. A command that implements the . Occurs after a popup has been opened. Occurs before the is opened and allows to cancel control opening. Get or sets whether the opens when a mouse pointer enters the bounds of the UIElement defined using the property. true, to open the flyout control on mouse hover; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the UIElement relative to which the flyout popup is positioned when it opens. This is a dependency property. A object. Identifies the dependency property. A dependency property identifier. Occurs after a popup has been loaded. This member supports the internal infrastructure and is not intended to be used directly from your code. For internal use. Gets or sets the flyout settings. This is a dependency property. A class instance, providing access to flyout settings. Identifies the dependency property. A dependency property identifier. Gets or sets whether the popup is constantly shown. This is a dependency property. true, to prevent the popup from being closed; otherwise, false. Identifies the dependency property. A dependency property identifier. The rectangle relative to which the popup is placed when it opens. This is a dependency property. A object that is the rectangle relative to which the popup is placed. Identifies the dependency property. A dependency property identifier. Updates the flyout popup’s position to correctly align it to the target element. Gets or sets the offset from the top border of the flyout popup. This is a dependency property. An integer value that specifies the offset, in pixels, from the top border of the flyout popup. The default is 0. Identifies the dependency property. A dependency property identifier. A font editor. Initializes a new instance of the class. Gets or sets whether a confirmation dialog window should be invoked when an end user tries to set a font which is not installed on the system. This is a dependency property. true to enable a confirmation dialog window; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the font. This is a dependency property. The current font. Identifies the dependency property. A dependency property identifier. Lists values that specify which image is displayed within an edit button. A button displays an Apply symbol. A button displays a Cancel symbol. The button displays custom content specified by the Content property. A button displays a down arrow. A button displays a dropdown glyph. A button displays an Edit symbol. A button displays a Move First symbol. A button displays a Move Last symbol. A button displays a left arrow. A button displays a Minus sign. A button displays a Next Page symbol. No specific symbol is displayed within a button. A button displays a Plus sign. A button displays a Prev Page symbol. A button displays a Redo symbol. A button displays a Refresh symbol. A button displays an ellipsis symbol. A button displays a Right symbol. A button displays a Search symbol. A button displays an Undo symbol. A button displays an Up arrow. The button uses the common template and displays custom content specified by the Content property. Contains utility classes providing the editors functionality. To use this class in XAML code, add the xmlns:dxe=”“ namespace reference. Lists values used to specify the editor optimization mode. Optimization is not applied. For internal use only. The lightweight editor is created. Lists values that specify how the text is highlighted. Highlights the search string. Highlights the text that matches the regular expression. Highlights the beginning of the text that matches the search string. A hyperlink editor. Initializes a new instance of the class. Gets the ‘s Navigation URL. This is a dependency property. A value that is the ‘s Navigation URL Identifies the dependency property. A dependency property identifier. Gets or sets whether the control automatically navigates a hyperlink. This is a dependency property. True to navigate a hyperlink automatically; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets a command associated with the hyperlink editor. This is a dependency property. An object implementing the interface that represents a command associated with the hyperlink editor. Gets or sets the parameter to pass to the . This is a dependency property. A parameter to pass to the . Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets the element on which to execute the associated command. This is a dependency property. An object implementing the interface that is the element on which to execute the . Identifies the dependency property. A dependency property identifier. Gets or sets the name of the bound object’s field that contains the text displayed by the editor. This is a dependency property. A value that is the bound object’s field name. Identifies the dependency property. A dependency property identifier. Navigates a hyperlink. Gets the highlighted text that matches the search. This is a dependency property. A value that specifies the highlighted text. Gets the filter condition (comparison operator) used to highlight the text. This is a dependency property. A enumeration value that specifies the filter condition. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets whether the hyperlink is being clicked. This is a dependency property. true, if a hyperlink is being clicked; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the URL that should be navigated. This is a dependency property. The URL that is should be navigated. Gets or sets a string that specifies how to format the URL. This is a dependency property. A that specifies the format of the URL. Identifies the dependency property. A dependency property identifier. Gets or sets the name of the bound object’s field that contains the navigation URL. This is a dependency property. A value that is the bound object’s field name. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Fires when a hyperlink is about to be navigated. This is a routed event. Identifies the routed event. A routed event identifier. Gets or sets whether to display the navigation URL in the editor’s tooltip. This is a dependency property. true, to display the URL in the tooltip; otherwise, false. The default is true. Identifies the dependency property. A dependency property identifier. Gets or sets the text that is displayed within the . This is a dependency property. A value that is the text displayed by the hyperlink editor. Identifies the dependency property. A dependency property identifier. Gets or sets whether a text is trimmed when it overflows the content area. This is a dependency property. The editor trimming mode. Identifies the dependency property. A dependency property identifier. Gets or sets whether text is wrapped when it exceeds the content area. This is a dependency property. The editor wrapping mode. Identifies the dependency property. A dependency property identifier. Provides data for the event. Initializes a new instance of the class. The hyperlink editor’s edit value. The hyperlink editor’s navigation URL. Cancels the hyperlink navigation. true, to cancel the hyperlink navigation; otherwise, false. Gets or sets the URL that is about to be navigated. The URL that is about to be navigated. Gets the edit value of the that has raised the event. An object that is the edit value of the hyperlink editor. A button with an image. Initializes a new instance of the class. Gets or sets the button’s glyph. This is a dependency property. A object that is the button’s glyph. Identifies the dependency property. A dependency property identifier. Gets or sets a style applied to the button’s glyph (). This is a dependency property. A object applied to the button’s glyph. Identifies the dependency property. A dependency property identifier. Defines the appearance and behavior of a checkbox editor with custom glyphs instead of standard check glyph. Initializes a new instance of the class. Represents an image editor. Initializes a new instance of the class. Clears the image. Allows you to manually encode the editor’s value in the required image format before it is posted to a data source. Identifies the routed event. A routed event identifier. Copies an image to the clipboard. Removes the current image and copies it to the clipboard. Gets or sets a template that defines the presentation of an empty editor. This is a dependency property. A object that defines the presentation of an empty editor. Identifies the dependency property. A dependency property identifier. Gets whether the editor displays an image. This is a dependency property. true if the editor displays an image; false if the editor is empty. Identifies the dependency property. A dependency property identifier. Gets or sets a bitmap effect. This is a dependency property. A descendant that represents the bitmap effect. Identifies the dependency property. A dependency property identifier. Invokes the Open File dialog, allowing an end-user to select an image and load it to the editor. Gets or sets the template used to display the Image Menu container. This is a dependency property. A object that represents the template used to display the image menu container. Identifies the dependency property. A dependency property identifier. Gets or sets the template used to display the Image Menu. This is a dependency property. A object that represents the template used to display the image menu. Identifies the dependency property. A dependency property identifier. Inserts an image from the clipboard. Invokes the Save As dialog, allowing an end-user to save the current image into a file. Gets or sets whether clicking within the editor shows the ‘Open’ dialog. This is a dependency property. One of the enumeration values. Identifies the dependency property. A dependency property identifier. Gets or sets a value indicating whether the menu is displayed when the mouse pointer is hovered over the image. This is a dependency property. true to show the menu when the mouse pointer is hovered over the image; otherwise, false. Gets or sets whether an Image Menu is always displayed , or is displayed when the cursor hovers over an . This is a dependency property. A enumeration value that specifies when an displays the Image Menu. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets an image displayed within the editor. This is a dependency property. An object that represents the image. Identifies the dependency property. A dependency property identifier. Gets or sets a value that specifies how an image should be stretched to fill the available space. This is a dependency property. One of the enumeration values. Identifies the dependency property. A dependency property identifier. Provides data for the and event. Initializes a new instance of the class with specified settings. Gets a new ItemsSource property value. A new ItemsSource property value. Gets an old ItemsSource property value. An old ItemsSource property value. Changes the ‘s presentation to Line and implements options that define sparkline appearance. Initializes a new instance of the class with default settings. Assigns the editor settings to the specified editor. A class descendant that is the target editor. Gets or sets the size of an end point’s marker. An integer value specifying the marker size, in pixels. Identifies the dependency property. A dependency property identifier. Gets or sets a value specifying whether to highlight all sparkline points that have negative values (less than 0). true, to highlight points with negative values; otherwise, false. Identifies the dependency property. A dependency property identifier. Specifies the width of the line in a sparkline. An integer value specifying the line width (in pixels). Identifies the dependency property. A dependency property identifier. Gets or sets the color to draw data point markers of a line sparkline. A that defines the color to draw markers. Identifies the dependency property. A dependency property identifier. Gets or sets the size of markers for data points in a line sparkline. An integer value specifying the marker size, in pixels. Identifies the dependency property. A dependency property identifier. Gets or sets the marker size of a data point that has the maximum value among all other data points. An integer value specifying the marker size, in pixels. Identifies the dependency property. A dependency property identifier. Gets or sets the marker size of the data point that has the minimum value among all other data points. An integer value specifying the marker size, in pixels. Identifies the dependency property. A dependency property identifier. Gets or sets the marker size of all data points that have negative values (less than 0). An integer value specifying the marker size, in pixels. Identifies the dependency property. A dependency property identifier. Gets or sets a value specifying the visibility of point markers on a sparkline. true to show markers for each data point; false to hide them. Identifies the dependency property. A dependency property identifier. Gets or sets the size of a start point’s marker. An integer value specifying the marker size, in pixels. Identifies the dependency property. A dependency property identifier. A list box (checked list box, radio list box). Initializes a new instance of the class. Gets or sets whether to allow process collection views. This is a dependency property. true to allow processing collection views; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether list box items are highlighted on mouse hover. This is a dependency property. true to allow item highlighting; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether a list box updates its items when the bound data source is modified outside the list box. This is a dependency property. true, to update the list box items when the bound data source is modified outside the list box; otherwise, false. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure and is not intended to be used directly from your code. Identifies the dependency property. A dependency property identifier. Prevents visual and internal data updates until the method is called. Gets or sets a field name in the bound data source whose contents are to be displayed by the list box. This is a dependency property. A value specifying a field name in a data source. Identifies the dependency property. A dependency property identifier. Enables visual and internal data updates after the method call, and updates the list box. Gets or sets the filter expression applied to the . This is a dependency property. A descendant that represents the filter expression. Identifies the dependency property. A dependency property identifier. Gets a collection of objects that define the appearance of each group level. One or more objects. Gets or sets whether incremental searching for items is enabled. true if incremental searching for items is enabled; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets whether an asynchronous operation is in progress. true, if an asynchronous operation is in progress; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether a should keep the synchronized with the current item in the property. This is a dependency property. true, to always synchronize the with the current item in the assigned to the property; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the style applied to a list item container. This is a dependency property. A object that contains style settings. Identifies the dependency property. A dependency property identifier. Provides access to the collection of items when the ListBoxEdit is not bound to a data source. The collection of items. Gets or sets the template that defines the presentation of a container panel used by the editor to arrange its items. This is a dependency property. A object that arranges items. Identifies the dependency property. A dependency property identifier. Gets or sets the list box’s data source. This is a dependency property. An object that represents the data source from which the list box retrieves its data. Occurs after the property value has been changed. Identifies the routed event. A routed event identifier. Identifies the dependency property. A dependency property identifier. Gets or sets a template that defines the presentation of items contained within the list. This is a dependency property. A object that represents the template which defines the presentation of items contained within the list. Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses a list item template based on custom logic. This is a dependency property. A descendant that applies a template based on custom logic. Identifies the dependency property. A dependency property identifier. Scrolls the list tip make the specified item visible onscreen. An object that represents the list item. Gets or sets whether the per-pixel or per-item scrolling is enabled. This is a dependency property. A enumeration value. Identifies the dependency property. A dependency property identifier. Selects all items when multiple item selection is enabled. Gets or sets the index of the currently selected item. This is a dependency property. A zero-based integer value that specifies the currently selected item’s index. -1 if no item is selected. Occurs after the property value has been changed. Identifies the routed event. A routed event identifier. Identifies the dependency property. A dependency property identifier. Gets or sets the currently selected item. This is a dependency property. An object that represents the currently selected item. Identifies the dependency property. A dependency property identifier. Gets the collection of selected items. This is a dependency property. The collection of selected items. Identifies the dependency property. A dependency property identifier. Gets or sets how list items are selected. This is a dependency property. A enumeration value that specifies the editor’s selection behavior. Identifies the dependency property. A dependency property identifier. Gets or sets whether the editor searches for a null item in the bound data source when the editor value is null (empty). This is a dependency property. true, to find and select an item with null value; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether to display custom items. This is a dependency property. true, to display custom items; otherwise, false. Identifies the dependency property. A dependency property identifier. Specifies whether to show the wait indicator when a list box is loading data from a data source. true, to show the wait indicator; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets an object that defines the appearance and behavior of the . A descendant that defines the appearance and behavior of the . A delay after which the next character input will be processed as a new search request while incremental filtering. A text search delay. Unselects all items when multiple item selection is enabled. Gets or sets a field name in the bound data source, whose contents are assigned to item values. This is a dependency property. A value that specifies the field name in a bound data source. Identifies the dependency property. A dependency property identifier. Represents an item displayed within the list box. Initializes a new instance of the class with default settings. Called after the template is completely generated, and attached to the visual tree. Gets the item’s owner. An owner for the current list box item. Defines the native appearance and behavior of the list box editor. Initializes a new instance of the class. Gets or sets the text displayed within the empty item. This is a dependency property. The empty item text. Identifies the dependency property. A dependency property identifier. Gets or sets whether the list box displays the empty item. This is a dependency property. true, to show the empty item; otherwise, false. Identifies the dependency property. A dependency property identifier. Represents a loading indicator displayed within the and its descendants. Initializes a new instance of the class. Serves as a base for classes that provide look-up functionality. Gets or sets the ‘Add New’ button’s position. This is a dependency property. A enumeration value that specifies the ‘Add New’ button’s position. Identifies the dependency property. A dependency property identifier. Adds a new item. An object implementing the interface, that defines the command. Gets or sets whether to allow process collection views. This is a dependency property. true to allow processing collection views; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether item highlighting is enabled. This is a dependency property. true, to highlight an item located under the mouse pointer; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether a lookup editor updates its items when the bound data source is modified outside the lookup editor. true, to update items in the lookup editor when the bound data source is modified outside the lookup editor; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether to reject the values that are not contained in the items source. This property works when the DisplayMember and ValueMember properties are not specified. This is a dependency property. true, to reject unknown values; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether to apply the ItemTemplate to the selected item, displayed within the edit box. This is a dependency property. true to apply the item template to the selected item; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the editor’s value is set to null on clearing the edit text. This is a dependency property. true to set the editor’s value to null on clearing the edit text; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the automatic completion is enabled. This is a dependency property. true to enable automatic completion; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets the text typed by an end-user within the edit box. This is a dependency property. A value that specifies the text typed by an end-user within the edit box. Identifies the dependency property. A dependency property identifier. Prevents visual and internal data updates until the method is called. Gets or sets whether pressing Backspace clears the selection within the edit box in auto-complete mode. This is a dependency property. true if Backspace clears the selection; false if Backspace unselects a single character. Identifies the dependency property. A dependency property identifier. Gets or sets a field name in the bound data source whose values are displayed by the editor. This is a dependency property. A value that specifies the data source field whose values are displayed by the editor. Identifies the dependency property. A dependency property identifier. Enables visual and internal data updates after the method call, and updates the lookup editor. Gets or sets the filter condition. A enumeration value that specifies the filter condition. Identifies the dependency property. A dependency property identifier. Gets or sets the filter expression applied to the . This is a dependency property. A descendant that represents an external filter expression. Identifies the dependency property. A dependency property identifier. Gets or sets the ‘Find’ button’s position. This is a dependency property. A enumeration value that specifies the ‘Find’ button’s position. Identifies the dependency property. A dependency property identifier. Searches for an item(s) that meets the specified criteria. An object implementing the interface, that defines the command. Gets or sets whether data searching starts automatically, or must be started manually. This is a dependency property. A enumeration value that specifies the find mode. Identifies the dependency property. A dependency property identifier. Returns the specified item’s display value. An integer value that specifies the item’s index. An object that specifies the item’s display value. Returns the specified item’s index. An object that represents the item’s key value. An integer value that specifies the item’s index. Returns an item with the specified key value. An object that represents the item’s key value. An object that represents the item with the specified value. Returns the specified item’s value. An integer value that specifies the item’s index. An object that represents the item’s key value. Gets or sets whether the dropdown list is displayed immediately after an end user has typed a character in the edit box. This is a dependency property. true, to display the dropdown list after an end user has typed a character in the edit box; otherwise, false. Identifies the dependency property. A dependency property identifier. Specifies whether to enable the incremental filtering feature. This is a dependency property. true, to enable the incremental filtering; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether incremental searching for items is enabled. true, if incremental searching for items is enabled; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets whether data is being loaded in Instant Feedback UI Mode. This is a dependency property. true if data is being loaded; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the filtering is case sensitive. This is a dependency property. true, if the filtering is case sensitive, otherwise false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the automatic completion is case sensitive. This is a dependency property. true if the automatic completion is case sensitive, otherwise false. Identifies the dependency property. A dependency property identifier. Gets or sets whether an editor should keep the synchronized with the current item in the property. This is a dependency property. true, to always synchronize the with the current item in the assigned to the property; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets whether the editor’s selected values are represented by tokens. This is a dependency property. true if the editor is in token mode; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the style applied to the container element generated for each item within the editor’s dropdown. This is a dependency property. A object that is applied to the container element generated for each item. Identifies the dependency property. A dependency property identifier. Gets or sets the template that defines the panel that controls the layout of items displayed within the editor’s dropdown. This is a dependency property. A object that represents the panel to use for the layout of the items. Identifies the dependency property. A dependency property identifier. Gets or sets the lookup editor’s (ComboBoxEdit, LookUpEdit) data source. This is a dependency property. An object that represents the data source from which the LookUpEdit retrieves its data. Occurs after the property value has been changed. Identifies the routed event. A routed event identifier. Identifies the dependency property. A dependency property identifier. Gets or sets a template that defines the presentation of items contained within the dropdown list. This is a dependency property. A object that represents the template which defines the presentation of items contained within the dropdown list. Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses a list item template based on custom logic. This is a dependency property. A descendant that applies a template based on custom logic. Identifies the dependency property. A dependency property identifier. Occurs when an item selection (highlighting) is moved to another item within the editor’s dropdown. Identifies the routed event. A routed event identifier. Gets the control placed within the editor’s popup window. The control placed within the editor popup. Allows a new value entered into the edit box, to be added to the items source. Identifies the routed event. A routed event identifier. Updates the control’s data. Selects all items. Selects all items. An object implementing the interface defining the command. Gets or sets whether to select the entire text when end-user presses Enter while a popup is open. This is a dependency property. true, to select the text on popup accept; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the index of the selected item. This is a dependency property. An integer value that specifies the index of the selected item. -1 if there is no selected item. Occurs after the property value has been changed. Identifies the routed event. A routed event identifier. Identifies the dependency property. A dependency property identifier. Gets or sets the currently selected item. This is a dependency property. An object that represents the currently selected item. Identifies the dependency property. A dependency property identifier. Gets the collection of selected items. This is a dependency property. The collection of selected items. Identifies the dependency property. A dependency property identifier. For internal use. An object that represents the selected item’s value. Identifies the dependency property. A dependency property identifier. Gets or sets whether the editor searches for a null item in the bound data source when the editor value is null (empty). This is a dependency property. true to find and select an item with null value; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the string separating checked items in the edit value. This is a dependency property. A value that separates checked items in the edit value. Identifies the dependency property. A dependency property identifier. Binds the enumeration to the specified combo box editor. A descendant that represents the combo box editor. An enumeration type, whose members represent the combo box items. If the specified object doesn’t represent the enumeration, an exception is thrown. A type to which the enumeration members must be cast to get their values. Binds the enumeration to the specified object. A object that contains settings used to create an editor. Specifies whether to show the wait indicator within the edit box when the lookup editor is loading data from the data source. This is a dependency property. true to show the wait indicator; otherwise, false. Identifies the dependency property. A dependency property identifier. Specifies whether to show the wait indicator within the popup when the lookup editor is loading data from the data source. This is a dependency property. true, to show the wait indicator within the popup; otherwise, false. Identifies the dependency property. A dependency property identifier. Allows you to customize the filter applied by or (for example, to filter data by an additional/another column). A delay after which the next character input will be processed as a new search request while incremental filtering. A text search delay. Unselects all items. Gets or sets a field name in the bound data source, whose values are assigned to item values. This is a dependency property. A value that specifies the field name in a bound data source. Identifies the dependency property. A dependency property identifier. Contains settings specific to masks. Initializes a new instance of the class. Gets the value of the attached property for the specified object. An object whose attached property’s value is to be returned. The value of the attached property for the specified object. Sets the value of the attached property for the specified . The element to which the attached property is written. The property value. Identifies the attached property. Lists values that specify the type of mask used by an editor. Specifies that the editor should accept date/time values, and that the mask string must use the DateTime format syntax. The DateTime mask mode with the caret automatic movement feature. After an end user enters and completes a specific portion of a date/time value, the caret automatically moves to the following part of the date/time value that can be edited. Specifies that the mask feature is disabled. Specifies that the editor should accept numeric values, and that the mask string must use the Numeric format syntax. Specifies that the mask should be created using the full-functional regular expressions. Specifies that the mask should be created using the simplified regular expression syntax. Specifies that the mask should use the simplified syntax. Specifies that the editor should accept time interval values, and that the mask string must use the TimeSpan format syntax. The TimeSpan mask mode with the caret automatic movement feature. After an end user enters and completes a specific portion of a time span value, the caret automatically moves to the following part of the time span value that can be edited. Represents an editor that displays a multi-line edit box in its popup. Initializes a new instance of the class with the default settings. Gets or sets whether an end-user can insert return characters into a text. This is a dependency property. true to allow return characters to be accepted and processed by the editor; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether an end-user can insert tabulation characters into a text. This is a dependency property. true to allow tabulation characters to be accepted and processed by the editor; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether a horizontal scroll bar is shown. This is a dependency property. A enumeration value that specifies the scroll bar’s visibility. Identifies the dependency property. A dependency property identifier. Gets or sets whether the text is wrapped when it reaches the edge of the memo box. This is a dependency property. One of the enumeration values. Identifies the dependency property. A dependency property identifier. Gets or sets whether a vertical scroll bar is shown. This is a dependency property. A enumeration value that specifies the scroll bar’s visibility. Identifies the dependency property. A dependency property identifier. Gets the control placed within the editor’s popup window. The control placed within the editor popup. Gets or sets whether an identification icon is displayed within the editor’s edit region. true if the editor displays the identification icon; otherwise, false. Identifies the dependency property. A dependency property identifier. Provides utility classes that support the Data Editors functionality. Initializes a new instance of the class with the specified settings. Lists values that specify the placement of new tokens. New tokens are added at the end of the editor. New tokens are added at the start of the editor. End-user can add new tokens by selecting them from the drop-down only. Contains settings specific to numeric masks. Initializes a new instance of the class with the default settings. Identifies the dependency property. Gets the value of the attached property for a specified . The object from which the property value is read. The property value for the object. Get the value of the attached property to a specified . The element from which the property value is read. true, to hide zeroes that do not affect the value readability; otherwise false. Get the value of the attached property to a specified . The element from which the property value is read. The value an editor receives after the last digit is removed. Identifies the attached property. Sets the value of the attached property to a specified . The object to which the attached property is written. true, to display decimal separator when the fractional part is zero; otherwise, false. Set the value of the attached property to a specified . The element to which the attached property is written. true, to hide zeroes that do not affect the value readability; otherwise false. Set the value of the attached property to a specified . The element to which the attached property is written. The value an editor receives after the last digit is removed. Identifies the attached property. The Pager Control. Initializes a new instance of the class. Gets whether the first page button is actually shown. Identifies the dependency property. A dependency property identifier. Gets whether the last page button is actually shown. Identifies the dependency property. A dependency property identifier. Gets whether the next page button is actually shown. Identifies the dependency property. A dependency property identifier. Gets whether the previous page button is actually shown. Identifies the dependency property. A dependency property identifier. Gets or sets whether the first page button is allowed. true, to allow the first page button; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the last page button is allowed. true, to allow the last page button; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the next page button is allowed. true, to allow the next page button; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the previous page button is allowed. true, to allow the previous page button; otherwise, false. Identifies the dependency property. A dependency property identifier. Starts the ‘s initialization. Initialization occurs at runtime. Gets or sets how an Ellipsis symbol(s) is drawn to indicate page numbers that are omitted. The mode representing how an Ellipsis symbol(s) is drawn to indicate page numbers that are omitted. Identifies the dependency property. A dependency property identifier. Ends the ‘s initialization. Moves to the first page. A command that implements the . Gets the value of the attached property. Gets or sets whether there are more pages to show. This is a dependency property. true, if there are more pages; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the items count. The items count. Identifies the dependency property. A dependency property identifier. Moves to the last page. A command that implements the . Moves to the first page. Moves to the last page. Moves to the next page. Moves to the specified page. A page index. Moves to the specified page. A command that implements the . Moves to the previous page. Moves to the next page. A command that implements the . Gets or sets the maximum number of numeric buttons that can be displayed within the pager control. This is a dependency property. An integer value that specifies the maximum number of numeric buttons. Identifies the dependency property. A dependency property identifier. Called after the template is completely generated and attached to the visual tree. Gets the number of displayed pages. This is a dependency property. An integer value that specifies the number of pages. Identifies the dependency property. A dependency property identifier. Gets or sets the index of the page currently being selected. This is a dependency property. An integer value that specifies the active page’s index. Occurs after the selected page has been changed. Occurs before the selected page has been changed. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. Gets or sets the maximum number of rows that can be displayed on a page. This is a dependency property. An integer value that specifies the number of rows. Identifies the dependency property. A dependency property identifier. Moves to the previous page. A command that implements the . Occurs when a page is refreshing. Refreshes the page. A command that implements the . Sets the value of the attached property. Gets or sets whether disabled buttons are shown. true, to show disabled buttons; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the first page button is shown. true, to show the first page button; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the last page button is shown. true, to show the last page button; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the next page button is shown. true, to show the next page button; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether numeric buttons are shown. true, to show numeric buttons; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the previous page button is shown. true, to show the previous page button; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the refresh page button is shown. true, to show the refresh page button; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the summary text is shown. true, to show the summary text; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets the summary text. The summary text. Identifies the dependency property. A dependency property identifier. Updates the pager control. Represents a collection of palettes. Initializes a new instance of the class. A object. Initializes a new instance of the class. A value that specifies the collection’s name. This value is assigned to the property. An array of descendants that represent color palettes. Adds the specified object to the end of the collection. A descendant that represents the palette to add to the collection. Gets the palette with the specified name. A value that specifies the name of a palette within the collection. A descendant that represents the specified palette. null (Nothing in Visual Basic) if the collection doesn’t contain the palette with the specified name. Gets the collection’s name. A value that specifies the collection’s name. A control allowing you to enter and manage passwords. Initializes a new instance of the class. Gets or sets the template used to represent a warning tooltip displayed when the Caps Lock is turned on. This is a dependency property. A object that represents the corresponding template. Identifies the dependency property. A dependency property identifier. Enables you to estimate password strength manually. Identifies the routed event. A routed event identifier. Gets or sets the current password. This is a dependency property. A value that specifies the current password. Gets or sets the masking character for the password. This is a dependency property. A value that specifies the masking character which is echoed in the password box. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets the password strength. This is a dependency property. A enumeration value that specifies the effectiveness of a password. Identifies the dependency property. A dependency property identifier. Gets or sets whether to display a warning tooltip when the Caps Lock is turned on. This is a dependency property. true to display a warning tooltip when the Caps Lock is turned on; otherwise, false. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Lists values that specify password strength. The password is fair. The password is good. The password is strong. The password is weak. Provides data for the event. Initializes a new instance of the class. A routed event identifier. Gets the password currently entered by an end-user. An object that represents the password currently entered by an end-user. Gets or sets the password strength. A enumeration value that specifies the effectiveness of a password. Serves as a base for classes that are popup editors (e.g. , ). Initializes a new instance of the class with default settings. Gets a popup window’s actual height. This is a dependency property. A value that specifies the popup window’s actual height. Identifies the dependency property. A dependency property identifier. Gets the popup window’s actual minimum width. This is a dependency property. A value that specifies the popup window’s actual minimum width. Identifies the dependency property. A dependency property identifier. Gets a popup window’s actual width. This is a dependency property. A value that specifies the popup window’s actual width. Identifies the dependency property. A dependency property identifier. Gets or sets whether the drop-down’s content is recreated before it is displayed onscreen. This is a dependency property. true if the drop-down’s content is recreated before it’s displayed onscreen; false to cache the drop-down’s content. Identifies the dependency property. A dependency property identifier. Closes the editor’s popup window, discarding all the changes made. Closes the popup window, accepting the changes made. Closes the popup window, accepting the changes made. An object that defines a command implementing the interface. Gets or sets a value specifying how the popup editor’s dropdown window closes. One of the enumeration values. Identifies the dependency property. A dependency property identifier. For internal use. Gets or sets whether to focus an editor’s popup after it has been shown. This is a dependency property. true to focus an editor’s popup after it has been shown; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets the value of the attached property for a specified dependency element. The element from which the property value is read. A descendant that represents the owner editor for the element. Gets or sets whether the size of the popup is regulated by the corresponding properties. This is a dependency property. true to ignore the values of the constraint properties; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the editor’s dropdown (popup window) is opened. This is a dependency property. true if the editor’s dropdown is opened; otherwise, false. Identifies the dependency property. A dependency property identifier. Opens a popup. An object implementing the interface, that defines the command. Gets or sets the template that defines the presentation of the popup window’s bottom area. This is a dependency property. A object that is the element’s template. Identifies the dependency property. A dependency property identifier. Occurs after the editor’s dropdown (popup window) has been closed. Identifies the routed event. A routed event identifier. Occurs before the editor’s dropdown (popup window) is closed. Identifies the routed event. A routed event identifier. Gets or sets the template that defines the presentation of the popup window’s content container. This is a dependency property. A object that represents the element’s template. Identifies the dependency property. A dependency property identifier. Gets or sets the template that defines the presentation of the popup window’s content. This is a dependency property. A object that represents the template of the popup window’s content. Identifies the dependency property. A dependency property identifier. Gets the control placed within the editor’s popup window. The control placed within the editor popup. Gets or sets which buttons are displayed within the editor’s dropdown. This is a dependency property. A enumeration value that specifies which buttons are displayed within the editor’s dropdown. Identifies the dependency property. A dependency property identifier. Gets or sets the dropdown’s height. A value that specifies the dropdown’s height. Identifies the dependency property. A dependency property identifier. Gets or sets the dropdown’s maximum height. This is a dependency property. A value that specifies the dropdown’s maximum height. Identifies the dependency property. A dependency property identifier. Gets or sets the dropdown’s maximum width. A value that specifies the dropdown’s maximum width. Identifies the dependency property. A dependency property identifier. Gets or sets the dropdown’s minimum height. This is a dependency property. A value that specifies the dropdown’s minimum height. Identifies the dependency property. A dependency property identifier. Gets or sets the dropdown’s minimum width. A value that specifies the dropdown’s minimum width. Identifies the dependency property. A dependency property identifier. Occurs after the editor’s dropdown (popup window) has been shown. Identifies the routed event. A routed event identifier. Occurs before the editor’s dropdown (popup window) is opened. Identifies the routed event. A routed event identifier. Identifies the attached property. Gets a child element of the editor’s popup. A child element of the editor’s popup. Gets or sets the template that defines the presentation of an editor’s popup window. This is a dependency property. A object that represents a popup window’s template. Identifies the dependency property. A dependency property identifier. Gets or sets the template that defines the presentation of the top area within an editor’s dropdown. A object that defines the presentation of the top area within an editor’s dropdown. Identifies the dependency property. A dependency property identifier. Gets or sets the dropdown’s width. A value that specifies the dropdown’s width. Identifies the dependency property. A dependency property identifier. Invokes the editor’s popup window. Gets or sets whether the read-only editor can display its popup. This is a dependency property. true, if a read-only editor can display its popup; otherwise, false. The default is true. Identifies the dependency property. A dependency property identifier. Gets or sets whether to show the size grip within the editor’s drop-down. A value that specifies whether to show the size grip within the editor’s drop-down. Identifies the dependency property. A dependency property identifier. For internal use. Identifies the dependency property. A dependency property identifier. Represents a calculator displayed within a dropdown window. Initializes a new instance of the class. Enables you to provide a custom error description. This is a routed event. Identifies the routed event. A routed event identifier. Gets or sets whether the popup calculator’s width is automatically calculated. This is a dependency property. true to automatically calculate the popup calculator’s width; false to fits the width of the text box. Identifies the dependency property. A dependency property identifier. Gets the control placed within the editor’s popup window. The control placed within the editor popup. Gets or sets the maximum number of digits displayed to the right of the decimal point. This is a dependency property. The maximum number of digits displayed in the fractional part of the value. Identifies the dependency property. A dependency property identifier. Gets or sets the editor’s decimal value. This is a dependency property. A value that specifies the editor’s value. Identifies the dependency property. A dependency property identifier. Contains values specifying how a drop-down editor’s popup window was closed. Specifies that the drop-down window was closed because an end-user pressed the ESC key or clicked the close button. Specifies that the drop-down window was closed because an end-user selected an option from the editor’s drop-down. Represents a color editor displayed within a drop-down window. Initializes a new instance of the class. Gets or sets the Brush that draws the outer border of a color chip. This is a dependency property. A object that draws the color chip‘s border. Identifies the dependency property. A dependency property identifier. Gets or sets the outer margin of a color chip. This is a dependency property. A structure that specifies the outer margin of a color chip. Identifies the dependency property. A dependency property identifier. Gets or sets the size of color chips. This is a dependency property. A enumeration value that specifies the size of color chips. Identifies the dependency property. A dependency property identifier. Gets or sets the currently selected color. This is a dependency property. A structure that describes the selected color. Occurs after the selected color has been changed. Identifies the routed event. A routed event identifier. Gets or sets a value that specifies in which format the selected color is displayed. This is a dependency property. One of the enumeration values. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets the number of color columns. This is a dependency property. An integer value that specifies the number of color columns. Identifies the dependency property. A dependency property identifier. Gets or sets the default color. This is a dependency property. A structure that describes the default color. Gets or sets the content of the Default Color Button. This is a dependency property. An object that represents the button’s content. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets the display mode of the current edit box. This is a dependency property. A enumerator value that specifies the display mode of the current edit box. Identifies the dependency property. A dependency property identifier. Enables you to specify custom names for colors. Identifies the routed event. A routed event identifier. Gets the value of the property for a specified . The element from which the property value is read. The property value for the element. Gets or sets the content of the More Colors button. This is a dependency property. An object that represents the button’s content. Identifies the dependency property. A dependency property identifier. Gets or sets the content of the No Color button. This is a dependency property. An object that represents the button’s content. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. Gets or sets the collection of palettes. This is a dependency property. A object that represents a collection of palettes. Identifies the dependency property. A dependency property identifier. Gets the recent colors. The circular list that contains recent colors. Gets or sets whether the popup color edit displays the alpha channel (opacity) for the selected color. This is a dependency property. true, to show the alpha channel for the selected color; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the Default Color Button is visible. This is a dependency property. true to show the ‘Default Color Button’; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the More Colors button is visible. This is a dependency property. true to show the More Colors button; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the No Color button is visible. This is a dependency property. true to show the No Color button; otherwise, false. Identifies the dependency property. A dependency property identifier. Lists the values used to specify which buttons should be visible in a pop-up footer. There is only the Close button in a pop-up’s footer. This buttons acts in the same way as the Cancel button (closes the editor and discards changes). There are no buttons in a pop-up’s footer. A pop-up’s footer displayes two buttons: The OK button that closes the editor and applies changes to the editor’s value; The Cancel button that also closes the editor and discards all changes. An editor that displays an image within a dropdown window. Initializes a new instance of the class. Gets or sets whether the dropdown is automatically sized to fit the width of the edit box. This is a dependency property. true to automatically resize the dropdown to fit the width of the edit box; otherwise, false. Identifies the dependency property. A dependency property identifier. Cancels the changes. Allows you to manually encode the editor’s value in the required image format before it is posted to a data source. Identifies the routed event. A routed event identifier. Specifies the dropdown’s default height, in pixels. Gets or sets the dropdown’s default minimum width. Gets or sets a template that defines the presentation of an empty editor’s dropdown. This is a dependency property. A object that defines the presentation of an empty editor’s dropdown. Identifies the dependency property. A dependency property identifier. Gets whether the editor displays an image. This is a dependency property. true if the editor displays an image; false if the editor is empty. Identifies the dependency property. A dependency property identifier. Gets or sets a bitmap effect. This is a dependency property. A descendant that represents the bitmap effect. Identifies the dependency property. A dependency property identifier. Occurs if the property is set to an invalid format or is specified to a URI that cannot be resolved. Identifies the routed event. A routed event identifier. Gets or sets the template used to display the image menu container. This is a dependency property. A object that represents the template used to display the image menu container. Identifies the dependency property. A dependency property identifier. Gets or sets the template used to display the image menu. This is a dependency property. A object that represents the template used to display the image menu. Identifies the dependency property. A dependency property identifier. Accepts the changes. Gets the control placed within the editor’s popup window. The control placed within the editor popup. Gets or sets whether clicking within the editor’s dropdown shows the “Open” dialog. This is a dependency property. One of the enumeration values. Identifies the dependency property. A dependency property identifier. Gets or sets a value indicating whether the menu is displayed when the mouse pointer is hovered over the dropdown. This is a dependency property. true to show the menu when the mouse pointer is hovered over the dropdown; otherwise, false. Gets or sets whether an Image Menu is always displayed or is displayed when the cursor hovers over a . A enumeration value that specifies when a displays the Image Menu. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets an image displayed within the editor. This is a dependency property. An object that represents the image. Identifies the dependency property. A dependency property identifier. Gets or sets a value that specifies how an image should be stretched to fill the available space. This is a dependency property. One of the enumeration values. Identifies the dependency property. A dependency property identifier. Contains classes that represent pop-up editors. To use this class in XAML code, add the xmlns:dxe=”“ namespace reference. Contains values that specify when the event occurs for a combo box editor. The event occurs when the mouse button is pressed. The event occurs when the mouse pointer enters the boundaries of a list item. The event occurs when the mouse button is released. Lists values that specify when data posting starts. An action starts after a delay. An action starts immediately. Provides predefined color collections. Gets base colors for the Apex palette collection. A collection of objects that represent base colors for the Apex palette collection. Gets base colors for the Aspect palette collection. A collection of objects that represent base colors for the Aspect palette collection. Gets base colors for the Civic palette collection. A collection of objects that represent base colors for the Civic palette collection. Gets base colors for the Concourse palette collection. A collection of objects that represent base colors for the Concourse palette collection. Gets base colors for the Equality palette collection. A collection of objects that represent base colors for the Equality palette collection. Gets base colors for the Flow palette collection. A collection of objects that represent base colors for the Flow palette collection. Gets base colors for the Foundry palette collection. A collection of objects that represent base colors for the Foundry palette collection. Gets base colors for the Grayscale palette collection. A collection of objects that represent base colors for the Grayscale palette collection. Gets base colors for the Median palette collection. A collection of objects that represent base colors for the Median palette collection. Gets base colors for the Metro palette collection. A collection of objects that represent base colors for the Metro palette collection. Gets base colors for the Module palette collection. A collection of objects that represent base colors for the Module palette collection. Gets base colors for the Office palette collection. A collection of objects that represent base colors for the Office palette collection. Gets base colors for the Opulent palette collection. A collection of objects that represent base colors for the Opulent palette collection. Gets base colors for the Oriel palette collection. A collection of objects that represent base colors for the Oriel palette collection. Gets base colors for the Origin palette collection. A collection of objects that represent base colors for the Origin palette collection. Gets base colors for the Paper palette collection. A collection of objects that represent base colors for the Paper palette collection. Gets base colors for the Solstice palette collection. A collection of objects that represent base colors for the Solstice palette collection. Gets the collection of standard colors. A collection of objects that represent the standard colors. Gets base colors for the Trek palette collection. A collection of objects that represent base colors for the Trek palette collection. Gets base colors for the Urban palette collection. A collection of objects that represent base colors for the Urban palette collection. Gets base colors for the Verve palette collection. A collection of objects that represent base colors for the Verve palette collection. Provides the predefined palette collections. Gets the Apex palette collection. A collection of objects that represent the Apex palettes. Gets the Aspect palette collection. A collection of objects that represent the Aspect palettes. Gets the Civic palette collection. A collection of objects that represent the Civic palettes. Gets the collection of the predefined palettes collections. A read-only collection of the objects that represent the predefined palette collections. Gets the Concourse palette collection. A collection of objects that represent the Concourse palettes. Gets the Equality palette collection. A collection of objects that represent the Equality palettes. Gets the Flow palette collection. A collection of objects that represent the Flow palettes. Gets the Foundry palette collection. A collection of objects that represent the Foundry palettes. Gets the Grayscale palette collection. A collection of objects that represent the Grayscale palettes. Gets the Median palette collection. A collection of objects that represent the Median palettes. Gets the Metro palette collection. A collection of objects that represent the Metro palettes. Gets the Module palette collection. A collection of objects that represent the Module palettes. Gets the Office palette collection. A collection of objects that represent the Office palettes. Gets the Opulent palette collection. A collection of objects that represent the Opulent palettes. Gets the Oriel palette collection. A collection of objects that represent the Oriel palettes. Gets the Origin palette collection. A collection of objects that represent the Origin palettes. Gets the Paper palette collection. A collection of objects that represent the Paper palettes. Gets the Solstice palette collection. A collection of objects that represent the Solstice palettes. Gets the Trek palette collection. A collection of objects that represent the Trek palettes. Gets the Urban palette collection. A collection of objects that represent the Urban palettes. Gets the Verve palette collection. A collection of objects that represent the Verve palettes. Provides data for the event. Initializes a new instance of the class. The routed event. Gets the text entered by an end-user within the editor’s edit box. A value that specifies the text entered by an end-user within the editor’s edit box. Gets or sets whether to postpone edit value validation. true to postpone edit value validation; otherwise, false. Represents a method that will handle the event. The event source. A object that contains event data. A progress bar. Initializes a new instance of the class. Specifies the color of the left side of the . This is a dependency property. A object. Identifies the dependency property. A dependency property identifier. Gets or sets the progress bar’s content. This is a dependency property. An object that represents the progress bar’s content. Gets or sets the content source. This is a dependency property. A enumeration value that specifies the editor’s content source. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets the data template used to present the progress bar’s content. This is a dependency property. A object that is the template used to present the progress bar’s content. Identifies the dependency property. A dependency property identifier. Gets whether the ProgressBarEdit represents a marquee progress bar. true if the operation is going on by continuously scrolling a block from left to right; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the value is displayed as a percentage. This is a dependency property. true to display the value as a percentage; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the ProgressBarEdit’s progress color. This is a dependency property. The ProgressBarEdit’s progress color. Identifies the dependency property. A dependency property identifier. Gets or sets an object that defines the appearance and behavior of the . A descendant that defines the appearance and behavior of the . Defines the appearance and behavior of the marquee (indeterminate) progress bar. Initializes a new instance of the class. Defines the native appearance and behavior of the progress bar. Initializes a new instance of the class. Defines the radio combo box editor appearance and behavior. Initializes a new instance of the class with the default settings. Gets or sets the text displayed within the empty item. This is a dependency property. The empty item text. Identifies the dependency property. A dependency property identifier. Indicates which buttons are displayed within an editor’s popup. A descendant that is the dropdown editor. The value. Gets or sets whether the radio combo box displays the empty item. This is a dependency property. true, to show the empty item; otherwise, false. Identifies the dependency property. A dependency property identifier. Defines the radio list box editor appearance and behavior. Initializes a new instance of the class. Gets or sets the text displayed within the empty item. This is a dependency property. The empty item text. Identifies the dependency property. A dependency property identifier. Gets or sets whether the radio list box displays the empty item. This is a dependency property. true, to show the empty item; otherwise, false. Identifies the dependency property. A dependency property identifier. Contains settings that define a range for an editor. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified container. An object implementing the IRangeContainer interface. Gets or sets a value indicating whether range limits should be calculated automatically. true, to automatically calculate range limis; otherwise, false. Identifies the dependency property. A dependency property identifier. Provides access to an object that specifies the first range limit. A that specifies the range limit. Identifies the dependency property. A dependency property identifier. Provides access to an object that specifies the second range limit. A that specifies the range limit. Identifies the dependency property. A dependency property identifier. Serves as a base for classes which represent progress bars and track bars. Initializes a new instance of the class. Decreases the editor’s value by the specified value. A value to be subtracted from the editor’s value. Decreases the editor’s value by the property value. Decreases the editor’s value by the property’s value. An object that defines a command implementing the interface. Decreases the editor’s value by the property’s value. Decreases the editor’s value by the property’s value. An object that defines a command implementing the interface. Increments the editor’s value by the specified value. A value to be added to the editor’s value. Increments the editor’s value by the property value. Increments the editor’s value by the property’s value. An object that defines a command implementing the interface. Increments the editor’s value by the property value. Increments the editor’s value by the property’s value. An object that defines a command implementing the interface. Gets or sets a value by which the editor’s value is changed when using the or method. A value by which the editor’s value is changed when using the or method. Identifies the dependency property. A dependency property identifier. Sets the editor’s value to the maximum allowed value. Sets the editor’s value to the maximum allowed value, specified by the property. An object that defines a command implementing the interface. Gets or sets the maximum allowed value. A value that specifies the maximum allowed value. Identifies the dependency property. A dependency property identifier. Sets the editor’s value to the minimum allowed value. Sets the editor’s value to the minimum allowed value, specified by the property. An object that defines a command implementing the interface. Gets or sets the minimum allowed value. A value that specifies the minimum allowed value. Identifies the dependency property. A dependency property identifier. Called after the template is completely generated and attached to the visual tree. Gets or sets the editor’s orientation. A enumeration value that specifies the editor’s orientation. Identifies the dependency property. A dependency property identifier. Gets or sets a value by which the editor’s value is changed when using the or method. A value by which the editor’s value is changed when using the or method. Identifies the dependency property. A dependency property identifier. Gets or sets the editor’s value. A value that specifies the editor’s value. Identifies the dependency property. A dependency property identifier. Contains classes that implement the functionality of the RangeControl. To use these classes in XAML code, add the xmlns:dxe=”“ namespace reference. Shows a calendar within the range control’s viewport. Initializes a new instance of the class. Gets or sets whether the calendar group items are displayed within the calendar. A value that toggles the visibility of the calendar group items. Identifies the dependency property. A dependency property identifier. Gets or sets a custom factory object that specifies the time units and formatting rules of the calendar group items. An object that is the custom interval factory. Identifies the dependency property. A dependency property identifier. Gets or sets a custom factory object that specifies the time units and formatting rules of the calendar items. An object that is the custom interval factory. Identifies the dependency property. A dependency property identifier. Gets the calendar’s maximum date value. This is a dependency property. A object that is the maximum date value that can be selected. Identifies the dependency property. A dependency property identifier. Gets or sets the height of the CalendarGroupItem objects. This is a dependency property. A value that is the height of the calendar group items. Identifies the dependency property. A dependency property identifier. Gets or sets the interval factory of the currently displayed calendar group items. An object that is the interval factory of the currently displayed calendar group items. Identifies the dependency property. A dependency property identifier. Gets or sets the style applied to the CalendarGroupItem objects contained within the current . This is a dependency property. A object that is the calendar group item’s style. Identifies the dependency property. A dependency property identifier. Gets or sets a collection of IntervalFactory descendants. The objects in this collection define the available time intervals and formatting rules applied to them. Time intervals are visually represented by the calendar items. A collection of factory objects that define the available calendar items. Identifies the dependency property. A dependency property identifier. Gets or sets the interval factory of the currently displayed calendar items. An object that is the interval factory of the currently displayed calendar items. Identifies the dependency property. A dependency property identifier. Gets or sets the style applied to the CalendarItem objects contained within the current . This is a dependency property. A object that is the calendar item’s style. Identifies the dependency property. A dependency property identifier. Fires when the layout of items within the calendar is changed. Called after the template is completely generated and attached to the visual tree. Gets the value of the selection’s end item. A object that is the value of the last item in a selected range. Identifies the dependency property. A dependency property identifier. Gets the value of the selection’s start item. A object that is the value of the first item in a selected range. Identifies the dependency property. A dependency property identifier. Gets the calendar’s minimum date value. This is a dependency property. A object that is the minimum date value that can be selected. Identifies the dependency property. A dependency property identifier. Gets the value of the rightmost visible calendar item. This is a dependency property. A object that represents the value of the calendar item that is rightmost within the view port. Identifies the dependency property. A dependency property identifier. Gets the value of the leftmost visible calendar item. This is a dependency property. A object that represents the value of the calendar item that is leftmost within the view port. Identifies the dependency property. A dependency property identifier. Gets or sets the data template of a zoom out selection marker. This is a dependency property. A object applied to the zoom out selection marker. Identifies the dependency property. A dependency property identifier. The interface that a Range Control Client must implement to be embedded in the . This property specifies whether to show selection thumbs. true to show selection thumbs; otherwise, false. Specifies the client bounds. A structure. This property specifies whether to change the selected range in accordance with the visible range. true to change the selected range in accordance with the visible range; otherwise, false. This property specifies the end boundary of a range. The end boundary of a range. Returns the display representation of the specified value. An object representing the value to be formatted. A string value representing the formatted textual representation of the specified value. Gets a comparable value associated to the specified real value object. An object that is the real value. A value associated with the specified object. Gets the object corresponding to the specified comparable value. A value. An object corresponding to the specified comparable value. Gets the snapped value corresponding to the specified real value. An object that is the real value. true, to snap the value downwards; otherwise, false. An object that is the snapped value. This property specifies whether the grayscale effect is applied to an unselected range. true, to apply the grayscale effect to an unselected range; otherwise, false. Returns information on the range control client regions located at the specified point. A structure specifying the test point coordinates relative to the top-left corner of the range control client. A RangeControlClientHitTestResult object containing information about the range control client regions located at the test point. Invalidates the viewport, forcing it to be recalculated. The viewport size. Fires when the layout of items within the range control is changed. This property should specify the end boundary of the selected range. The end boundary of the selected range. This property specifies the start boundary of the selected range. The start boundary of the selected range. Specifies the range bounds. The start bound of a range. The end bound of a range. The viewport size. true, if the specified range boundaries are valid; otherwise, false. Specifies the selected range. The start bound of a selection range. The start bound of a selection range. The viewport size. true, to snap the range bounds to the bounds of range items; otherwise, false. true, if the specified range boundaries are valid; otherwise, false. Specifies the visible range. The start bound of a visible range. The end bound of a visible range. The viewport size. true, if the specified range boundaries are valid; otherwise, false. This property specifies whether to snap the selection thumbs to the bounds of the range items. true, to snap the selection thumbs to the bounds of the range items; otherwise, false. This property specifies the start boundary of a range. The start boundary of a range. This property specifies the end boundary of the visible range. The end boundary of the visible range. This property specifies the start boundary of the visible range. The start boundary of the visible range. Represents a range control. Initializes a new instance of the class. Gets or sets whether changes to the selected or visible area via the user interface are being posted immediately or after the interaction is completed. This is a dependency property. true, to post changes immediately; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether to allow horizontal scrolling. This is a dependency property. true, to allow scrolling; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether to snap the selection thumbs to the bounds of the range items. This is a dependency property. true, to snap the selection thumbs to the bounds of the range items; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether to allow zooming. This is a dependency property. true, to enable the zoom feature; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the object that visualizes the data within the RangeControl’s viewport. This is a dependency property. An object. Identifies the dependency property. A dependency property identifier. Gets or sets whether to enable animation. This is a dependency property. true, to enable animation; otherwise, false. The default is true. Identifies the dependency property. A dependency property identifier. Gets the value of the attached property for a specific object. A DependencyObject whose property value is to be returned. The value of the property for a specific object. Gets whether the selected range is moving. true, if the selected range is moving; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the DataTemplate used to render the built-in labels that indicate the bound values of the selected range. A DataTemplate object used to render the bound labels. Identifies the dependency property. A dependency property identifier. Called after the template is completely generated and attached to the visual tree. Identifies the dependency property. Identifies the dependency property. Gets or sets the end bound of a range. The end bound of a range. Identifies the dependency property. A dependency property identifier. Gets or sets the start bound of a range. The start bound of a range. Identifies the dependency property. A dependency property identifier. Gets or sets whether the selected range and visible range are reset when the ‘s ItemsSource is changed. true, if the selected range and visible range are reset in specific cases; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets the selection range. This is a dependency property. A DevExpress.Xpf.Editors.RangeControl.EditRange object. Gets or sets the end bound of the selected range. The end bound of the selected range. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets the start bound of the selected range. The start bound of the selected range. Identifies the dependency property. A dependency property identifier. Gets or sets the mode in which the unselected range is shaded. The ShadingModes value specifying the mode in which the unselected range is shaded. Identifies the dependency property. A dependency property identifier. Gets or sets whether the labels that indicate the bound values of the selected range are displayed. true, if the labels that indicate the bound values of the selected range are displayed; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the navigation buttons are automatically displayed when the selected range does not fit in the viewport. true, if the navigation buttons are automatically displayed; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether to show the Zoom And Scroll Bar. This is a dependency property. true, to show the Zoom&Scroll Bar; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether to show the selection thumbs within the viewport. This is a dependency property. true, to show the selection thumbs; otherwise, false Identifies the dependency property. A dependency property identifier. Gets or sets whether to show the selection rectangle. This is a dependency property. true, to show the selection rectangle; otherwise, false. Identifies the dependency property. A dependency property identifier. Specifies the delay (in milliseconds) that occurs before passing the changes made in a Range Control to its associated client. This is a dependency property. An integer value specifying the update delay, in milliseconds. Identifies the dependency property. A dependency property identifier. Gets or sets the end bound of the visible range. The end bound of the visible range. Identifies the dependency property. A dependency property identifier. Gets or sets the start bound of the visible range. The start bound of the visible range. Identifies the dependency property. A dependency property identifier. Represents a Rating Control. Initializes a new instance of the class with default settings. Gets a control value that corresponds to current mouse pointer position. The value that corresponds to current mouse pointer position. Identifies the dependency property. A dependency property identifier. Gets the control’s actual value. A control’s actual value. Identifies the dependency property. A dependency property identifier. Gets or sets whether to highlight items that are about to be selected when the end-users hovers over them. This is a dependency property. true, to highlight rating items when the end-user hovers over them; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the end-user can edit the current value. This is a dependency property. true, if the corresponding editor is read-only; otherwise, false. Identifies the dependency property. A dependency property identifier. Provides access to the collection of rating items. A collection of objects. Gets or sets the number of items displayed by the . This is a dependency property. The number of displayed items. Identifies the dependency property. A dependency property identifier. Gets or sets the style applied to a object contained within this . This is a dependency property. A Style object providing corresponding style settings. Identifies the dependency property. A dependency property identifier. Specifies the maximum rating displayed by the . This is a dependency property. The maximum rating displayed by the . Identifies the dependency property. A dependency property identifier. Specifies the minimum rating displayed by the . This is a dependency property. The minimum rating displayed by the . Identifies the dependency property. A dependency property identifier. Gets or sets whether the items in the current are arranged horizontally or vertically. This is a dependency property. An Orientation enumeration value that specifies whether the items in the current are arranged horizontally or vertically. The default is Horizontal. Identifies the dependency property. A dependency property identifier. Gets or sets the rate precision. This is a dependency property. A enumeration value. Identifies the dependency property. A dependency property identifier. Gets or sets the pattern for formatting the tooltip. This is a dependency property. A value that represents the format pattern. Identifies the dependency property. A dependency property identifier. Gets or sets the current value of the . This is a dependency property. A System.Double object that is the current value of the . Occurs after the ‘s value has been changed. Identifies the dependency property. A dependency property identifier. Represents a rating editor. Initializes a new instance of the class with default settings. Gets or sets the number of items displayed by the . This is a dependency property. A number of displayed items. Identifies the dependency property. A dependency property identifier. Gets or sets the style applied to a object contained within this . This is a dependency property. A Style object providing corresponding style settings. Identifies the dependency property. A dependency property identifier. Specifies the maximum rating displayed by the . This is a dependency property. The maximum rating displayed by the . Identifies the dependency property. A dependency property identifier. Specifies the minimum rating displayed by the . This is a dependency property. The minimum rating displayed by the . Identifies the dependency property. A dependency property identifier. Gets or sets whether the items in the current are arranged horizontally or vertically. This is a dependency property. An Orientation enumeration value that specifies whether the items in the current are arranged horizontally or vertically. The default is Horizontal. Identifies the dependency property. A dependency property identifier. Gets or sets the rating precision. This is a dependency property. A enumeration value. Identifies the dependency property. A dependency property identifier. Gets or sets the current value of the . This is a dependency property. A System.Double object that is the current value of the . Identifies the dependency property. A dependency property identifier. Represents a rating item. Initializes a new instance of the class with default settings. Initializes a new instance of the class with specified settings. Gets or sets the object that defines the shape of rating items. This is a dependency property. A System.Windows.Media.Geometry object that defines the shape of rating items. Identifies the dependency property. A dependency property identifier. Returns the rating control value that corresponds to the current mouse pointer position. An instance of the class. A value that corresponds to a current mouse pointer position. Gets or sets the brush that is used to highlight items that are about to be selected when the end-users hovers over them. This is a dependency property. A object which specifies the highlight color. Identifies the dependency property. A dependency property identifier. Gets or sets the current hover value of the . This is a dependency property. A System.Double object that is the current hover value of the of the . Identifies the dependency property. A dependency property identifier. Gets the brush that fills the item corresponding to its current . This is a dependency property. A object that is a brush used to fill the item corresponding to its current hover value. Identifies the dependency property. A dependency property identifier. Returns the current item’s zero-based index. This is a dependency property. The current item’s zero-based index. Identifies the dependency property. A dependency property identifier. Specifies the orientation of the item. This is a dependency property. An Orientation enumeration value that specifies whether the items in the current are arranged horizontally or vertically. Identifies the dependency property. A dependency property identifier. Gets or sets a brush used to draw a background for the selected items (stars). This is a dependency property. A object that represents the brush used to paint the background of the selected items (stars). Identifies the dependency property. A dependency property identifier. Gets or sets the current value of the . This is a dependency property. A System.Double object that is the current value of the . Identifies the dependency property. A dependency property identifier. Gets the brush that fills the item corresponding to its current . This is a dependency property. A object that is a brush used to fill the item corresponding to its current value. Identifies the dependency property. A dependency property identifier. Lists the values used to specify the rating precision. The rating can be set with exact precision. The rating can be set with integer precision. The rating can be set with half integer precision. Lists values that specify the scrolling mode for and . The scrolling is performed item by item. The scrolling is performed pixel by pixel. A search control. Initializes a new instance of the class with default settings. Gets or sets whether the search control is opened and closed with animation. true, to enable animation; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets a command executed when the is being closed. This is a dependency property. A object executed when an item is being closed. Identifies the dependency property. A dependency property identifier. Gets or sets the column provider for the search control. This is a dependency property. An object implementing the DevExpress.Xpf.Editors.ISearchPanelColumnProviderBase interface. Identifies the dependency property. A dependency property identifier. Gets or sets the SearchControl’s corner radius. This is a dependency property. The SearchControl’s corner radius. Identifies the dependency property. A dependency property identifier. Gets or sets the logical operator type (AND or OR). The criteria operator type (logical AND or OR). Identifies the dependency property. A dependency property identifier. Performs search text validation. true if the search text has been validated; otherwise, false. Gets or sets whether to perform a search within the records that are visible, or within the records that are specified by the . This is a dependency property. A DevExpress.Xpf.Editors.FilterByColumnsMode enumeration value. Identifies the dependency property. A dependency property identifier. Gets or sets the type of the comparison operator used to create filter conditions. This is a dependency property. One of the enumeration values. Identifies the dependency property. A dependency property identifier. Gets or sets the filter expression applied to . This is a dependency property. A descendant that represents an external filter expression. Identifies the dependency property. A dependency property identifier. Gets or sets whether data searching starts automatically, or must be started manually. This is a dependency property. A enumeration value that specifies the find mode. Identifies the dependency property. A dependency property identifier. Gets or sets whether the MRU dropdown list is displayed immediately after an end-user has typed a character in the edit box. This is a dependency property. true to display the MRU dropdown list after an end-user has typed a character in the edit box; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets a value that indicates whether a control is included in tab navigation. true if the control is included in tab navigation; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets the collection of MRU filter strings. A list of strings that represent the filter items. Gets or sets the maximum number of the most recently used (MRU) filter conditions stored by the . This is a dependency property. An integer that specifies the maximum number of recently used filter conditions stored by the SearchControl. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Moves forward to the next record that has a matching value. A command that implements the . Identifies the dependency property. A dependency property identifier. Gets or sets the text displayed within the search control edit box when the search text is null. This is a dependency property. A value that specifies the string displayed within the search control edit box when the property is set to null. Gets or sets the foreground color. This is a dependency property. The foreground color. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Called after the template is completely generated and attached to the visual tree. Gets or sets a mode that specifies how the search string is parsed. This is a dependency property. A mode that specifies how the search string is parsed. Identifies the dependency property. A dependency property identifier. Gets or sets whether data searching starts immediately or after a delay. This is a dependency property. A enumeration value. Identifies the dependency property. A dependency property identifier. Moves back to the previous record that has a matching value. A command that implements the . Identifies the dependency property. A dependency property identifier. Gets or sets the count of search results. The count of search results. Identifies the dependency property. A dependency property identifier. Gets or sets an index of the current search result. An index of the current search result. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. Identifies the dependency property. A dependency property identifier. Gets or sets the search string specified within the . This is a dependency property. A value that specifies the search string. Gets or sets the minimum width of the search control text input area. A minimum width of the search control text input area. Identifies the dependency property. A dependency property identifier. Gets or sets the amount of time in milliseconds, after which a data search is initiated (in an automatic find mode). This is a dependency property. An integer that specifies the delay in milliseconds, after which a data search is initiated. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets whether the displays the Clear button. This is a dependency property. true if the displays the Clear button; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the displays the Close button. This is a dependency property. true if the displays the Close button; otherwise, false. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets whether the displays the Find button. This is a dependency property. true if the displays the Find button; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether a button used to invoke the MRU search dropdown list is displayed within the . This is a dependency property. true to display the MRU search button within the SearchControl; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the search control shows the information about search results. true, to show the information about search results; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the displays the search panel Navigation buttons allowing an and-user to navigate the records that have matching values. This is a dependency property. true, if the displays the Navigation buttons; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets a control against which the performs searching. A control against which the search is performed. Identifies the dependency property. A dependency property identifier. Updates a column provider. Updates a list of MRU items. Lists the values that specify the property. Search words are combined by the And operator. The exact match. If the search string contains the space characters, the words are not treated separately. Search words are combined by the Or operator. Search words are combined by the Or operator. Contains classes that represent settings for different editors. To use these classes in XAML code, add the xmlns:dxe=”“ namespace reference. Contains settings specific to the AutoSuggestEdit editor. Initializes a new instance of the class. Gets or sets whether the suggestion text is substituted in the editor’s edit box while selecting suggestions in the editor’s drop down. This is a dependency property. true, if the suggestion text is substituted in the edit box; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets a field name in the bound data source whose values are displayed in the editor popup. This is a dependency property. A value that specifies the data source field whose values are displayed in the editor popup. Identifies the dependency property. A dependency property identifier. Gets or sets whether the dropdown list is displayed immediately after an end-user has typed a character in the edit box. This is a dependency property. true, to display the dropdown list after an end-user has typed a character in the edit box; otherwise, false. The default is false. Identifies the dependency property. A dependency property identifier. Gets or sets the style applied to the container element generated for each item within the editor’s dropdown. This is a dependency property. A object that is applied to the container element generated for each item. Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses a style applied to suggestion item containers. This is a dependency property. A descendant that applies a style based on custom logic. Identifies the dependency property. A dependency property identifier. Gets or sets the template that defines the panel that controls the layout of items displayed within the editor’s dropdown. This is a dependency property. A object that represents the panel to use for the layout of the items. Identifies the dependency property. A dependency property identifier. Get or sets a collection of items (suggestions) displayed within the editor’s dropdown. This is a dependency property. An object that represents the data source from which the AutoSuggestEdit retrieves a list of suggestions. Identifies the dependency property. A dependency property identifier. Gets or sets the composite string that specifies how to format the items in the editor’s drop down. This is a dependency property. The composite string that specifies how to format the items in the editor’s dropdown. Identifies the dependency property. A dependency property identifier. Gets or sets a template that defines the presentation of items contained within the drop-down list. This is a dependency property. A object that represents the template which defines the presentation of items contained within the drop-down list. Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses a list item template based on custom logic. This is a dependency property. A descendant that applies a template based on custom logic. Identifies the dependency property. A dependency property identifier. Gets or sets a data field whose values are displayed in the editor’s text box. This is a dependency property. A bound data object field name. Identifies the dependency property. A dependency property identifier. Contains settings specific to the BarCodeEdit editor. Initializes a new instance of the class with default settings. Gets or sets a value that specifies whether the property value should be calculated automatically based upon the bar code’s size. This is a dependency property. true, if the bar code’s module is calculated automatically; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the byte array to be coded into the PDF417 or ECC200 bar code. This is a dependency property. An array of [] values to be coded using the bar code’s symbology. Identifies the dependency property. A dependency property identifier. Gets or sets the text’s horizontal alignment. This is a dependency property. A value that specifies the text’s horizontal alignment. Identifies the dependency property. A dependency property identifier. Gets or sets the width of the narrowest bar or space, in pixels. This is a dependency property. The width of the narrowest bar or space, in pixels. Identifies the dependency property. A dependency property identifier. Gets or sets whether the in-place barcode shows the text. true, if the text is displayed; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the text’s vertical alignment. This is a dependency property. A value that specifies the text’s vertical alignment. Identifies the dependency property. A dependency property identifier. Serves as the base class for the editor settings classes that define the behavior of editors allowing data input. Gets or sets whether end-users can set the editor’s value to a null reference by pressing the CTRL+DEL or CTRL+0 key combinations. This is a dependency property. true to allow null input by pressing the CTRL+DEL or CTRL+0 key combinations; otherwise, false. Identifies the dependency property. A dependency property identifier. Assigns the editor settings to the specified editor. A class descendant that represents the target editor. true to assign the current editor’s settings to the target editor; otherwise, false. An object implementing the DevExpress.Xpf.Editors.Settings.IDefaultEditorViewInfo interface, containing editor settings (e.g. ). Assigns the editor settings to the specified editor. A class descendant that represents the target editor. true to assign the current editor’s settings to the target editor; otherwise, false. An object implementing the DevExpress.Xpf.Editors.Settings.IDefaultEditorViewInfo interface, containing editor settings (e.g. ). true to assign all settings; false to assign only those settings that have been changed. Starts the ‘s initialization. Initialization occurs at runtime. Creates a new editor with the specified settings. A enumeration value. An object implementing the DevExpress.Xpf.Editors.IBaseEdit interface. Creates a new editor with the specified settings. An object implementing the DevExpress.Xpf.Editors.Settings.IDefaultEditorViewInfo interface. A enumeration value. An object implementing the DevExpress.Xpf.Editors.IBaseEdit interface. Creates a new editor with the specified settings. true to assign specified settings to the new editor; otherwise, false. An object implementing the DevExpress.Xpf.Editors.Settings.IDefaultEditorViewInfo interface. A enumeration value. An object implementing the DevExpress.Xpf.Editors.IBaseEdit interface. For internal use. Identifies the dependency property. A dependency property identifier. Gets or sets the pattern used to format the editor’s display value. This is a dependency property. A value that is the format pattern. Identifies the dependency property. A dependency property identifier. Gets or sets a converter used to provide the editor’s display value. This is a dependency property. An object that implements the interface. Identifies the dependency property. A dependency property identifier. Ends the ‘s initialization. Gets or sets a template that presents the content of an editor’s error tooltip. This is a dependency property. A object that represents the data template. Identifies the dependency property. A dependency property identifier. Gets or sets the direction that text flows within the editor. This is a dependency property. A System.Windows.FlowDirection enumerator value that specifies the direction that text flows within the editor. Identifies the dependency property. A dependency property identifier. Returns the display representation of the specified value. An object that represents the value to format. true to apply formatting specified by the property; otherwise, false. A value that represents the specified value formatted for display purposes. Returns the display representation of the specified value. An object that represents the value to be formatted. A value that represents the specified value formatted for display purposes. For internal use only. Gets or sets the horizontal alignment of an editor’s contents. An enumeration member. Identifies the dependency property. A dependency property identifier. Gets or sets the editor’s maximum width. This is a dependency property. A value that specifies the editor’s maximum width. Identifies the dependency property. A dependency property identifier. Gets or sets the text displayed within the edit box when the editor’s value is null. This is a dependency property. A value that specifies the string displayed within the edit box when the property is set to null or value. Identifies the dependency property. A dependency property identifier. Gets or sets a null value for the editor. This is a dependency property. An object that represents the null value. Identifies the dependency property. A dependency property identifier. For internal use only. For internal use. Identifies the dependency property. A dependency property identifier. Gets or sets whether to display the null text. This is a dependency property. true to display the null text; otherwise, false. Gets or sets whether to display the null text for the value. This is a dependency property. true to display the null text for the value; otherwise, false. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets an object that defines an editor’s appearance and behavior. This is a dependency property. A descendant hat defines the editor’s appearance and behavior. Identifies the dependency property. A dependency property identifier. Gets or sets the template used to display an in-place editor’s validation error messages. This is a dependency property. A that defines the visualization of the editor’s error messages. Identifies the dependency property. A dependency property identifier. Gets or sets the vertical alignment of the editor’s contents. One of the enumeration values. Identifies the dependency property. A dependency property identifier. Contains settings specific to the editor. Initializes a new instance of the class with default settings. Gets or sets whether the editor’s default button is displayed. This is a dependency property. true to display the editor’s default button; otherwise, false. Identifies the dependency property. A dependency property identifier. Returns the collection of buttons. The collection of descendants that represents the editor’s buttons. Gets or sets a collection of objects providing information to generate and initialize buttons for the . This is a dependency property. A source of objects to be visualized as buttons. Identifies the dependency property. A dependency property identifier. Gets or sets the data template used to render buttons of the . This is a dependency property. A object that is used to render buttons of the . Identifies the dependency property. A dependency property identifier. Gets or sets the template selector that provides a way to select a particular data template used to render buttons of the . This is a dependency property. A descendant that provides the way to select a particular data template used to render buttons of the . Identifies the dependency property. A dependency property identifier. Occurs when an editor’s default button is clicked. Gets or sets whether end-users are allowed to edit the text displayed in the edit box. This is a dependency property. true, to allow end-users to edit the text displayed in the edit box; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the position of the button used to clear an editor’s value. This is a dependency property. A enumeration value that specifies the button’s position. Identifies the dependency property. A dependency property identifier. Gets or sets whether the edit box is displayed. This is a dependency property. true to display the edit box; otherwise, false. Identifies the dependency property. A dependency property identifier. Contains settings specific to the PopupCalcEdit editor. Initializes a new instance of the class with default settings. Gets or sets whether the dropdown’s width matches the width of the edit box. This is a dependency property. true if the dropdown’s width matches the width of the edit box; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the maximum number of digits displayed to the right of the decimal point. This is a dependency property. The maximum number of digits displayed in the fractional part of the value. Identifies the dependency property. A dependency property identifier. Contains settings specific to the editor. Initializes a new instance of the class with the default settings. Gets or sets a glyph used to visualize CheckEdit’s checked state. This is a dependency property. An object that represents the CheckEdit’s glyph. Identifies the dependency property. A dependency property identifier. Gets or sets a value that specifies when the editor’s state changes. This is a dependency property. One of the enumeration values. Identifies the dependency property. A dependency property identifier. Gets or sets the editor’s content. This is a dependency property. An object that specifies the editor’s content. Identifies the dependency property. A dependency property identifier. Gets or sets the template that defines the presentation of the editor’s content, represented by the property. This is a dependency property. A object that represents the template which defines the presentation of the editor’s content. Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses the editor’s content template based on custom logic. This is a dependency property. A descendant that applies a template based on custom logic. Identifies the dependency property. A dependency property identifier. Gets or sets a template used to render the CheckEdit’s glyphs. This is a dependency property. A object that represents the editor’s glyph template. Identifies the dependency property. A dependency property identifier. Gets or sets a glyph used to visualize the CheckEdit’s indeterminate state. This is a dependency property. An object that represents the CheckEdit’s glyph. Identifies the dependency property. A dependency property identifier. Gets or sets whether the check editor supports three check states. This is a dependency property. true if the check editor supports three check states; otherwise, false. Identifies the dependency property. A dependency property identifier. Indicates whether pressing the specified key changes the editor’s state. A object that is a key to be checked. true, if the specified key changes the editor’s state; otherwise, false . Gets or sets a glyph used to visualize the CheckEdit’s unchecked state. This is a dependency property. An object that represents the CheckEdit’s glyph. Identifies the dependency property. A dependency property identifier. Contains settings specific to the ColorEdit editor. Initializes a new instance of the class with default settings. Gets or sets the Brush that draws the outer border of color chips. This is a dependency property. A object that draws the color chip’s border. Identifies the dependency property. A dependency property identifier. Gets or sets the outer margin of a color chip. This is a dependency property. A structure that specifies the outer margin of a color chip. Identifies the dependency property. A dependency property identifier. Gets or sets the size of color chips. This is a dependency property. A enumeration value that specifies the size of color chips. Identifies the dependency property. A dependency property identifier. Gets or sets the number of color columns. This is a dependency property. An integer value that specifies the number of color columns. Identifies the dependency property. A dependency property identifier. Gets or sets the default color. This is a dependency property. A structure that describes the default color. Identifies the dependency property. A dependency property identifier. Gets or sets the collection of palettes. This is a dependency property. A object that represents a collection of palettes. Identifies the dependency property. A dependency property identifier. Gets the recent colors. The circular list that contains recent colors. Gets or sets whether the color edit displays the alpha channel (opacity) for the selected color. This is a dependency property. true, to show the alpha channel for the selected color; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the Default Color Button is visible. This is a dependency property. true to show the ‘Automatic’ button; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the More Colors Button is visible. This is a dependency property. true to show the ‘More Colors’ button; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the No Color Button is visible. This is a dependency property. true to show the ‘No Color’ button; otherwise, false. Identifies the dependency property. A dependency property identifier. Contains settings specific to the editor. Initializes a new instance of the class with default settings. Gets the value of the property. true if the ImageTemplate is applied to the selected item; otherwise, false. Gets a collection of objects that define the appearance of each level of groups. One or more objects. Provides access to the collection of items when the editor is not bound to a data source. The collection of items. Contains settings specific to the editor. Initializes a new instance of the class with the default settings. Gets or sets the editor’s maximum value. This is a dependency property. A value that specifies the maximum allowed date. Identifies the dependency property. A dependency property identifier. Gets or sets the editor’s minimum value. This is a dependency property. A structure which represents the minimum allowed date. Identifies the dependency property. A dependency property identifier. Gets or sets whether to display week numbers in the drop-down window. This is a dependency property. true if the drop-down window displays week numbers; otherwise, false. Identifies the dependency property. A dependency property identifier. Lists the values used to specify the horizontal alignment. An element aligned to the center of the layout slot for the parent element. The element alignment is defined by the owner of the editor. An element aligned to the left of the layout slot for the parent element. An element aligned to the right of the layout slot for the parent element. An element stretched to fill the entire layout slot of the parent element. Contains settings specific to the editor. Initializes a new instance of the class with default settings. Gets or sets whether the FontEdit control will display a confirmation dialog when an end-user selects an unavailable font. true, if the editor displays confirmation dialog; otherwise, false. Identifies the dependency property. A dependency property identifier. Contains settings specific to the HyperlinkEdit editor. Initializes a new instance of the class. Gets or sets whether the in-place hyperlink editor automatically navigates a hyperlink. This is a dependency property. True to navigate a hyperlink automatically; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the name of the bound object’s field that contains the text displayed by the editor. This is a dependency property. A value that is the bound object’s field name. Identifies the dependency property. A dependency property identifier. Gets the highlighted text that matches the search. This is a dependency property. A value that specifies the highlighted text. Gets the filter condition (comparison operator) used to highlight the text. This is a dependency property. A enumeration value that specifies the filter condition. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets a string that specifies how to format the URL. This is a dependency property. A that specifies the format of the URL. Identifies the dependency property. A dependency property identifier. Gets or sets the name of the bound object’s field that contains the navigation URL. This is a dependency property. A value that is the bound object’s field name. Identifies the dependency property. A dependency property identifier. Fires when a hyperlink is about to be navigated. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Contains settings specific to the editor. Initializes a new instance of the class with default settings. Allows you to manually encode the editor’s value in the required image format before it is posted to a data source. Gets or sets a bitmap effect. This is a dependency property. A descendant that represents the bitmap effect. Identifies the dependency property. A dependency property identifier. Gets or sets whether clicking within the editor shows the “Open” dialog. This is a dependency property. One of the enumeration values. Identifies the dependency property. A dependency property identifier. Gets or sets a value indicating whether the menu is displayed when the mouse pointer is hovered over the image. This is a dependency property. true to show the menu when the mouse pointer is hovered over the image; otherwise, false. Gets or sets whether an Image Menu is always displayed , or is displayed when the cursor hovers over the in-place control. This is a dependency property. A enumeration value that specifies when the in-place control displays the Image Menu. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets a value that specifies how an image should be stretched to fill the available space. This is a dependency property. One of the enumeration values. Identifies the dependency property. A dependency property identifier. Contains settings specific to the editor. Initializes a new instance of the class. Gets or sets whether to allow process collection views. This is a dependency property. true to allow processing collection views; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether a list box updates its items when the bound data source is modified outside the list box. true, to update items in the list box when the bound data source is modified outside the list box; otherwise, false. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure and is not intended to be used directly from your code. Identifies the dependency property. A dependency property identifier. Gets or sets a field name in the bound data source whose contents are to be displayed by the list box. This is a dependency property. A value specifying a field name in a data source. Identifies the dependency property. A dependency property identifier. Gets or sets the filter expression. This is a dependency property. A descendant that represents the filter expression. Identifies the dependency property. A dependency property identifier. Gets a collection of objects that define the appearance of each level of groups. One or more objects. Gets or sets whether a should keep the synchronized with the current item in the property. This is a dependency property. true, to always synchronize the with the current item in the assigned to the property; otherwise, false. Identifies the dependency property. A dependency property identifier. Provides access to the collection of items when the ListBoxEdit is not bound to a data source. The collection of items. Gets or sets the template that defines the presentation of a container panel used by the editor to arrange its items. This is a dependency property. A object that arranges items. Identifies the dependency property. A dependency property identifier. Gets or sets the listbox’s data source. This is a dependency property. An object that represents the data source from which the listbox retrieves its data. Identifies the dependency property. A dependency property identifier. Gets or sets a template that defines the presentation of items contained within the list. This is a dependency property. A object that represents the template which defines the presentation of items contained within the list. Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses a list item template based on custom logic. This is a dependency property. A descendant that applies a template based on custom logic. Identifies the dependency property. A dependency property identifier. Contains the most recently used (MRU) items. A collection of the most recently used items. Gets or sets how list items are selected. This is a dependency property. A enumeration value that specifies the editor’s selection behavior. Identifies the dependency property. A dependency property identifier. Gets or sets whether the editor searches for a null item in the bound data source when the editor value is null (empty). This is a dependency property. true, to find and select an item with null value; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets a field name in the bound data source whose contents are assigned to item values. This is a dependency property. A value that specifies the field name in a bound data source. Identifies the dependency property. A dependency property identifier. Serves as a base for classes that provide lookup editor customizability. Gets or sets the ‘Add New’ button’s position. This is a dependency property. A enumeration value that specifies the ‘Add New’ button’s position. Identifies the dependency property. A dependency property identifier. Gets or sets whether to allow process collection views. This is a dependency property. true to allow processing collection views; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether item highlighting is enabled. This is a dependency property. true to highlight an item located under the mouse pointer; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether a lookup editor updates its items when the bound data source is modified outside the lookup editor. true, to update items in the lookup editor when the bound data source is modified outside the lookup editor; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether to allow a user to enter the values that are not present in the data source. This is a dependency property. true, to reject unknown values; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether to apply the ItemTemplate to the selected item, displayed within the edit box. This is a dependency property. true to apply the item template to the selected item; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the automatic completion is enabled. This is a dependency property. true to enable automatic completion; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets a field name in the bound data source whose values are displayed by the editor. This is a dependency property. A value that specifies the data source field whose values are displayed by the editor. Identifies the dependency property. A dependency property identifier. Gets or sets the filter condition. A enumeration value that specifies the filter condition. Identifies the dependency property. A dependency property identifier. Gets or sets the filter expression applied to . This is a dependency property. A descendant that represents an external filter expression. Identifies the dependency property. A dependency property identifier. Gets or sets the ‘Find’ button’s position. This is a dependency property. A enumeration value that specifies the ‘Find’ button’s position. Identifies the dependency property. A dependency property identifier. Gets or sets whether data searching starts automatically, or must be started manually. This is a dependency property. A enumeration value that specifies the find mode. Identifies the dependency property. A dependency property identifier. Searches for the value in the and returns the corresponding item. This is a dependency property. An object that is the search value. An object that is the corresponding item. Returns the specified item’s value. The item whose value is to be obtained. An object that is the specified item’s value. Gets or sets whether the dropdown list is displayed immediately after an end-user has typed a character in the edit box. This is a dependency property. true to display the dropdown list after an end-user has typed a character in the edit box; otherwise, false. Identifies the dependency property. A dependency property identifier. Specifies whether to enable the incremental filtering feature. This is a dependency property. true, to enable the incremental filtering; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the filtering is case sensitive. This is a dependency property. true, if the filtering is case sensitive, otherwise false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the automatic completion is case sensitive. This is a dependency property. true if the automatic completion is case sensitive, otherwise false. Identifies the dependency property. A dependency property identifier. Gets or sets whether an editor should keep the synchronized with the current item in the property. This is a dependency property. true, to always synchronize the with the current item in the assigned to the property; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the template that defines the panel that controls the layout of items displayed within the editor’s dropdown. This is a dependency property. A object that represents the panel to use for the layout of the items. Identifies the dependency property. A dependency property identifier. Gets or sets the LookUpEdit‘s data source. This is a dependency property. An object that represents the data source from which the LookUpEdit retrieves its data. Identifies the dependency property. A dependency property identifier. Gets or sets a template that defines the presentation of items contained within the dropdown list. This is a dependency property. A object that represents the template which defines the presentation of items contained within the dropdown list. Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses a list item template based on custom logic. This is a dependency property. A descendant that applies a template based on custom logic. Identifies the dependency property. A dependency property identifier. Gets or sets whether the editor searches for a null item in the bound data source when the editor value is null (empty). This is a dependency property. true, to find and select an item with null value; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the string separating checked items in the edit value. This is a dependency property. A value that separates checked items in the edit value. Identifies the dependency property. A dependency property identifier. Gets or sets a field name in the bound data source, whose contents are assigned to item values. This is a dependency property. A value that specifies the field name in a bound data source. Identifies the dependency property. A dependency property identifier. Contains settings specific to the editor. Initializes a new instance of the class with the default settings. Gets or sets whether an end-user can insert return characters into a text. This is a dependency property. true to allow return characters to be accepted and processed by the editor; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether an end-user can insert tabulation characters into a text. This is a dependency property. true to allow tabulation characters to be accepted and processed by the editor; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether a horizontal scroll bar is shown. This is a dependency property. A enumeration value that specifies the scroll bar’s visibility. Identifies the dependency property. A dependency property identifier. Gets or sets whether the text is wrapped when it reaches the edge of the text box. This is a dependency property. One of the enumeration values. Identifies the dependency property. A dependency property identifier. Gets or sets whether a vertical scroll bar is shown. This is a dependency property. A enumeration value that specifies the scroll bar’s visibility. Identifies the dependency property. A dependency property identifier. Gets or sets a value specifying whether an identification icon is displayed within the editor’s edit region. true if an editor displays an identification icon; otherwise, false. Identifies the dependency property. A dependency property identifier. Contains settings specific to the editor. Initializes a new instance of the class with default settings. Returns the display representation of the specified value. An object representing the value to be formatted. A string value representing the formatted textual representation of the specified value. Gets or sets the maximum number of characters an end-user can enter into the editor. This is a dependency property. A positive integer specifying the maximum number of characters an end-user can enter. 0 to disable the text length limit. Identifies the dependency property. A dependency property identifier. Gets or sets the masking character. This is a dependency property. A masking character. The default value is a bullet character (●). Identifies the dependency property. A dependency property identifier. Serves as a base for classes that contain settings specific to popup editors (e.g. , ). Initializes a new instance of the class with default settings. Gets or sets whether the dropdown’s size is shared between multiple popup editors created from the class. This is a dependency property. true to share the dropdown’s size between multiple popup editors; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the template that defines the presentation of the popup window’s bottom area. This is a dependency property. A object that is the element’s template. Identifies the dependency property. A dependency property identifier. Gets or sets a template that presents the popup window’s content. A object that presents the popup window’s content. Identifies the dependency property. A dependency property identifier. Gets or sets which buttons are displayed within the editor’s drop-down. This is a dependency property. A enumeration value that specifies which buttons are displayed within the editor’s drop-down. Identifies the dependency property. A dependency property identifier. Gets or sets the popup window’s height. A value that specifies the popup window’s height. Identifies the dependency property. A dependency property identifier. Gets or sets the popup window’s maximum height. A value that specifies the popup window’s maximum height. Identifies the dependency property. A dependency property identifier. Gets or sets the popup window’s maximum width. A value that specifies the popup window’s maximum width. Identifies the dependency property. A dependency property identifier. Gets or sets the popup window’s minimum height. A value that specifies the popup window’s minimum height. Identifies the dependency property. A dependency property identifier. Gets or sets the popup window’s minimum width. A value that specifies the pop-up window’s minimum width. Identifies the dependency property. A dependency property identifier. Gets or sets the template that defines the presentation of the top area within an editor’s dropdown. A object that defines the presentation of the top area within an editor’s dropdown. Identifies the dependency property. A dependency property identifier. Gets or sets the popup window’s width. A value that specifies the popup window’s width. Identifies the dependency property. A dependency property identifier. Gets or sets whether the read-only editor can display its popup. This is a dependency property. true, if a read-only editor can display its popup; otherwise, false. The default is true. Identifies the dependency property. A dependency property identifier. Gets or sets whether to show the size grip within the editor’s drop-down. A value that specifies whether to show the size grip within the editor’s drop-down. Identifies the dependency property. A dependency property identifier. Lists the values used to specify the display mode of the currently selected color. Displays a colored rectangle. Displays a color name, Hex or ARGB value next to a colored rectangle. Displays a color name, Hex or ARGB value. Contains settings specific to the PopupColorEdit editor. Initializes a new instance of the class with default settings. Gets or sets the Brush that draws the outer border of a color chip. This is a dependency property. A object that draws the color chip‘s border. Identifies the dependency property. A dependency property identifier. Gets or sets the outer margin of a color chip. This is a dependency property. A structure that specifies the outer margin of a color chip. Identifies the dependency property. A dependency property identifier. Gets or sets the size of color chips. This is a dependency property. A enumeration value that specifies the size of color chips. Identifies the dependency property. A dependency property identifier. Gets or sets the number of color columns. This is a dependency property. An integer value that specifies the number of color columns. Identifies the dependency property. A dependency property identifier. Gets or sets the default color. This is a dependency property. A structure that describes the default color. Identifies the dependency property. A dependency property identifier. Gets or sets the display mode of the current in-place edit box. This is a dependency property. A enumerator value that specifies the display mode of the current in-place edit box. Identifies the dependency property. A dependency property identifier. Gets or sets the collection of palettes. This is a dependency property. A object that represents a collection of palettes. Identifies the dependency property. A dependency property identifier. Gets the recent colors. The circular list that contains recent colors. Gets or sets whether the color edit displays the alpha channel (opacity) for the selected color. This is a dependency property. true, to show the alpha channel for the selected color; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the Default Color Button is visible. This is a dependency property. true to show the “Default Color Button”; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the More Colors button is visible. This is a dependency property. true to show the More Colors button; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the No Color button is visible. This is a dependency property. true to show the No Color button; otherwise, false. Identifies the dependency property. A dependency property identifier. Contains settings specific to the PopupImageEdit editor. Initializes a new instance of the class with default settings. Allows you to manually encode the editor’s value in the required image format before it is posted to a data source. Gets or sets a bitmap effect. This is a dependency property. A descendant that represents the bitmap effect. Identifies the dependency property. A dependency property identifier. Gets or sets whether clicking within the editor’s dropdown shows the “Open” dialog. This is a dependency property. One of the enumeration values. Identifies the dependency property. A dependency property identifier. Gets or sets a value indicating whether the menu is displayed when the mouse pointer is hovered over the dropdown. This is a dependency property. true to show the menu when the mouse pointer is hovered over the dropdown; otherwise, false. Gets or sets whether an Image Menu is always displayed or is displayed when the cursor is hovered over an in-place . A enumeration value that specifies when an in-place displays the Image Menu. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets a value that specifies how an image should be stretched to fill the available space. This is a dependency property. One of the enumeration values. Identifies the dependency property. A dependency property identifier. Contains settings specific to the ProgressBarEdit editor. Initializes a new instance of the class with default settings. Gets or sets the content source. This is a dependency property. A enumeration value that specifies the editor’s content source. Identifies the dependency property. A dependency property identifier. Gets or sets the data template used to present the progress bar’s content. This is a dependency property. A object that is the template used to present the progress bar’s content. Identifies the dependency property. A dependency property identifier. Gets or sets whether the value is displayed as a percentage. This is a dependency property. true to display the value as a percentage; otherwise, false. Identifies the dependency property. A dependency property identifier. Contains settings specific to the editor. Initializes a new instance of the class with default settings. Gets or sets the number of objects displayed by the rating editor. This is a dependency property. A number of displayed rating items. Identifies the dependency property. A dependency property identifier. Gets or sets the style applied to objects contained within the rating editor. This is a dependency property. A object that is the style applied to the rating items. Identifies the dependency property. A dependency property identifier. Specifies the maximum rating accepted by the rating editor. This is a dependency property. The maximum rating accepted by the rating editor. Identifies the dependency property. A dependency property identifier. Specifies the minimum rating accepted by the rating editor. This is a dependency property. The minimum rating accepted by the rating editor. Identifies the dependency property. A dependency property identifier. Gets or sets whether the items in the current rating editor are arranged horizontally or vertically. This is a dependency property. A enumeration value that specifies whether the rating editor items are arranged horizontally or vertically. The default is Horizontal. Identifies the dependency property. A dependency property identifier. Gets or sets the rating precision. This is a dependency property. A enumeration value. The default is Full. Identifies the dependency property. A dependency property identifier. Contains settings specific to the editor. Initializes a new instance of the class with default settings. Specifies the filter criteria for a sparkline’s data. A object. Identifies the dependency property. A dependency property identifier. Specifies the name of a binding for data point arguments. A value. Identifies the dependency property. A dependency property identifier. Specifies the allowed range of data points arguments. Data points with arguments that are out of this range will not be displayed on a sparkline. A object. Identifies the dependency property. A dependency property identifier. Specifies how to sort sparkline points by their arguments. A enumeration value. Identifies the dependency property. A dependency property identifier. Specifies the name of a binding for data point values. A value. Identifies the dependency property. A dependency property identifier. Specifies the allowed range of data points values. Data points with values that are out of this range, will not be displayed on a sparkline. A object. Identifies the dependency property. A dependency property identifier. Contains settings specific to the editor. Initializes a new instance of the class with the default settings. Gets or sets whether automatic rounding of out of range values is enabled. This is a dependency property. true to automatically round out of range values; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets a value by which the editor’s value changes each time the editor is spun. This is a dependency property. A decimal value representing the increment for the spin editor. Identifies the dependency property. A dependency property identifier. Gets or sets whether the editor’s value is a float. This is a dependency property. true if the editor’s value is a float; false if the editor’s value is an integer. Identifies the dependency property. A dependency property identifier. Gets or sets the editor’s maximum value. This is a dependency property. A value that specifies the maximum allowed value. Identifies the dependency property. A dependency property identifier. Gets or sets the editor’s minimum value. This is a dependency property. A value which represents the minimum allowed value. Identifies the dependency property. A dependency property identifier. Contains settings specific to the editor. Initializes a new instance of the class with default settings. Gets or sets whether an end-user can insert return characters into a text. This is a dependency property. true to allow return characters to be accepted and processed by the editor; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether a user can click spin buttons to select a value. This is a dependency property. true, if a user can use a spin editor to select a value; otherwise, false. Gets or sets whether an end user can spin a value via the mouse wheel. This is a dependency property. true if an end user can spin a value via the mouse wheel; otherwise, false. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets the character casing applied to the editor’s content. This is a dependency property. A enumeration value specifying the character casing applied. Identifies the dependency property. A dependency property identifier. Gets or sets a template that defines the in-place button editor’s presentation when the editor is active, but its text field is not editable. This is a dependency property. A object representing the editor’s template. Identifies the dependency property. A dependency property identifier. Returns the display representation of the specified value. An object representing the value to be formatted. A string value representing the formatted textual representation of the specified value. Gets the highlighted text. This member supports the internal infrastructure and is not intended to be used directly from your code. A value that specifies the highlighted text. Gets the filter condition (comparison operator) used to highlight the text. A enumeration value that specifies the filter condition. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets a mask expression. This is a dependency property. A string representing a mask expression. Gets or sets the automatic completion mode used by the editor in the RegEx mask mode. This is a dependency property. One of the enumeration values. Identifies the dependency property. A dependency property identifier. Gets or sets whether an editor beeps when an end-user tries to enter an invalid character. This is a dependency property. true if the editor sounds a beep when an end-user tries to enter an invalid character; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the culture whose settings are used by masks. This is a dependency property. A object whose settings are used by masks. Identifies the dependency property. A dependency property identifier. Gets or sets whether the editor can lose focus when a value hasn’t been entered, for the Simple, Regular and RegEx mask types. This is a dependency property. true if the editor can lose focus when a value has not been entered; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the character used as the placeholder in a masked editor, for the Simple, Regular and RegEx mask types. This is a dependency property. The character used as the placeholder in a masked editor. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets whether constantly displayed mask characters (literals) are included in an editor’s value, for the Simple and Regular mask types. This is a dependency property. true if the constantly displayed mask characters are included in an editor’s value; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether placeholders are displayed in a masked editor, for the RegEx mask type. This is a dependency property. true to display placeholders in a masked editor; otherwise false. Identifies the dependency property. A dependency property identifier. Gets or sets the mask type. This is a dependency property. One of the enumeration values. Identifies the dependency property. A dependency property identifier. Gets or sets whether display values are still formatted using the mask when the editor is not focused. This is a dependency property. true if the mask settings are used to format display values when the editor is not focused; false if the settings specified by the property are used. Identifies the dependency property. A dependency property identifier. Gets or sets the maximum number of characters an end-user can enter into the editor. This is a dependency property. A positive integer specifying the maximum number of characters an end-user can enter. 0 to disable the text length limit. Identifies the dependency property. A dependency property identifier. Gets or sets whether a cell’s value is automatically wrapped when it is printed. This is a dependency property. true to enable text wrapping when printing; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether to select the entire text when the editor gets focus via mouse click. This is a dependency property. true, to select the text on focusing by mouse click; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether to invoke a tooltip for the editor whose content is trimmed. This is a dependency property. true if a tooltip should be displayed; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets a value that specifies the text decorations that are applied to the editor’s content. This is a dependency property. A object that contains text decorations that are applied to the editor’s content. Identifies the dependency property. A dependency property identifier. Gets or sets the text trimming behavior. This is a dependency property. One of the enumeration values. Identifies the dependency property. A dependency property identifier. Gets or sets whether the text wraps when it reaches the edge of the text box. This is a dependency property. One of the enumeration values. Identifies the dependency property. A dependency property identifier. Gets or sets the data template used to display the content of a tooltip invoked for the editor whose text is trimmed. This is a dependency property. A object, which is the template that defines the tooltip’s content. Identifies the dependency property. A dependency property identifier. Gets or sets whether the edit value should be validated when pressing the ENTER key. This is a dependency property. true to validate the edit value after the ENTER key has been pressed; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the edit value should be validated while typing within the editor’s text box. This is a dependency property. true to validate the edit value while an end-user types text within the editor’s text box; otherwise, false. Identifies the dependency property. A dependency property identifier. Contains settings specific to the ToggleSwitchEdit editor. Initializes a new instance of the class with default settings. Gets or sets the content that is displayed when the editor is in the checked state. This is a dependency property. An object that is the content of the toggle switch editor. Identifies the dependency property. A dependency property identifier. Gets or sets the template that defines the checked state content of an in-place . This is a dependency property. A object representing the template that defines the appearance of the editor’s content. Identifies the dependency property. A dependency property identifier. Gets or sets a value that specifies when the editor’s state changes in response to end-user manipulations. This is a dependency property. One of the enumeration values. Identifies the dependency property. A dependency property identifier. Gets or sets the position of the content area within an in-place . This is a dependency property. A enumeration value. Identifies the dependency property. A dependency property identifier. Gets or sets whether the toggle flip animation is enabled. This is a dependency property. True to enable the flip animation; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether the in-place toggle switch editor supports three states (checked, unchecked and indeterminate). true if the editor supports three states; false if the editor supports two states (checked and unchecked). Identifies the dependency property. A dependency property identifier. Indicates whether pressing the specified key changes the editor’s state. A object that is a key to be checked. true, if the specified key changes the editor’s state; otherwise, false . Gets or sets a template used to render the editor’s background. This is a dependency property. A object representing the template that defines the appearance of the editor’s background. Identifies the dependency property. A dependency property identifier. Gets or sets a template used to render the editor’s thumb. This is a dependency property. A object representing the template that defines the appearance of the editor’s thumb. Identifies the dependency property. A dependency property identifier. Gets or sets the height of the toggle switch. This is a dependency property. The toggle switch height. Identifies the dependency property. A dependency property identifier. Gets or sets the width of the toggle switch. This is a dependency property. The toggle switch width. Identifies the dependency property. A dependency property identifier. Gets or sets the content that is displayed when the editor is in the unchecked state. This is a dependency property. An object that is the content of the toggle switch editor. Identifies the dependency property. A dependency property identifier. Gets or sets the template that defines the unchecked state content of an in-place . This is a dependency property. A object representing the template that defines the appearance of the editor’s content. Identifies the dependency property. A dependency property identifier. Contains settings specific to the editor. Initializes a new instance of the class with default settings. Gets or sets a value that specifies the delta between ticks drawn on a track bar. A value that specifies the delta between ticks. Identifies the dependency property. A dependency property identifier. Gets or sets the location of ticks. A enumeration value that specifies the location of ticks within a track bar. Identifies the dependency property. A dependency property identifier. Lists values that specify whether clicking within the editor shows the ‘Open’ dialog. The ‘Open’ dialog is always shown after the editor has been clicked. The ‘Open’ dialog is shown if an empty editor has been clicked. The ‘Open’ dialog isn’t shown by clicking an editor. Lists the values used to specify the visibility mode of the Image Menu. The Image Menu is always visible. The Image Menu is displayed when the mouse pointer is hovered over an editor. A sparkline visualizes data in a highly condensed way, allowing end-users to quickly understand and compare values from different sources. Initializes a new instance of the class with default settings. Specifies the filter criteria for a sparkline’s data. A object. Identifies the dependency property. A dependency property identifier. Provides access to sparkline items. An object implementing the interface. Identifies the dependency property. A dependency property identifier. Specifies the name of a binding for data point arguments. A value. Identifies the dependency property. A dependency property identifier. Specifies the allowed range of data points arguments. Data points with arguments that are out of this range will not be displayed on a sparkline. A object. Identifies the dependency property. A dependency property identifier. Specifies how to sort sparkline points by their arguments. A enumeration value. Identifies the dependency property. A dependency property identifier. Specifies the name of a binding for data point values. A value. Identifies the dependency property. A dependency property identifier. Specifies the allowed range of data points values. Data points with values that are out of this range will not be displayed on a sparkline. A object. Identifies the dependency property. A dependency property identifier. Returns the current sparkline type. A enumeration value. Identifies the dependency property. A dependency property identifier. Specifies the sorting order for a Sparkline‘s data points. Sparkline points are sorted in ascending order. Sparkline points are sorted in descending order. Serves as a base for classes that define the sparkline’s appearance and behavior. Assigns the editor settings to the specified editor. A class descendant that is the target editor. Gets or sets the color to draw a sparkline. A that defines the color to draw a sparkline. Identifies the dependency property. A dependency property identifier. Gets or sets the color to draw the end point of a sparkline. A that defines the color to draw the end point. Identifies the dependency property. A dependency property identifier. Gets or sets a value specifying whether to highlight the end point of a sparkline. true, to highlight the end point; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets a value specifying whether to highlight the sparkline point that has the highest value among other points. true, to highlight a point with a maximum value; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets a value specifying whether to highlight the sparkline point that has the lowest value among other points. true, to highlight a point with a minimum value; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets a value specifying whether to highlight the start point of a sparkline. true, to highlight the start point; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the color to draw the sparkline point that has the highest value among all other data points. A that defines the color to draw a data point with a maximum value. Identifies the dependency property. A dependency property identifier. Gets or sets the color to draw the sparkline point that has the lowest value among all other data points. A that defines the color to draw a data point with a minimum value. Identifies the dependency property. A dependency property identifier. Gets or sets the color to draw sparkline points that have negative values (less than 0). A that defines the color to draw data points with negative values. Identifies the dependency property. A dependency property identifier. Gets or sets the color to draw the start point of a sparkline. A that defines the color to draw the start point. Identifies the dependency property. A dependency property identifier. Lists the values used to specify the available view types of a sparkline. Sparkline data points are represented as area. Sparkline data points are represented as bars. Sparkline data points are represented as a line. Sparkline data points are represented as win and loss squares. An editor with spin buttons used to adjust a numerical value. Initializes a new instance of the class with default settings. Gets or sets whether automatic rounding of out of range values is enabled. This is a dependency property. true to automatically round out of range values; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets a value by which the editor’s value changes each time the editor is spun. This is a dependency property. A decimal value representing the increment for the spin editor. Identifies the dependency property. A dependency property identifier. Gets or sets whether the editor’s value is a float. This is a dependency property. true if the editor’s value is a float; false if the editor’s value is an integer. Identifies the dependency property. A dependency property identifier. Sets the editor’s value to the maximum allowed value. Sets the editor’s value to the maximum allowed value. An object that defines a command implementing the interface. Gets or sets the editor’s maximum value. This is a dependency property. A value that specifies the maximum allowed value. Identifies the dependency property. A dependency property identifier. Sets the editor’s value to the minimum allowed value. Sets the editor’s value to the minimum allowed value. An object that defines a command implementing the interface. Gets or sets the editor’s minimum value. This is a dependency property. A value which represents the minimum allowed value. Identifies the dependency property. A dependency property identifier. Gets or sets a spin editor’s value. This is a dependency property. A decimal value specifying the editor’s value. Identifies the dependency property. A dependency property identifier. Provides data for the event. Initializes a new instance of the class with the specified value, indicating whether the edit value is increased or decreased. true if the edit value is increased; false if the edit value is decreased. This Boolean value is assigned to the property. Gets or sets whether the edit value has been increased. true if the edit value has been increased; false if the edit value has been decreased. Represents a method that will handle the event. The event source. A object that contains event data. Lists values that specify the orientation of spin buttons. Orients the increment and decrement buttons horizontally. Orients the increment and decrement buttons vertically. A text editor. Initializes a new instance of the class with default settings. Gets or sets whether a user can use a spin editor to select a value. This is a dependency property. true, if a user can use the spin editor to select a value; otherwise, false. Gets or sets whether an end user can spin the mouse wheel to select a value. This is a dependency property. true if an end user can spin the mouse wheel to select a value; otherwise, false. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets the position of the input caret. A zero-based integer value that specifies the position of the input caret. If negative, an exception is thrown. Gets or sets the character casing applied to the editor’s content. This is a dependency property. A enumeration value specifying the character casing applied. Identifies the dependency property. A dependency property identifier. Returns the index of the first character in the specified line. The zero-based index of the text line. The zero-based index of the first character in the specified line. Returns the insertion index for the specified point. The point in the editor’s coordinate-space for which to return an insertion index. true to return the nearest insertion index if there is no character at the specified point; false to return -1 if there is no character at the specified point. The insertion index for the specified point, -1 if the valid insertion index was not found. Returns the line index of the first line that is currently visible in the text box. The zero-based index of the first visible line in the text box. Returns the line index of the last line that is entirely visible in the text box. The zero-based index of the last visible line in the text box. Returns the index of the line that contains the character with the specified index. The zero-based character index. The zero-based index of the line that contains the character with the specified index. Returns the number of characters in the specified line. The zero-based integer line index. The number of characters in the specified line. Returns the text displayed on the specified line. The zero-based integer line index. A value that represents the text displayed on the specified line. Gets the highlighted text that matches the search. A value that specifies the highlighted text. Gets the filter condition (comparison operator) used to highlight the text. A enumeration value that specifies the filter condition. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets a mask expression. This is a dependency property. A string representing a mask expression. Gets or sets the automatic completion mode used by the editor in the RegEx mask mode. This is a dependency property. One of the enumeration values. Identifies the dependency property. A dependency property identifier. Gets or sets whether an editor beeps when an end-user tries to enter an invalid character. This is a dependency property. true if the editor sounds a beep when an end-user tries to enter an invalid character; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the culture whose settings are used by masks. This is a dependency property. A object whose settings are used by masks. Identifies the dependency property. A dependency property identifier. Gets or sets whether the editor can lose focus when a value hasn’t been entered, for the Simple, Regular and RegEx mask types. This is a dependency property. true if the editor can lose focus when a value has not been entered; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the character used as the placeholder in a masked editor, for the Simple, Regular and RegEx mask types. This is a dependency property. The character used as the placeholder in a masked editor. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets whether constantly displayed mask characters (literals) are included in an editor’s value, for the Simple and Regular mask types. This is a dependency property. true if the constantly displayed mask characters are included in an editor’s value; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether placeholders are displayed in a masked editor, for the RegEx mask type. This is a dependency property. true to display placeholders in a masked editor; otherwise false. Identifies the dependency property. A dependency property identifier. Gets or sets the mask type. This is a dependency property. One of the enumeration values. Identifies the dependency property. A dependency property identifier. Gets or sets whether display values are still formatted using the mask when the editor is not focused. This is a dependency property. true, if the mask settings are used to format display values when the editor is not focused; false if the settings specified by the property are used. Identifies the dependency property. A dependency property identifier. Selects the specified number of characters in the text editor, starting from the point specified. An integer value specifying the selection’s start point in the text editor. An integer value specifying the number of characters to select in the text editor. Gets or sets the selected text. A value that specifies the text selected within the text editor. Gets or sets the number of selected characters. An integer value that specifies the number of selected characters. Gets or sets a character index at which the selection starts. An integer value that specifies the index of a character at which the selection starts. Get or sets whether the focused editor displays its null text. This is a dependency property. true, to display null text in the focused editor; otherwise, false. Identifies the dependency property. A dependency property identifier. Occurs when the UP or DOWN ARROW key is pressed, or the mouse wheel is rotated. Decrements the value of a masked editor. Decrements the value of a masked editor. An object that defines a command implementing the interface. Identifies the routed event. A routed event identifier. Increments the value of a masked editor. Increments the value of a masked editor. An object that defines a command implementing the interface. Gets or sets a value that specifies the text decorations that are applied to the editor’s content. This is a dependency property. A object that contains text decorations that are applied to the editor’s content. Identifies the dependency property. A dependency property identifier. Serves as the base class for editors that have the text edit capability (e.g. , , ). Gets or sets whether an end-user can insert return characters into a text. This is a dependency property. true to allow return characters to be accepted and processed by the editor; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether an end-user can insert tabulation characters into a text. This is a dependency property. true to allow tabulation characters to be accepted and processed by the editor; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the caret color. This is a dependency property. The caret color. Identifies the dependency property. A dependency property identifier. Clears all the content from the text editor. Copies the current selection to the clipboard. Moves the current selection in the text editor to the clipboard. Deletes the currently selected text from the text editor. Gets or sets a template that defines the editor’s presentation when the editor’s text field is not editable. This is a dependency property. A object representing the editor’s template. Identifies the dependency property. A dependency property identifier. Gets a text currently displayed within the editor’s text box. A text currently displayed within the editor’s text box. Gets or sets whether a horizontal scroll bar is shown. This is a dependency property. A enumeration value that specifies the scroll bar’s visibility. Identifies the dependency property. A dependency property identifier. Gets the total number of text lines. An integer value that specifies the total number of text lines. Gets or sets the maximum number of characters an end-user can enter into the editor. This is a dependency property. A positive integer that specifies the maximum number of characters an end-user can enter. 0 to disable the text length limit. Identifies the dependency property. A dependency property identifier. Gets or sets the brush used to paint the foreground of null text. This is a dependency property. A object that represents the brush used to paint the foreground of null text. Identifies the dependency property. A dependency property identifier. Replaces the current selection in the text editor with the contents of the clipboard. Gets or sets whether a cell’s value is automatically wrapped when it is printed. This is a dependency property. true to enable text wrapping when printing; otherwise, false. Identifies the dependency property. A dependency property identifier. Selects the editor’s entire content. Gets or sets whether to select the entire text when the editor gets focus via keyboard. This is a dependency property. true, to select the text on focus via keyboard; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether to select the entire text when the editor gets focus by mouse click. This is a dependency property. true, to select the text on focusing by mouse click; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the selection color. This is a dependency property. The selection color. Identifies the dependency property. A dependency property identifier. Gets or sets the selection opacity. This is a dependency property. The selection opacity. Identifies the dependency property. A dependency property identifier. Gets or sets whether to invoke a tooltip for the editor whose content is trimmed. This is a dependency property. true if a tooltip should be displayed; otherwise, false.Default value: true. Identifies the dependency property. A dependency property identifier. Gets or sets the editor’s text. This is a dependency property. A value that specifies the editor’s text. Provides access to the edit settings. This is a dependency property. A DevExpress.Xpf.Editors.TextInputSettingsBase object containing the edit settings of the editor. Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets the text trimming behavior. This is a dependency property. One of the enumeration values. Identifies the dependency property. A dependency property identifier. Gets or sets whether the text wraps when it reaches the edge of the text box. This is a dependency property. One of the enumeration values. Identifies the dependency property. A dependency property identifier. Undoes the last edit operation in the text control. Gets or sets whether a vertical scroll bar is shown. This is a dependency property. A enumeration value that specifies the scroll bar’s visibility. Identifies the dependency property. A dependency property identifier. Represents a TimePicker control. Initializes a new instance of the class. Gets or sets the TimePicker edit value. This is a dependency property. A time picker value. Occurs when the property value is changed. This is a routed event. Identifies the routed event. A routed event identifier. Identifies the dependency property. A dependency property identifier. Gets or sets a maximum date and time that end users can select. This is a dependency property. A maximum date and time end users are allowed to select. Identifies the dependency property. A dependency property identifier. Gets or sets a minimum date and time that end users can select. This is a dependency property. A minimum date and time end users are allowed to select. Identifies the dependency property. A dependency property identifier. Gets or sets a flagged enumeration value that specifies which time picker mask part is visible. This is a dependency property. A flagged enumeration value that specifies which time picker mask part is visible. Identifies the dependency property. A dependency property identifier. Provides data for the event. Initializes a new instance of the class with specified settings. Gets a new value that has been assigned to the editor. The new value. Gets the previous edit value, which has been replaced by the new value. The old value Lists the values that specify which time picker mask part is visible. The hours part of time value is visible. The minutes part of time value is visible. The seconds part of time value is visible. Lists the values that specify the time span input mode. End users can enter values greater then the current mask can display (e.g., users can enter 65 seconds). The entered large value will be added to the current value. End users cannot enter values greater then the current mask can display (e.g., users cannot enter 65 seconds). The entered value will be added to the current value. End users can still enter large values to a mask part that corresponds to the largest unit. End users cannot enter values greater then the current mask can display (e.g., users cannot enter 65 seconds, but can enter 00-59 seconds). Contains settings specific to TimeSpan masks. Initializes a new instance of the class. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Gets the value of the attached property for the specified object. An object whose attached property’s value is to be returned. The value of the attached property for the specified object. Gets the value of the attached property for the specified object. An object whose attached property’s value is to be returned. The value of the attached property for the specified object. Gets the value of the attached property for the specified object. An object whose attached property’s value is to be returned. The value of the attached property for the specified object. Gets the value of the attached property for the specified object. An object whose attached property’s value is to be returned. Get the value of the attached property to a specified . The element from which the property value is read. The HideInsignificantPartsOnly property value for the element. Gets the value of the attached property for the specified object. An object whose attached property’s value is to be returned. The value of the attached property for the specified object. Get the value of the attached property to a specified . The element from which the property value is read. The ResetPartsOnSelectAllInput property value for the element. Identifies the attached property. Identifies the attached property. Identifies the attached property. Sets the value of the attached property for the specified . The element to which the attached property is written. The property value. Sets the value of the attached property for the specified . The element to which the attached property is written. The property value. Sets the value of the attached property for the specified . The element to which the attached property is written. The property value. Set the value of the attached property to a specified . Set the value of the attached property to a specified . The element to which the attached property is written. The HideInsignificantPartsOnly property value for the element. Sets the value of the attached property for the specified . The element to which the attached property is written. The property value. Set the value of the attached property to a specified . The element to which the attached property is written. The ResetPartsOnSelectAllInput property value for the element. Lists the values that specify the time span parts. Identifies the mask part that represents the number of whole days in the time interval. Identifies the mask part that represents the fractional part of seconds in the time interval. Identifies the mask part that represents the number of whole hours in the time interval. Identifies the mask part that represents the number of milliseconds in the time interval. Identifies the mask part that represents the number of whole minutes in the time interval. Identifies the mask part that represents the number of whole seconds in the time interval. Represents a toggle switch. Initializes a new instance of the class with default settings. This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure and is not intended to be used directly within your code. This is a dependency property. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure and is not intended to be used directly within your code. This is a dependency property. Identifies the dependency property. A dependency property identifier. Gets or sets a value that specifies when the toggle flip is animated. This is a dependency property. A enumeration value that specifies when the toggle flip is animated. Identifies the dependency property. A dependency property identifier. Gets or sets the content that is displayed when the toggle switch is in the checked state. This is a dependency property. An object that is the content of the toggle switch. Identifies the dependency property. A dependency property identifier. Gets or sets the template that defines the appearance of the control’s checked state content. This is a dependency property. A object representing the template that defines the appearance of the control’s content. Identifies the dependency property. A dependency property identifier. Gets or sets the position of the content area relative to the toggle switch. This is a dependency property. A enumeration value. Identifies the dependency property. A dependency property identifier. Gets or sets the ToggleSwitch’s corner radius. This is a dependency property. The ToggleSwitch’s corner radius. Identifies the dependency property. A dependency property identifier. Gets or sets whether the toggle flip animation is enabled. This is a dependency property. True to enable the flip animation; otherwise, false. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure and is not intended to be used directly within your code. This is a dependency property. Identifies the dependency property. A dependency property identifier. For internal use only. A value. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure and is not intended to be used directly within your code. This is a dependency property. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure and is not intended to be used directly within your code. This is a dependency property. Identifies the dependency property. A dependency property identifier. Gets or sets whether an end-user can edit the current value. This is a dependency property. true if the corresponding editor is read-only; otherwise, false. Identifies the dependency property. A dependency property identifier. Called after the template is completely generated and attached to the visual tree. Gets or sets a template used to render the editor’s background. This is a dependency property. A object representing the template that defines the appearance of the editor’s background. Identifies the dependency property. A dependency property identifier. Gets or sets a template used to render the editor’s thumb. This is a dependency property. A object representing the template that defines the appearance of the editor’s thumb. Identifies the dependency property. A dependency property identifier. Gets or sets the height of the toggle switch. This is a dependency property. A value that is the height of the toggle switch. Identifies the dependency property. A dependency property identifier. Gets or sets the width of the toggle switch. This is a dependency property. A value that is the width of the toggle switch. Identifies the dependency property. A dependency property identifier. Gets or sets the content that is displayed when the toggle switch is in the unchecked state. An object that is the content of the toggle switch. Identifies the dependency property. A dependency property identifier. Gets or sets the template that defines the appearance of the control’s unchecked state content. A object representing the template that defines the appearance of the control’s content. Identifies the dependency property. A dependency property identifier. Gets or sets the content that is displayed when the toggle switch is in the undefined state. This is a dependency property. The content of the toggle switch. Identifies the dependency property. A dependency property identifier. Gets or sets the template that defines the appearance of the control’s undefined state content. This is a dependency property. The template that defines the appearance of the control’s content. Identifies the dependency property. A dependency property identifier. Lists the values that specify the toggle switch editor’s animation mode. The toggle flip is animated when the control is toggled by an end-user and in code. The toggle flip is animated when the control is toggled by an end-user. Lists the values that specify the position of the content area within a toggle switch editor. Both types of content are displayed at the opposite sides of the toggle switch. The content is displayed at the far side of the toggle switch. The content is displayed inside the toggle switch. The content is displayed at the near side of the toggle switch. Represents a toggle switch editor. Initializes a new instance of the class with default settings. Gets or sets a value that specifies when the toggle flip is animated. This is a dependency property. A enumeration value that specifies when the toggle flip is animated. Identifies the dependency property. A dependency property identifier. Occurs when a toggle switch editor is checked. Identifies the routed event. A routed event identifier. Gets or sets the content that is displayed when the editor is in the checked state. This is a dependency property. An object that is the content of the toggle switch editor. Identifies the dependency property. A dependency property identifier. Gets or sets the template that defines the appearance of the ‘s checked state content. This is a dependency property. A object representing the template that defines the appearance of the editor’s content. Identifies the dependency property. A dependency property identifier. Gets or sets a value that specifies when the editor’s state changes in response to end-user manipulations. This is a dependency property. One of the enumeration values. Identifies the dependency property. A dependency property identifier. Gets or sets the command to invoke when the editor’s state is changed. This is a dependency property. The command to invoke when the editor’s state is changed. Gets or sets the parameter to pass to the . This is a dependency property. A parameter to pass to the . Identifies the dependency property. A dependency property identifier. Identifies the dependency property. A dependency property identifier. Gets or sets the element on which to execute the associated command. This is a dependency property. An object implementing the interface that is the element on which to execute the . Identifies the dependency property. A dependency property identifier. Gets or sets the position of the content area within the control. This is a dependency property. A enumeration value. Identifies the dependency property. A dependency property identifier. Gets or sets whether the toggle flip animation is enabled. This is a dependency property. True to enable the flip animation; otherwise, false. Identifies the dependency property. A dependency property identifier. Occurs when a toggle switch editor is set to the indeterminate state. Identifies the routed event. A routed event identifier. Gets or sets whether an editor is checked. This is a dependency property. A value (that can also have a value of null) that specifies the editor’s state. Identifies the dependency property. A dependency property identifier. Gets or sets whether the toggle switch editor supports three states (checked, unchecked and indeterminate). true if the editor supports three states; false if the editor supports two states (checked and unchecked). Identifies the dependency property. A dependency property identifier. Gets or sets a template used to render the editor’s background. This is a dependency property. A object representing the template that defines the appearance of the editor’s background. Identifies the dependency property. A dependency property identifier. Gets or sets a template used to render the editor’s thumb. This is a dependency property. A object representing the template that defines the appearance of the editor’s thumb. Identifies the dependency property. A dependency property identifier. Gets or sets the height of the toggle switch. This is a dependency property. A value that is the height of the toggle switch. Identifies the dependency property. A dependency property identifier. Gets or sets the width of the toggle switch. This is a dependency property. A value that is the width of the toggle switch. Identifies the dependency property. A dependency property identifier. Occurs when a toggle switch editor is unchecked. Identifies the routed event. A routed event identifier. Gets or sets the content that is displayed when the editor is in the unchecked state. An object that is the content of the toggle switch editor. Identifies the dependency property. A dependency property identifier. Gets or sets the template that defines the appearance of the ‘s unchecked state content. A object representing the template that defines the appearance of the editor’s content. Identifies the dependency property. A dependency property identifier. Gets or sets the content that is displayed when the toggle switch edit is in the undefined state. This is a dependency property. The content of the toggle switch. Identifies the dependency property. A dependency property identifier. Gets or sets the template that defines the appearance of the control’s undefined state content. This is a dependency property. The template that defines the appearance of the control’s content. Identifies the dependency property. A dependency property identifier. Provides data for the event. Initializes a new instance of the class. The value of the token that is about to be activated. Cancels the token activation. True to cancel the token activation; otherwise, false. Gets the value of the token that is about to be activated. An object that is the value of the token. Defines the token combo box editor appearance and behavior. Initializes a new instance of the class with default settings. Gets or sets whether to enable editing of existing tokens. This is a dependency property. true, to enable editing of existing tokens; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets a value that specifies whether token wrapping is enabled. This is a dependency property. true, to enable token wrapping; otherwise, false. Identifies the dependency property. A dependency property identifier. This member supports the internal infrastructure and is not intended to be used directly from your code. Gets or sets a value that specifies the position of a new token inside a . This is a dependency property. A enumeration value that specifies a new token position. Identifies the dependency property. A dependency property identifier. Gets or sets a prompt text displayed within a token editor. This is a dependency property. A string value that is a prompt text. Identifies the dependency property. A dependency property identifier. Gets or sets a value that specifies whether the “Remove Token” button is shown inside the tokens. This is a dependency property. true to show the “Remove Token” button inside the tokens; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets the ControlTemplate used to render the border and background area of a token. This is a dependency property. A object that specifies the visual structure of the token’s border and background area. Identifies the dependency property. A dependency property identifier. Gets or sets the token’s maximum width. This is a dependency property. A value that specifies the token’s maximum width. Identifies the dependency property. A dependency property identifier. Gets or sets the appearance settings applied to tokens. A object that is the style applied to tokens. Identifies the dependency property. A dependency property identifier. Gets or sets the trimming behavior for tokens. This is a dependency property. A enumeration value. Identifies the dependency property. A dependency property identifier. Provides access to token settings and allows you to control the token editing process. Initializes a new instance of the class with default settings. Activates a token with the specified index. An value that is the index of a token to be activated. Returns the currently active token. This is a dependency property. A object that is the currently active token. Identifies the dependency property. A dependency property identifier. Closes the token that is currently being edited, discarding all changes. Gets or sets an object that contains the new token’s settings. This is a dependency property. A object. Identifies the dependency property. A dependency property identifier. Closes the token that is currently being edited, saving changes. Raises the event. A object that contains event data. Raises the event. A object that contains event data. Raises the event. A object that contains event data. Raises the event. A object that contains event data. Raises the event. A object that contains event data. Raises the event. A object that contains event data. Occurs when a token is activated. Occurs when a token is about to receive input focus. Occurs when a token is deactivated. Gets the token editor associated with the behavior. A token editor associated with the behavior. Gets or sets an object that contains the token’s settings. This is a dependency property. A object. Identifies the dependency property. A dependency property identifier. Occurs when a token is added to or removed from the token editor’s edit field. Occurs when a token is about to be added to or removed from the edit field. Occurs when the token text is about to change. Provides data for the event. Initializes a new instance of the class. The list of tokens that have been added. The list of tokens that have been removed. Gets the list of tokens that have been added. The list of tokens that have been added. Gets the list of tokens that have been removed. The list of tokens that have been removed. Provides data for the event. Initializes a new instance of the class. A list of tokens that have been added. A list of tokens that have been removed. Cancels the token modification. True to cancel the token modification; otherwise, false. Provides data for the and events. Initializes a new instance of the class. The value of the token that has been activated or deactivated. The token that has been activated or deactivated. Gets the token that has been activated or deactivated. The token that has been activated or deactivated. Gets the value of the token that has been activated or deactivated. An object that is the value of the token. Provides data for the event. Initializes a new instance of the class. A value that is the old token text. A value that is the modified token text. Specifies whether the event is handled. true, if the event is handled; otherwise, false. Gets the modified token text. A that is the modified token text. Gets the old token text. A that is the token text prior to modification. Gets or sets a string that will replace the current token text. A value that will replace the current token text. A track bar. Initializes a new instance of the class. Decreases the specified range parameter by the specified value. A value to be subtracted. A enumeration value that specifies which range parameter is changed. Decreases the specified range parameter by the property’s value. A enumeration value that specifies which range parameter is changed. Decreases the specified range parameter by the property’s value. A enumeration value that specifies which range parameter is changed. Gets or sets the TrackBarEdit’s track bar style on the right of the TrackBar thumb. This is a dependency property. The TrackBarEdit’s track bar style. Identifies the dependency property. A dependency property identifier. Increments the specified range parameter by the specified value. A value to be added. A enumeration value that specifies which range parameter is changed. Increments the specified range parameter by the property’s value. A enumeration value that specifies which range parameter is changed. Increments the specified range parameter by the property’s value. A enumeration value that specifies which range parameter is changed. Gets or sets whether the thumb of a track bar moves immediately to the location of the mouse click. This is a dependency property. true if the thumb moves immediately to the location of a mouse click; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets whether a track bar allows a range of values to be specified. true if the track bar allows a range of values to be specified; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether snapping to steps is enabled. true, to enable snapping to steps; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets or sets whether snapping to ticks is enabled. true to enable snapping to ticks; otherwise, false. Identifies the dependency property. A dependency property identifier. Gets whether a track bar displays zoom buttons. true if a track bar displays zoom buttons; otherwise, false. Identifies the dependency property. A dependency property identifier. Sets the specified range parameter to the maximum allowed value. A enumeration value that specifies which range parameter is changed. Sets the specified range parameter to the minimum allowed value. A enumeration value that specifies which range parameter is changed. Gets or sets the TrackBarEdit’s track bar style on the left of the TrackBar thumb. This is a dependency property. The TrackBarEdit’s track bar style. Identifies the dependency property. A dependency property identifier. Gets or sets the end of the range. A value that specifies the end of the range. Identifies the dependency property. A dependency property identifier. Gets or sets the start of the range. A value that specifies the start of the range. Identifies the dependency property. A dependency property identifier. Gets or sets a collection of custom track bar steps. This is a dependency property. A of predefined custom steps. Identifies the dependency property. A dependency property identifier. Gets or sets an object that defines the appearance and behavior of the . A descendant that defines the appearance and behavior of the . Gets or sets the TrackBarEdit’s thumb style. This is a dependency property. The TrackBarEdit’s track bar style. Identifies the dependency property. A dependency property identifier. Gets or sets the alternate tick frequency. This is a dependency property. An integer value that is the alternate tick frequency. By default, 0. Identifies the dependency property. A dependency property identifier. Gets or sets a value that specifies the delta between ticks drawn on a track bar. A value that specifies the delta between ticks. Identifies the dependency property. A dependency property identifier. Gets or sets the style applied to the container element generated for each track bar item within the track bar scale. This is a dependency property. A object that is applied to the container element generated for each tick item. Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses a track bar tick item container style based on custom logic. This is a dependency property. A descendant that applies a style based on custom logic. Identifies the dependency property. A dependency property identifier. Gets or sets a value that specifies how the track bar ticks are displayed. This is a dependency property. A enumeration value. Identifies the dependency property. A dependency property identifier. Gets or sets the composite string that specifies how to format the tick item texts. This is a dependency property. The composite string that specifies how to format the tick item texts. Identifies the dependency property. A dependency property identifier. Gets or sets a template that defines the presentation of track bar tick items. This is a dependency property. A object that represents the template which defines the presentation of track bar tick items. Identifies the dependency property. A dependency property identifier. Gets or sets an object that chooses a track bar tick item template based on custom logic. This is a dependency property. A descendant that applies a template based on custom logic. Identifies the dependency property. A dependency property identifier. Gets or sets the location of ticks. This is a dependency property. A enumeration value that specifies the location of ticks within a track bar. Identifies the dependency property. A dependency property identifier. Gets or sets a collection of custom ticks. This is a dependency property. A of custom ticks. Identifies the dependency property. A dependency property identifier. Gets or sets the TrackBarEdit’s height when the TrackBarEdit‘s is Horizontal. This is a dependency property. The TrackBarEdit’s height, in pixels. Identifies the dependency property. A dependency property identifier. Gets or sets the TrackBarEdit’s width when the TrackBarEdit‘s is Vertical. This is a dependency property. The TrackBarEdit’s width, in pixels. Identifies the dependency property. A dependency property identifier. Gets or sets a template that presents the content of a track bar value tooltip. This is a dependency property. A object that represents the data template. Identifies the dependency property. A dependency property identifier. Gets or sets a value that specifies the item tooltips location. This is a dependency property. A enumeration value. Identifies the dependency property. A dependency property identifier. Gets or sets the composite string that specifies how to format the value tooltips. This is a dependency property. The composite string that specifies how to format the value tooltips texts. Identifies the dependency property. A dependency property identifier. Represents the track bar’s range (edit value). Initializes a new instance of the class. Initializes a new instance of the class. A value that specifies the start of the range. This value is assigned to the property. A value that specifies the end of the range. This value is assigned to the property. Determines whether the specified object is equal to the current instance. An object to compare with the current object. true if the specified object is equal to the current instance; otherwise, false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets the end of the range. A value that is the end of the range. Gets the start of the range. A value that is the start of the range. Returns a string that represents the current object. A string that represents the current object. A single tick item displayed alongside the TrackBar scale. Initializes a new instance of the class. Gets the current item alternation index. This is a dependency property. The alternation index. Identifies the dependency property. A dependency property identifier. Gets or sets a value that specifies how the current item is displayed. This is a dependency property. One of the enumeration values. Identifies the dependency property. A dependency property identifier. Gets or sets the tick item placement relative to the track bar. This is a dependency property. A enumeration value that identifies the position of the current tick item. Identifies the dependency property. A dependency property identifier. Gets or sets a distance between a tick mark and a tick text. This is a dependency property. A distance between a tick mark and a tick text Identifies the dependency property. A dependency property identifier. Gets the tick item content padding. This is a dependency property. A value representing padding values. Identifies the dependency property. A dependency property identifier. Gets or sets the tick mark length. This is a dependency property. The tick mark length. Identifies the dependency property. A dependency property identifier. Gets or sets the opacity factor applied to a tick item. This is a dependency property. The opacity value. Expected values are between 0.0 and 1.0. Identifies the dependency property. A dependency property identifier. List values that specify how the track bar ticks are displayed. Track bar displays text labels. Track bar displays tick marks. Track bar displays text labels with tick marks. Lists the values that specify the track bar value tooltips’ placement. A value tooltip is displayed at the editor’s right (for the vertical orientation) or bottom (for the horizontal orientation). A value tooltip is not displayed. A value tooltip is displayed at the editor’s left (for the vertical orientation) or top (for the horizontal orientation). Lists values that specify which range parameter is changed. Corresponds to the end of the range, specified by the property. Corresponds to the range specified by the and properties. Corresponds to the start of the range specified by the property. Corresponds to the editor’s value specified by the property. Defines the appearance and behavior of a range track bar. Initializes a new instance of the class. Gets or sets the TrackBarEdit’s right thumb style. This is a dependency property. The TrackBarEdit’s track bar style. Identifies the dependency property. A dependency property identifier. Gets or sets the TrackBarEdit’s left thumb style. This is a dependency property. The TrackBarEdit’s track bar style. Identifies the dependency property. A dependency property identifier. Gets or sets the TrackBarEdit’s selected range style. This is a dependency property. The TrackBarEdit’s selected range style. Identifies the dependency property. A dependency property identifier. Defines the native appearance and behavior of a track bar. Initializes a new instance of the class. Assigns the settings which define the appearance and behavior, to the specified editor. A class descendant that is a target editor. Gets whether the thumb of a track bar moves immediately to the location of the mouse click. This is a dependency property. true if the thumb moves immediately to the location of a mouse click; otherwise, false. Defines the appearance and behavior of a range track bar with a zooming functionality. Initializes a new instance of the class. Gets or sets the ‘s decrement button style. This is a dependency property. The TrackBarEdit’s track bar decrement button style. Identifies the dependency property. A dependency property identifier. Gets or sets the ‘s increment button style. This is a dependency property. The TrackBarEdit’s track bar increment button style. Identifies the dependency property. A dependency property identifier. Defines the appearance and behavior of a zoom track bar. Initializes a new instance of the class. Gets or sets the ‘s decrement button style. This is a dependency property. The TrackBarEdit’s track bar decrement button style. Identifies the dependency property. A dependency property identifier. Gets or sets the ‘s increment button style. This is a dependency property. The TrackBarEdit’s track bar increment button style. Identifies the dependency property. A dependency property identifier. Contains classes that implement the validation functionality of editors. To use this class in XAML code, add the xmlns:dxe=”“ namespace reference. Contains settings that define a validation error. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified error content. A specifying the error content. This value is assigned to the property. Initializes a new instance of the class with the specified error content and exception. A specifying the error content. This value is assigned to the property. A object, containing information about the error. This value is assigned to the property. Initializes a new instance of the class with the specified error content, exception and error type. A specifying the error content. This value is assigned to the property. A object, containing information about the error. This value is assigned to the property. A enumeration value specifying the error type. This value is assigned to the property. Gets the error description. An object that specifies the error content. Gets the error type. A enumeration value that specifies the error type. Gets the exception. A object that contains information about the error. Lists values that specify the response of an editor to an invalid value. This mode allows you to switch to another editor, and re-enter a value for this editor later. This mode locks the entire application until a correct value is entered. Represents a method that will handle the event. The event source. A object that contains event data. Lists values that specify when validation occurs. When an editor has focus, validation is performed when the Enter key is pressed. Validation is performed when an editor loses focus. Validation is performed when inputting text into an editor’s edit box. Provides data for the event. Initializes a new instance of the class with the specified routed event, source, value and current culture. The routed event. An object that raised the event. A specifying the entered value. This object is assigned to the property. A object specifying the current culture. This object is assigned to the property. Initializes a new instance of the class with the specified settings. The routed event. An object that raised the event. A specifying the entered value. This value is assigned to the property. A object specifying the current culture. This value is assigned to the property. Gets the culture related to the validation. A object representing the related culture. Gets or sets an object that describes the validation error. An object that represents the validation error’s content. Gets or sets the error icon type. One of the enumeration values. Gets or sets a value specifying whether the value is valid. true if the value is valid; otherwise, false. Marks the processed input value as invalid and displays an error within the editor. An object that specifies the error content. Marks the processed input value as invalid and displays an error within the editor with the specified error icon type. An object that specifies the error content. One of the enumeration values. Gets the action that caused the validation. A DevExpress.Xpf.Editors.Validation.Native.UpdateEditorSource enumeration value. Gets the editor’s value. An object that represents the editor’s value entered by an end-user. The service that allows you to implement validation in compliance with MVVM. Initializes a new instance of the class. For internal use. Identifies the attached property. Get the value of the attached property to a specified . An associated object. The attached property value for the specified object. Get the value of the attached property to a specified . An associated object. The attached property value for the specified object. Get the value of the attached property to a specified . An associated object. The attached property value for the specified object. Get the value of the attached property to a specified . An associated object. The attached property value for the specified object. Get the value of the attached property to a specified . Identifies the attached property. Identifies the attached property. For internal use. Set the value of the attached property to a specified . An associated object. The desired value of the attached property for the specified object. Set the value of the attached property to a specified . An associated object. The desired value of the attached property for the specified object. For internal use. Identifies the attached property. Identifies the attached property. Changes the ‘s presentation to WinLoss and implements options that define sparkline appearance. Initializes a new instance of the class with default settings. Assigns the editor settings to the specified editor. A class descendant that is the target editor. Specifies the distance between two bars of a win-loss sparkline. An integer value (in pixels). Identifies the dependency property. A dependency property identifier. Contains classes that provide the basic functionality for the DXPrinting for WPF library. To use these classes in XAML code, add the xmlns:dxp=”“ namespace reference. The provider of attached properties that define how to export the Boolean value of a particular dependency object. Identifies the dependency property. Identifies the dependency property. Gets the value of the attached property for a specified . The object from which the property value is read. The property value for the object. Gets the value of the attached property from a given object. An object whose property’s value must be returned. The value of the attached property for the specified object. Sets the value of the attached property to a specified . The object to which the attached property is written. The required <,> value. Sets the value of the attached property for a given object. An object for which the attached property is set. The value for the attached property. Contains named constants that provide default values for other properties. A value provider. A value provider. A value provider. A value provider. A value provider. A value provider. A value provider. A value provider. A value provider. A value provider. A value provider. A value provider. A value provider. A value provider. A value provider. A value provider. A value provider. A value provider. A value provider. A value provider. A value provider. A value provider. A value provider. A value provider. A value provider. A value provider. A value provider. A value provider. A value provider. A value provider. A value provider. A value provider. A value provider. A value provider. A value provider. A value provider. A value provider. The provider of attached properties, which define how to export a particular dependency object. Identifies the attached property. Identifies the dependency property. Identifies the dependency property. Identifies the attached property. Identifies the dependency property. Identifies the attached property. Identifies the dependency property. Identifies the attached property. Identifies the attached property. Gets the value of the attached property for a specified . The object from which the property value is read. The property value for the object. Gets the value of the attached property for a specified element. A object whose property’s value is to be returned. The value of the property for the specified element. Gets the value of the attached property for a specified element. A object whose property’s value is to be returned. The value of the property for the specified element. Gets the value of the attached property for a specified . The object from which the property value is read. The property value for the object. Gets the value of the attached property for a specified DependencyObject. A whose property’s value is to be returned. The value of the property for the specified DependencyObject. Gets the value of the attached property for a specified . The object from which the property value is read. The property value for the object. Gets the value of the attached property for a specified DependencyObject. A whose property’s value is to be returned. The value of the property for the specified DependencyObject. Gets the value of the attached property for a specified DependencyObject. A whose property’s value is to be returned. The value of the property for the specified DependencyObject. Gets the value of the attached property for a specified . The object from which the property value is read. The property value for the object. Gets the value of the attached property for a specified . The object from which the property value is read. The property value for the object. Gets the value of the attached property for a specified . The object from which the property value is read. The property value for the object. Gets the value of the attached property for a specified . The object from which the property value is read. The property value for the object. Gets the value of the attached property for a specified . The object from which the property value is read. The property value for the object. Gets the value of the attached property for a specified . The object from which the property value is read. The property value for the object. Identifies the attached property. Identifies the dependency property. Identifies the dependency property. Sets the value of the attached property to a specified . The object to which the attached property is written. The required value. Sets the value of the attached property to a specified element. A object, to which the bookmark is assigned. A value to assign. Sets the value of the attached property to a specified element. A object, to which the bookmark is assigned. A value to assign. Sets the value of the attached property to a specified . The object to which the attached property is written. The required value. Sets the value of the attached property to a specified DependencyObject. A whose property is to be set. The value to be assigned to the property. Sets the value of the attached property to a specified . The object to which the attached property is written. The required value. Sets the value of the attached property to a specified DependencyObject. A whose property is to be set. The value to be assigned to the property. Sets the value of the attached property to a specified DependencyObject. A whose property is to be set. The value to be assigned to the property. Sets the value of the attached property to a specified . The object to which the attached property is written. The required value. Sets the value of the attached property to a specified . The object to which the attached property is written. The required value. Sets the value of the attached property to a specified . The object to which the attached property is written. The required DevExpress.Xpf.Printing.Native.IOnPageUpdater value. Sets the value of the attached property to a specified . The object to which the attached property is written. The required DevExpress.Xpf.Printing.ExportSettingsProperties value. Sets the value of the attached property to a specified . The object to which the attached property is written. The required value. Sets the value of the attached property to a specified . The object to which the attached property is written. The required value. Identifies the attached property. Identifies the attached property. When implemented by a class, enables it to print DevExpress controls. For internal use. A Boolean value. For internal use. A structure. A structure. A structure. A structure. A structure. An object implementing the interface. For internal use. A structure. A structure. A structure. A structure. A structure. For internal use. For internal use. For internal use. The provider of attached properties that define how to display page numbers within a particular dependency object. Identifies the attached property. Gets the value of the attached property for a specified . The object from which the property value is read. The property value for the object. Gets the value of the attached property for a specified . The object from which the property value is read. The property value for the object. Identifies the attached property. Sets the value of the attached property to a specified . The object to which the attached property is written. The required value. Sets the value of the attached property to a specified . The object to which the attached property is written. The required value. Lists the formats used to display page numbers in a document. No information is displayed. The current page number is displayed, starting from 1 (e.g. “1”, “2”, “3”, …). Both the current page number and the total number of pages are displayed (e.g. “1 of 5”, “2 of 5”, “3 of 5”, …). The current page number is displayed using Roman numerals in uppercase (e.g. “I”, “II”, “III”, “IV”, …). The current page number is displayed using Roman numerals in lowercase (e.g. “i”, “ii”, “iii”, “iv”, …). Lists the report control types assigned when exporting a report. An object’s value is treated as Boolean when being exported. An object’s value is treated as Image when being exported. Assumes that an object’s value shouldn’t be exported. This object is skipped when exporting, but if it has child elements, their values will still be exported, depending on their . An object’s value is treated as a Page Number when being exported. An object is treated as Panel when being exported. An object is treated as Progress Bar when being exported. An object’s value is treated as Text when being exported. An object is treated as Track Bar when being exported. The provider of attached properties, which define how to export the text value of a particular dependency object. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Gets the value of the attached property for a specified . The object from which the property value is read. The property value for the object. Gets the value of the attached property for a specified . The object from which the property value is read. The property value for the object. Gets the value of the attached property for a specified . The object from which the property value is read. The property value for the object. Gets the value of the attached property for a specified . The object from which the property value is read. The property value for the object. Gets the value of the attached property for a specified . The object from which the property value is read. The property value for the object. Gets the value of the attached property for a specified . The object from which the property value is read. The property value for the object. Gets the value of the attached property for a specified . The object from which the property value is read. The property value for the object. Gets the value of the attached property for a specified . The object from which the property value is read. The property value for the object. Gets the value of the attached property for a specified DependencyObject. A whose property’s value is to be returned. The value of the property for the specified DependencyObject. Gets the value of the attached property for a specified . The object from which the property value is read. The property value for the object. Gets the value of the attached property for a specified . The object from which the property value is read. The property value for the object. Gets the value of the attached property for a specified . The object from which the property value is read. The property value for the object. Gets the value of the attached property for a specified . The object from which the property value is read. The property value for the object. Gets the value of the attached property for a specified . The object from which the property value is read. The property value for the object. Gets the value of the attached property for a specified . The object from which the property value is read. The property value for the object. Gets the value of the attached property from a given object. An object whose property’s value must be returned. The value of the attached property for the specified object. Identifies the attached property. Identifies the attached property. Identifies the attached property. Sets the value of the attached property to a specified . The object to which the attached property is written. The required value. Sets the value of the attached property to a specified . The object to which the attached property is written. The required value. Sets the value of the attached property to a specified . The object to which the attached property is written. The required value. Sets the value of the attached property to a specified . The object to which the attached property is written. The required value. Sets the value of the attached property to a specified . The object to which the attached property is written. The required value. Sets the value of the attached property to a specified . The object to which the attached property is written. The required value. Sets the value of the attached property to a specified . The object to which the attached property is written. The required value. Sets the value of the attached property to a specified . The object to which the attached property is written. The required value. Sets the value of the attached property to a specified DependencyObject. A whose property is to be set. The value to be assigned to the property. Sets the value of the attached property to a specified . The object to which the attached property is written. The required enumeration value. Sets the value of the attached property to a specified . The object to which the attached property is written. The required value. Sets the value of the attached property to a specified . The object to which the attached property is written. The required value. Sets the value of the attached property to a specified . The object to which the attached property is written. The required value. Sets the value of the attached property to a specified . The object to which the attached property is written. The required value. Sets the value of the attached property to a specified . The object to which the attached property is written. The required <,> value. Sets the value of the attached property for a given object. An object for which the attached property is set. The value for the attached property. Identifies the dependency property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the dependency property. Identifies the dependency property. Contains classes that implement the Ribbon UI. To use these classes in XAML code, add the xmlns:dxr=”“ namespace reference. Lists values that specify a Ribbon items location. The item is visible in all ribbon modes. The item is visible only in the classic ribbon. The item is visible in the classic ribbon and displayed in the overflow menu when the simplified mode. The item is visible only in the simplified ribbon’s overflow menu. The item is visible only in the simplified ribbon. Contains settings specific to the Ribbon’s Simplified Mode. Gets the value of the Location XAML attached proeprty. A which represents the element name. The value of the Location XAML attached property on the target element. Identifies the attached property. Sets the value of the Location XAML attached property. A which represents the element name. The property value to set.