Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PredefinedColorCollections Members

In This Article
Provides predefined color collections.

#Properties

Name Description
Apex static Gets base colors for the Apex palette collection.
Aspect static Gets base colors for the Aspect palette collection.
Civic static Gets base colors for the Civic palette collection.
Concourse static Gets base colors for the Concourse palette collection.
Equality static Gets base colors for the Equality palette collection.
Flow static Gets base colors for the Flow palette collection.
Foundry static Gets base colors for the Foundry palette collection.
Grayscale static Gets base colors for the Grayscale palette collection.
Median static Gets base colors for the Median palette collection.
Metro static Gets base colors for the Metro palette collection.
Module static Gets base colors for the Module palette collection.
Office static Gets base colors for the Office palette collection.
Opulent static Gets base colors for the Opulent palette collection.
Oriel static Gets base colors for the Oriel palette collection.
Origin static Gets base colors for the Origin palette collection.
Paper static Gets base colors for the Paper palette collection.
Solstice static Gets base colors for the Solstice palette collection.
Standard static Gets the collection of standard colors.
Trek static Gets base colors for the Trek palette collection.
Urban static Gets base colors for the Urban palette collection.
Verve static Gets base colors for the Verve palette collection.

#Methods
Show Inherited Hide Inherited

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also