OfficeCustomXmlPartCollection<T>.IndexOf(T) Method
Returns the index of the specified custom XML part in the collection.
Namespace: DevExpress.Office
Assembly: DevExpress.Office.v24.1.Core.dll
NuGet Packages: DevExpress.Office.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
customXmlPart | T | A custom XML part to locate in the collection. |
Returns
Type | Description |
---|---|
Int32 | A zero-based integer that specifies the custom XML part’s position within the collection. -1 if a custom XML part doesn’t belong to the collection. |
See Also