Class AlternationElementProperties
Defines alternation properties for decorating TableBase area.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Pivot.dll
Syntax
public class AlternationElementProperties : ElementProperties
Constructors
AlternationElementProperties()
Declaration
public AlternationElementProperties()
Fields
AlternationCountProperty
Identifies the AlternationCount dependency property.
Declaration
public static readonly DependencyProperty AlternationCountProperty
Field Value
System.Windows.DependencyProperty
|
Properties
AlternationCount
Gets or sets the number of alternating item containers in the TableBase, which enables alternating containers to have a unique appearance.
Declaration
public int AlternationCount { get; set; }
Property Value
System.Int32
|