Class AuxiliaryPaneItemExportAttribute
Specifies that an AuxiliaryPaneItem should be exported for usage in the ApplicationMenu.
Implements
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
[MetadataAttribute]
[AttributeUsage(AttributeTargets.Class)]
public sealed class AuxiliaryPaneItemExportAttribute : ExportAttribute, IOrderedItemExportMetadata
Remarks
Instead of exporting the panes you can also set them directly in the XAML of a MainWindow you export with MainWindowExportAttribute.
Constructors
View SourceAuxiliaryPaneItemExportAttribute(int)
Initializes a new instance of the AuxiliaryPaneItemExportAttribute class with the specified order number.
Declaration
public AuxiliaryPaneItemExportAttribute(int order)
Parameters
| Type | Name | Description |
|---|---|---|
| int | order |
Properties
View SourceOrder
Gets the order number of the auxiliary pane item and defines the order in which the items are displayed.
Declaration
public int Order { get; }
Property Value
| Type | Description |
|---|---|
| int |