Skip to main content
A newer version of this page is available. .

veSelectorItem Class

An item within the veSelector control.

Namespace: DevExpress.UI.Xaml.Layout.VisualElements

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

Declaration

[TemplateVisualState(Name = "Unselected", GroupName = "SelectedStates")]
[TemplateVisualState(Name = "Selected", GroupName = "SelectedStates")]
public abstract class veSelectorItem :
    veHeaderedContentControl,
    ISelectorItem,
    ISelectable,
    IDisposable

Inheritance

Show 11 items
Object
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
Windows.UI.Xaml.Controls.Control
Windows.UI.Xaml.Controls.ContentControl
DevExpress.UI.Xaml.Layout.VisualElements.veContentControlBase
DevExpress.UI.Xaml.Layout.VisualElements.veContentControl
See Also