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