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

Helper class for monitoring the Visibility change in RadTileViewItem.

Definition

Namespace:Telerik.Windows.Controls.TileView

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class VisibilityHelper : FrameworkElement

Inheritance: objectVisibilityHelper

Constructors

C#
public VisibilityHelper()

Fields

ContainerVisibilityProperty

DependencyProperty

Identifies the Visibility dependency property.

C#
public static readonly DependencyProperty ContainerVisibilityProperty

Properties

Gets or sets the Visibility property.

C#
public Visibility ContainerVisibility { get; set; }

Gets or sets the visibility change callback.

C#
public Action<RadTileViewItem> ContainerVisibilityChangeCallback { get; set; }
Property Value:

The visibility change callback.

Represents the visibility helper for the TileView item.

C#
public RadTileViewItem TileViewItem { get; set; }

Methods

Initializes a new instance of the VisibilityHelper class.

C#
protected virtual void OnContainerVisibilityChanged()