Show / Hide Table of Contents

Class RowViewAlternation

Displays different background for RowView elements.

Inheritance
System.Object
RowViewBehavior
RowViewAlternation
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DevZest.Data.Presenters
Assembly: DevZest.Data.WPF.dll
Syntax
public sealed class RowViewAlternation : RowViewBehavior

Constructors

Name Description
RowViewAlternation()

Initializes a new instance of RowViewAlternation, with white for even and light gray for odd RowView elements.

RowViewAlternation(Brush[])

Initializes a new instance of RowViewAlternation, with specified background brushes.

Properties

Name Description
AlternationCount

Gets the count of background brushes.

Methods

Name Description
Cleanup(RowView)
Refresh(RowView)
Setup(RowView)

Extension Methods

ColumnExtensions.WithDefaultValue<TColumn, TValue>(TColumn, TValue, String, String)
ColumnExtensions.WithValueComparer<TColumn, TValue>(TColumn, IComparer<TValue>)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest