Table of Contents

Class VisibleSection

Namespace
The.WPF.Sections
Assembly
Instagile.WPF.dll
public sealed class VisibleSection : WrappingSectionBase, ISection, IModel, INotifyPropertyChanged, IDataErrorInfo
Inheritance
VisibleSection
Implements
Inherited Members
Extension Methods

Constructors

VisibleSection(ISection, Func<bool>)

public VisibleSection(ISection inner, Func<bool> condition)

Parameters

inner ISection
condition Func<bool>

Properties

IsVisible

public override bool IsVisible { get; }

Property Value

bool