ArcFM Engine Developer Guide
NullContentTemplate Property


Gets or sets the System.Windows.DataTemplate that should be displayed whenever the Content property is set to a null reference (Nothing in Visual Basic). This is a dependency property.
Syntax
'Declaration
 
Public Property NullContentTemplate As DataTemplate
'Usage
 
Dim instance As TransitionElement
Dim value As DataTemplate
 
instance.NullContentTemplate = value
 
value = instance.NullContentTemplate
public DataTemplate NullContentTemplate {get; set;}

Property Value

A System.Windows.DataTemplate to display when no content is available; otherwise a null reference (Nothing in Visual Basic).
Remarks
The value of the TransitionToNullIgnored impacts whether this template is transitioned.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

TransitionElement Class
TransitionElement Members

 

 


Send Comment