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 |
---|---|
System.String |
IsEnabled
Indicates whether this instance is enabled.
Declaration
bool IsEnabled { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
NavigationTargets
Specifies the buttons to access this item
Declaration
IEnumerable<NavigationTarget> NavigationTargets { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.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 |
---|---|---|
System.String | id | Id from a navigation target |