DynamicDataManager.Visible Property

Definition

Gets a value that indicates whether the DynamicDataManager control is visible.

public:
 virtual property bool Visible { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public override bool Visible { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Visible : bool with get, set
Public Overrides Property Visible As Boolean

Property Value

true if the DynamicDataManager is visible; otherwise false.

Attributes

Remarks

The DynamicDataManager is not a visible run-time control. The property is only used at design time in a designer.

Applies to