Skip to main content

veContentSelector.SelectedContent Property

Gets the content of the currently selected item.

Namespace: DevExpress.UI.Xaml.Layout.VisualElements

Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public object SelectedContent { get; protected set; }

Property Value

Type Description
Object

An object that is the selected item’s content.

See Also