PopupColorEdit.RecentColors Property
In This Article
Gets the recent colors.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
The circular list that contains recent colors. |
#Remarks
Clicking the 'More Colors' button invokes a dialog, allowing an end-user to choose the required color from the RGBA color space. After an end-user has selected a custom color, this color is added to RecentColors. When the RecentColors collection reaches the maximum (PopupColorEdit.ColumnCount), adding an additional color will cause the oldest color to be removed.
#Implements
DevExpress.Xpf.Editors.IColorEdit.RecentColors
See Also