Defines alternation properties for decorating TableBase area.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Pivot.dll
Syntax:
C#
public class AlternationElementProperties : ElementProperties
Inheritance: objectElementPropertiesAlternationElementProperties
Inherited Members
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
CreateInstanceCore()
Freezable
Creates new instance of AlternationElementProperties.
C#
protected override Freezable CreateInstanceCore()
Freezable
New instance of AlternationElementProperties.
Overrides: