XsltListViewWebPart.ShowTimelineIfAvailable property
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
<PersonalizableAttribute(PersonalizationScope.User)> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public Property ShowTimelineIfAvailable As Boolean
Get
Set
'Usage
Dim instance As XsltListViewWebPart
Dim value As Boolean
value = instance.ShowTimelineIfAvailable
instance.ShowTimelineIfAvailable = value
[BrowsableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.User)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public bool ShowTimelineIfAvailable { get; set; }
Property value
Type: System.Boolean