Back to Devexpress

PopupColorEdit.RecentColors Property

wpf-devexpress-dot-xpf-dot-editors-dot-popupcoloredit-fb58b69a.md

latest1.6 KB
Original Source

PopupColorEdit.RecentColors Property

Gets the recent colors.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public CircularList<Color> RecentColors { get; }
vb
Public ReadOnly Property RecentColors As CircularList(Of Color)

Property Value

TypeDescription
DevExpress.Xpf.Editors.CircularList<Color>

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 using the Color Picker interface. 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.

See Also

PopupColorEdit Class

PopupColorEdit Members

DevExpress.Xpf.Editors Namespace