Show / Hide Table of Contents

Interface IFlyout

Provides an extension point for Addins to provide views that are displayed as dynamic flyouts. This extension point is not currently used.

Namespace: Algenta.Colectica.ViewModel
Assembly: Algenta.Colectica.ViewModel.dll
Syntax
public interface IFlyout

Properties

Header

The text to be displayed at the top of the view.

Declaration
string Header { get; set; }
Property Value
Type Description
string

IsOpen

Gets a value indicating whether the flyout is currently displayed.

Declaration
bool IsOpen { get; set; }
Property Value
Type Description
bool
In this article
Back to top Generated by DocFX