Skip to main content
A newer version of this page is available. .

PopupBrushEdit Class

Represents a brush editor displayed within a dropdown window.

Namespace: DevExpress.Xpf.PropertyGrid

Assembly: DevExpress.Xpf.PropertyGrid.v18.2.dll

Declaration

public class PopupBrushEdit :
    PopupBrushEditBase

Remarks

The PopupBrushEdit is shown in the image below:

popupbrushedit

Its features include:

  • 4 Color models - RGB, CMYK, HLS, HSB
  • Painting with Solid colors and Linear and Radial gradients.
  • Color Picker tool which allows selecting a color for any single pixel on a screen by clicking on it.
See Also