DataGrid.SubObjectsSiteChange(Boolean) Método
Definição
Adiciona ou remove os objetos DataGridTableStyle do contêiner que está associado ao DataGrid.Adds or removes the DataGridTableStyle objects from the container that is associated with the DataGrid.
public:
void SubObjectsSiteChange(bool site);
public void SubObjectsSiteChange (bool site);
member this.SubObjectsSiteChange : bool -> unit
Public Sub SubObjectsSiteChange (site As Boolean)
Parâmetros
- site
- Boolean
true para adicionar os objetos DataGridTableStyle a um contêiner, false para removê-los.true to add the DataGridTableStyle objects to a container; false to remove them.