Class OutlookBarDefinition
- Namespace
- Innova.Prism.Infrastructure.OutlookBar
- Assembly
- Innova.Prism.Infrastructure.dll
Represents a definition for an item in the OutlookBar.
public class OutlookBarDefinition : INotifyPropertyChanged
- Inheritance
-
OutlookBarDefinition
- Implements
Properties
- Content
Gets or sets the content of the OutlookBar item.
- HeaderText
Gets or sets the header text of the OutlookBar item.
- ImageSource
Gets or sets the image source of the OutlookBar item.
- Key
Gets or sets the key of the OutlookBar item.
- RegionName
Gets or sets the region name of the OutlookBar item.
- SortOrder
Gets or sets the sort order of the OutlookBar item.
- Visible
Gets or sets a value indicating whether the OutlookBar item is visible.
Methods
- FirePropertyChanged(string)
Raises the PropertyChanged event.
Events
- PropertyChanged
Occurs when a property value changes.