Share via


DynamicDataManager.Visible 属性

定义

获取一个值,该值指示 DynamicDataManager 控件是否可见。

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

属性值

如果 DynamicDataManager 可见,则为 true;否则为 false

属性

注解

DynamicDataManager不是可见的运行时控件。 属性仅在设计时在设计器中使用。

适用于