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 SourceIsVisible
Gets or sets a value indicating whether the field is visible.
Declaration
bool IsVisible { get; set; }
Property Value
Type | Description |
---|---|
bool |