Show / Hide Table of Contents

Class DataGridRowBackground

Provides color and height information for a row background.

Inheritance
object
DataGridRowBackground
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public class DataGridRowBackground

Constructors

View Source

DataGridRowBackground(double, Brush)

Initializes a new instance of the DataGridRowBackground class.

Declaration
public DataGridRowBackground(double height, Brush background)
Parameters
Type Name Description
double height

The height of the row.

Brush background

The background Brush.

Properties

View Source

Background

Gets the background Brush.

Declaration
public Brush Background { get; }
Property Value
Type Description
Brush
View Source

Height

Gets the height.

Declaration
public double Height { get; }
Property Value
Type Description
double

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX