New to Telerik UI for WPFStart a free 30-day trial

Defines alternation properties for decorating TableBase area.

Definition

Constructors

C#
public AlternationElementProperties()

Fields

AlternationCountProperty

DependencyProperty

Identifies the AlternationCount dependency property.

C#
public static readonly DependencyProperty AlternationCountProperty

Properties

Gets or sets the number of alternating item containers in the TableBase, which enables alternating containers to have a unique appearance.

C#
public int AlternationCount { get; set; }

Methods

Creates new instance of AlternationElementProperties.

C#
protected override Freezable CreateInstanceCore()
Returns:

Freezable

New instance of AlternationElementProperties.

Overrides: ElementProperties.CreateInstanceCore()