ListItem.PreviousListItem Property

Definition

Gets the previous ListItem in the containing List.

public:
 property System::Windows::Documents::ListItem ^ PreviousListItem { System::Windows::Documents::ListItem ^ get(); };
public System.Windows.Documents.ListItem PreviousListItem { get; }
member this.PreviousListItem : System.Windows.Documents.ListItem
Public ReadOnly Property PreviousListItem As ListItem

Property Value

The previous ListItem in the List, or null if there is no previous ListItem.

Applies to

See also