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
System.String

IsOpen

Gets a value indicating whether the flyout is currently displayed.

Declaration
bool IsOpen { get; set; }
Property Value
Type Description
System.Boolean

Extension Methods

Extensions.Yield<T>(T)
Back to top Copyright © 2009-2018 Colectica