TemplatedItemsList<TView,TItem>.ITemplatedItemsList<TItem>.UpdateHeader Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
virtual TItem Microsoft.Maui.Controls.ITemplatedItemsList<TItem>.UpdateHeader(TItem content, int groupIndex) = Microsoft::Maui::Controls::ITemplatedItemsList<TItem>::UpdateHeader;
TItem ITemplatedItemsList<TItem>.UpdateHeader (TItem content, int groupIndex);
abstract member Microsoft.Maui.Controls.ITemplatedItemsList<TItem>.UpdateHeader : 'Item * int -> 'Item
override this.Microsoft.Maui.Controls.ITemplatedItemsList<TItem>.UpdateHeader : 'Item * int -> 'Item
Function UpdateHeader (content As TItem, groupIndex As Integer) As TItem Implements ITemplatedItemsList(Of TItem).UpdateHeader
Parameters
- content
- TItem
- groupIndex
- Int32
Returns
TItem
Implements
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.