CustomPalettesCollectionContains Method |
Indicates whether the specified palette item exists in the collection.
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool Contains(
string paletteName
)
Public Function Contains (
paletteName As String
) As Boolean
public:
bool Contains(
String^ paletteName
)
member Contains :
paletteName : string -> bool
Parameters
- paletteName
- Type: SystemString
Name of palette
Return Value
Type:
BooleanWhether the specified palette item exists in the collection
See Also