Microsoft.SystemCenter.Visualization.PowershellDataGridWidget (ComponentType)

Element properties:

AccessibilityPublic
CommentData Grid with powershell data source

Source Code:

<ComponentType ID="Microsoft.SystemCenter.Visualization.PowershellDataGridWidget" Accessibility="Public" Comment="Data Grid with powershell data source">
<Property Name="SelectedRow" Type="BaseDataType" BindingDirection="Out"/>
<Property Name="SelectedRows" Type="BaseDataType[]" BindingDirection="Out"/>
<Property Name="AutoRefreshTickInterval" Type="xsd://int" BindingDirection="In"/>
<Property Name="Columns" Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ColumnType/DataGridColumn[]" BindingDirection="In"/>
<Property Name="SortedColumns" Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ColumnType/DataCollectionViewColumn[]" BindingDirection="In"/>
<Property Name="ShowSearchBar" Type="xsd://boolean" BindingDirection="In"/>
<Property Name="ShowCount" Type="xsd://boolean" BindingDirection="In"/>
<Property Name="DataTypes" Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.DataSourceTypes/DataTypeSpecifier[]" BindingDirection="In"/>
<Property Name="Parameters" Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.DataSourceTypes/Parameter[]" BindingDirection="In"/>
<Property Name="InitialScript" Type="xsd://string" BindingDirection="In"/>
<Property Name="RefreshScript" Type="xsd://string" BindingDirection="In"/>
<Property Name="Timeout" Type="xsd://int" BindingDirection="In"/>
<Property Name="IsDebugEnabled" Type="xsd://boolean" BindingDirection="In"/>
<Property Name="Modules" Type="xsd://string[]" BindingDirection="In"/>
<Property Name="SnapIns" Type="xsd://string[]" BindingDirection="In"/>
<Property Name="Assemblies" Type="xsd://string[]" BindingDirection="In"/>
<Property Name="KeyProperty" Type="xsd://string" BindingDirection="In"/>
<Property Name="RefreshProperties" Type="xsd://string" BindingDirection="In"/>
<Property Name="ColumnHeaderVisible" Type="xsd://boolean" BindingDirection="In">
<SimpleValue Value="True" Type="xsd://boolean"/>
</Property>
</ComponentType>