New to Telerik UI for WPFStart a free 30-day trial

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: IComparableINotifyPropertyChanged

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

C#
public int CompareTo(object obj)
Parameters:objobjectReturns:

int

Implements: IComparable.CompareTo(object)

C#
public override bool Equals(object obj)
Parameters:objobjectReturns:

bool

Overrides: object.Equals(object)

C#
public override int GetHashCode()
Returns:

int

Overrides: object.GetHashCode()

C#
public override string ToString()
Returns:

string

Overrides: object.ToString()

Events

Occurs when a property value changes.

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged

Operators

C#
public static bool operator !=(TileGroup left, TileGroup right)
Parameters:leftTileGrouprightTileGroupReturns:

bool

C#
public static bool operator <(TileGroup left, TileGroup right)
Parameters:leftTileGrouprightTileGroupReturns:

bool

C#
public static bool operator <=(TileGroup left, TileGroup right)
Parameters:leftTileGrouprightTileGroupReturns:

bool

C#
public static bool operator ==(TileGroup left, TileGroup right)
Parameters:leftTileGrouprightTileGroupReturns:

bool

C#
public static bool operator >(TileGroup left, TileGroup right)
Parameters:leftTileGrouprightTileGroupReturns:

bool

C#
public static bool operator >=(TileGroup left, TileGroup right)
Parameters:leftTileGrouprightTileGroupReturns:

bool