Skip to main content

CellStyleSettings Members

Contains style settings that specify cell appearance.

Constructors

Name Description
CellStyleSettings() Initializes a new instance of the CellStyleSettings class.

Fields

Name Description
BackgroundProperty static Identifies the Background dependency property.
FocusedBackgroundProperty static Identifies the FocusedBackground dependency property.
FocusedForegroundProperty static Identifies the FocusedForeground dependency property.
FocusedRowBackgroundProperty static Identifies the FocusedRowBackground dependency property.
FocusedRowForegroundProperty static Identifies the FocusedRowForeground dependency property.
FocusedSelectedBackgroundProperty static Identifies the FocusedSelectedBackground dependency property.
FocusedSelectedForegroundProperty static Identifies the FocusedSelectedForeground dependency property.
FontFamilyProperty static Identifies the FontFamily dependency property.
FontSizeProperty static Identifies the FontSize dependency property.
FontStretchProperty static Identifies the FontStretch dependency property.
FontStyleProperty static Identifies the FontStyle dependency property.
FontWeightProperty static Identifies the FontWeight dependency property.
ForegroundProperty static Identifies the Foreground dependency property.
PaddingProperty static Identifies the Padding dependency property.
SelectedBackgroundProperty static Identifies the SelectedBackground dependency property.
SelectedForegroundProperty static Identifies the SelectedForeground dependency property.
SelectedRowBackgroundProperty static Identifies the SelectedRowBackground dependency property.
SelectedRowForegroundProperty static Identifies the SelectedRowForeground dependency property.
ValidationCriticalImageProperty static Identifies the ValidationCriticalImage dependency property.
ValidationInformationImageProperty static Identifies the ValidationInformationImage dependency property.
ValidationWarningImageProperty static Identifies the ValidationWarningImage dependency property.

Properties

Name Description
Background Gets or sets a brush that paints a cell’s background.
FocusedBackground Gets or sets a brush that paints the focused cell’s background.
FocusedForeground Gets or sets a brush that paints the focused cell’s foreground.
FocusedRowBackground For internal use.
FocusedRowForeground For internal use.
FocusedSelectedBackground Gets or sets a brush that paints a cell’s background when this cell is focused and selected at the same time.
FocusedSelectedForeground Gets or sets a brush that paints a cell’s foreground when this cell is focused and selected at the same time.
FontFamily Gets or sets a cell’s font family.
FontSize Gets or sets a cell’s font size.
FontStretch Gets or sets a cell’s font stretch.
FontStyle Gets or sets a cell’s font style.
FontWeight Gets or sets a cell’s font weight.
Foreground Gets or sets a brush that paints a row’s foreground.
Padding Gets or sets the space between the cell’s borders and its contents.
SelectedBackground Gets or sets a brush that paints the selected cell’s background.
SelectedForeground Gets or sets a brush that paints the selected cell’s foreground.
SelectedRowBackground For internal use.
SelectedRowForeground For internal use.
ValidationCriticalImage Gets or sets a cell validation image for which ErrorType is Critical.
ValidationInformationImage Gets or sets a cell validation image for which ErrorType is Information.
ValidationWarningImage Gets or sets a cell validation image for which ErrorType is Warning.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. 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