Class AlternationElementProperties
Defines alternation properties for decorating Table
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 Alternation
Declaration
public static readonly DependencyProperty AlternationCountProperty
Field Value
System.
|
Properties
AlternationCount
Gets or sets the number of alternating item containers in the Table
Declaration
public int AlternationCount { get; set; }
Property Value
System.
|
Methods
CreateInstanceCore()
Creates new instance of Alternation
Declaration
protected override Freezable CreateInstanceCore()
Returns
System. New instance of Alternation |