Interface ILayoutContentSelector
Defines an API for interacting with (selected) content in a pane.
public interface ILayoutContentSelector
- Extension Methods
Properties
SelectedContent
Gets the selected content in the pane.
LayoutContent SelectedContent { get; }
Property Value
SelectedContentIndex
Gets or sets the index of the selected content in the pane.
int SelectedContentIndex { get; set; }
Property Value
Methods
IndexOf(LayoutContent)
Gets the index or -1 of the specified child content.
int IndexOf(LayoutContent content)
Parameters
content
LayoutContent