Skip to main content
A newer version of this page is available. .

RowIndicatorStyleSettings Members

Contains style settings that specify the appearance of the Row Indicator Panel.

Constructors

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

Fields

Name Description
AutoFilterRowImageProperty static Identifies the AutoFilterRowImage dependency property.
BackgroundProperty static Identifies the Background dependency property.
BorderBrushProperty static Identifies the BorderBrush dependency property.
ChangedImageProperty static Identifies the ChangedImage dependency property.
EditingImageProperty static Identifies the EditingImage dependency property.
ErrorImageProperty static Identifies the ErrorImage dependency property.
FocusedErrorImageProperty static Identifies the FocusedErrorImage dependency property.
FocusedImageProperty static Identifies the FocusedImage dependency property.
NewItemRowImageProperty static Identifies the NewItemRowImage dependency property.
NoneImageProperty static Identifies the NoneImage dependency property.

Properties

Name Description
AutoFilterRowImage Gets or sets an image displayed in the Row Indicator Panel for the Auto Filter Row.
Background Gets or sets a brush that paints the Row Indicator Panel‘s background.
BorderBrush Gets or sets a brush that paints the Row Indicator Panel‘s borders.
ChangedImage Gets or sets an image displayed in the Row Indicator Panel if the focused row was modified.
EditingImage Gets or sets an image displayed in the Row Indicator Panel if the focused row is in edit mode.
ErrorImage Gets or sets an image displayed in the Row Indicator Panel if a non-focused row contains validation errors.
FocusedErrorImage Gets or sets an image displayed in the Row Indicator Panel if the focused row contains validation errors.
FocusedImage Gets or sets an image displayed in the Row Indicator Panel for the focused row.
NewItemRowImage Gets or sets an image displayed in the Row Indicator Panel for the New Item Row.
NoneImage Gets or sets an image displayed in a row indicator cell if the cell does not display other icons.

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