Show / Hide Table of Contents

Interface IVisibleField

Interface for a view model class that will be used by a field control that can be hidden.

Namespace: Benday.Presentation
Assembly: Benday.Presentation.dll
Syntax
public interface IVisibleField

Properties

| Edit this page View Source

IsVisible

Gets or sets a value indicating whether the field is visible.

Declaration
bool IsVisible { get; set; }
Property Value
Type Description
bool
  • Edit this page
  • View Source
In this article
Back to top Copyright © www.benday.com | info@benday.com