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

ColorSchemeNames Members

Names of the predefined color schemes displayed on the Choose a Report Color Scheme wizard page.

#Constructors

Name Description
ColorSchemeNames() Initializes a new instance of the ColorSchemeNames class with the default settings.

#Fields

Name Description
Azure The Azure color scheme’s name.
Blue The Blue color scheme’s name.
ColdGrey The ColdGrey color scheme’s name.
Coral The Coral color scheme’s name.
Cream The Cream color scheme’s name.
Custom Specifies the custom color scheme’s name.
Grey The Grey color scheme’s name.
JeansBlue The JeansBlue color scheme’s name.
LightBlue The LightBlue color scheme’s name.
LightGreen The LightGreen color scheme’s name.
Mint The Mint color scheme’s name.
Raspberry The Raspberry color scheme’s name.
Red The Red color scheme’s name.
Violet The Violet color scheme’s name.
Yellow The Yellow color scheme’s name.

#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