Class SelectionOverviewItem
Control that implements a selectable item inside a SelectionOverview
Inheritance
SelectionOverviewItem
Implements
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public class SelectionOverviewItem : ContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
Fields
View SourceIsSelectedProperty
Identifies the DependencyProperty for IsSelected.
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
RemoveButtonToolTipProperty
Identifies the RemoveButtonToolTip dependency property.
Declaration
public static readonly DependencyProperty RemoveButtonToolTipProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
RemoveItemClickEvent
Identifies the RemoveItem routed event.
Declaration
public static readonly RoutedEvent RemoveItemClickEvent
Field Value
| Type | Description |
|---|---|
| RoutedEvent |
SelectedEvent
Identifies the RoutedEvent for the Selected event.
Declaration
public static readonly RoutedEvent SelectedEvent
Field Value
| Type | Description |
|---|---|
| RoutedEvent |
Properties
View SourceIsSelected
Indicates whether this SelectionOverviewItem is selected.
Declaration
[Bindable(true)]
public bool IsSelected { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
RemoveButtonToolTip
Gets or sets the ToolTip of the remove button.
Declaration
public object RemoveButtonToolTip { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
Events
View SourceSelected
Raised when the item's IsSelected property becomes true.
Declaration
public event RoutedEventHandler Selected
Event Type
| Type | Description |
|---|---|
| RoutedEventHandler |