Show / Hide Table of Contents

Class BlockViewAlternation

Displays different background for BlockView elements.

Inheritance
System.Object
BlockViewBehavior
BlockViewAlternation
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 BlockViewAlternation : BlockViewBehavior

Constructors

Name Description
BlockViewAlternation()

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

BlockViewAlternation(Brush[])

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

Properties

Name Description
AlternationCount

Gets the count of background brushes.

Methods

Name Description
Cleanup(BlockView)
Refresh(BlockView)
Setup(BlockView)

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