TileGroup
Class
Defines a visual group for tiles placed.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public class TileGroup : IComparable, INotifyPropertyChanged
Inheritance: objectTileGroup
Implements:
Constructors
C#
public TileGroup()
Properties
Gets or sets the display index which defines the order of group appearance.
C#
public int? DisplayIndex { get; set; }
Gets or sets the content to be displayed as a group header.
C#
public object Header { get; set; }
Gets the collection used to generate the content of TileGroupContainer.
C#
public ObservableCollection<Tile> Items { get; }
Methods
Events
Occurs when a property value changes.
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: