Skip to main content

PredefinedFormatNames Members

Lists names of the GridControl‘s predefined formats used in conditional formatting rules.

Fields

Name Description
BoldText This format changes a cell’s font style to Bold.
GreenFillWithDarkGreenText This format changes a cell’s background to Green and foreground to DarkGreen.
GreenText This format changes a cell’s foreground to Green.
ItalicText This format changes a cell’s font style to Italic.
LightGreenFill This format changes a cell’s background to LightGreen.
LightRedFill This format changes a cell’s background to LightRed.
LightRedFillWithDarkRedText This format changes a cell’s background to LightRed and foreground to DarkRed.
RedText This format changes a cell’s foreground to Red.
YellowFillWithDarkYellowText This format changes a cell’s background to Yellow and foreground to DarkYellow.

Methods

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