Interface IStageScrollerItem
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public interface IStageScrollerItem
Properties
View SourceId
Gets the module id.
Declaration
string Id { get; }
Property Value
| Type | Description |
|---|---|
| string |
IsEnabled
Indicates whether this instance is enabled.
Declaration
bool IsEnabled { get; }
Property Value
| Type | Description |
|---|---|
| bool |
NavigationTargets
Specifies the buttons to access this item
Declaration
IEnumerable<NavigationTarget> NavigationTargets { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<NavigationTarget> |
Methods
View SourceRequestNavigate(string)
Request a navigate to the target with the given id.
Declaration
void RequestNavigate(string id)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id | Id from a navigation target |