Adds visibility bindings for a managed entity within the control.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
protected virtual void AddVisibilityBindings( Entity entity, bool isItemDependencyObject, bool isItemVisibilityApplied ) |
Visual Basic (Declaration) |
---|
Protected Overridable Sub AddVisibilityBindings ( _ entity As Entity, _ isItemDependencyObject As Boolean, _ isItemVisibilityApplied As Boolean _ ) |
Parameters
- entity
- Type: DlhSoft.Windows.Data..::.Entity
The entity for which visibility bindings are added.
- isItemDependencyObject
- Type: System..::.Boolean
Indicates whether the entity item is a DependencyObject.
- isItemVisibilityApplied
- Type: System..::.Boolean
Indicates whether to apply specific attached visibility values if they are set for the item.