API Reference
Command
New-HtmlXDataGridItem
Adds a generic item to the current data grid.
Remarks
Use inside New-HtmlXDataGrid { }.
Examples
New-HtmlXDataGridItem -Title "Server" -ContentText "srv-01"
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
New-HtmlXDataGridItem [-Content <ScriptBlock>] [-ContentText <string>] [-Title <string>] [<CommonParameters>]#Parameters
- Content ScriptBlock
- Scriptblock that emits item content.
- ContentText string
- Simple text content.
- Title string
- Item title.
Outputs
HtmlForgeX.TablerDataGridItem