wpf-devexpress-dot-xpf-dot-propertygrid-4b0578db.md
Represents a brush editor displayed within a dropdown window.
Namespace : DevExpress.Xpf.PropertyGrid
Assembly : DevExpress.Xpf.PropertyGrid.v25.2.dll
NuGet Package : DevExpress.Wpf.PropertyGrid
public class PopupBrushEdit :
PopupBrushEditBase
Public Class PopupBrushEdit
Inherits PopupBrushEditBase
The PopupBrushEdit control is a popup variation of the BrushEdit control. It allows end users to edit color data.
Tip
The PopupBrushEdit class inherits its features from the PopupBaseEdit class.
Refer to the PopupBaseEdit class description for information on derived features and API.
The PopupBrushEdit control offers the following features.
Multiple brush types
Multiple color models
Visual color selection
Empty brush
Optimized for in-place editing
<Window ...
xmlns:dxprg="http://schemas.devexpress.com/winfx/2008/xaml/propertygrid">
...
<dxprg:PopupBrushEdit/>
...
The EditValue property contains an editor’s current value which is valid. If an end user has entered an invalid value, it is not posted to EditValue until it is corrected.
The BaseEdit.EditValueChanged event occurs after the edit value has been validated and changed.
Show 14 items
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control BaseEdit TextEditBase TextEdit ButtonEdit PopupBaseEdit DevExpress.Xpf.Editors.PopupBrushEditBase PopupBrushEdit
See Also