Back to Devexpress

StripCollection.GetStripByName(String) Method

corelibraries-devexpress-dot-xtracharts-dot-stripcollection-dot-getstripbyname-x28-system-dot-string-x29.md

latest1.6 KB
Original Source

StripCollection.GetStripByName(String) Method

Gets a strip within the collection by its name.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public Strip GetStripByName(
    string name
)
vb
Public Function GetStripByName(
    name As String
) As Strip

Parameters

NameTypeDescription
nameString

A String which specifies the name of the strip to find.

|

Returns

TypeDescription
Strip

A Strip object that represents the strip with the specified name.

|

Remarks

Note that this method finds only the first occurrence of a strip with the specified name. If no element with the specified name is found, then this method returns null ( Nothing in Visual Basic).

See Also

StripCollection Class

StripCollection Members

DevExpress.XtraCharts Namespace