Back to Devexpress

PopupBrushEdit Class

wpf-devexpress-dot-xpf-dot-propertygrid-4b0578db.md

latest3.1 KB
Original Source

PopupBrushEdit Class

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

Declaration

csharp
public class PopupBrushEdit :
    PopupBrushEditBase
vb
Public Class PopupBrushEdit
    Inherits PopupBrushEditBase

Remarks

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

Create a PopupBrushEdit

xaml
<Window ...
 xmlns:dxprg="http://schemas.devexpress.com/winfx/2008/xaml/propertygrid">
 ...
 <dxprg:PopupBrushEdit/>
 ...

Editor Value

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.

Inheritance

Show 14 items

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control BaseEdit TextEditBase TextEdit ButtonEdit PopupBaseEdit DevExpress.Xpf.Editors.PopupBrushEditBase PopupBrushEdit

See Also

PopupBrushEdit Members

DevExpress.Xpf.PropertyGrid Namespace