DynamicDataManager.Visible Propriedade

Definição

Obtém um valor que indica se o controle DynamicDataManager está visível.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

Valor da propriedade

Boolean

true Se o DynamicDataManager estiver visível; caso contrário, false .true if the DynamicDataManager is visible; otherwise false.

Atributos

Comentários

O DynamicDataManager não é um controle de tempo de execução visível.The DynamicDataManager is not a visible run-time control. A propriedade só é usada em tempo de design em um designer.The property is only used at design time in a designer.

Aplica-se a