Gets or sets a value indicating whether or not this Entity is visible in the collection.
This is a dependency property.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.Data.Core (in DlhSoft.Data.Core.dll)
Syntax
| C# |
|---|
[BindableAttribute(true)] public bool IsVisible { get; set; } |
| Visual Basic (Declaration) |
|---|
<BindableAttribute(True)> _ Public Property IsVisible As Boolean |