NullContentTemplate Property

Transitionals

Transitionals NullContentTemplate Property
NamespacesTransitionals.ControlsTransitionElementNullContentTemplate
Gets or sets the DataTemplate that should be displayed whenever the Content property is set to nullNothingnullptr. This is a dependency property.
Declaration Syntax
C# Visual Basic Visual C++
public DataTemplate NullContentTemplate { get; set; }
Public Property NullContentTemplate As DataTemplate
public:
property DataTemplate^ NullContentTemplate {
	DataTemplate^ get ();
	void set (DataTemplate^ value);
}
Value
A DataTemplate to display when no content is available; otherwise nullNothingnullptr.
Remarks
The value of the TransitionToNullIgnored impacts whether this template is transitioned.

Assembly: Transitionals (Module: Transitionals) Version: 1.0.0.0 (1.0.0.0)