MobileForms Toolkit Documentation

StyleCollection.Contains Method 

Determines whether style of given name is in the StyleCollection.

public bool Contains(
string styleName
);

Parameters

styleName
Name of the style to locate.

Return Value

true if item is found in the StyleCollection; otherwise, false.

See Also

StyleCollection Class | Resco.Controls.SmartGrid Namespace