[]
        
(Showing Draft Content)

C1.Win.Input.Validation.PlaceholderCollection.GetItem

GetItem Method

GetItem(char)

Returns the CustomPlaceholder object corresponding to the character argument, or null if it does not belong to the collection.

Declaration
public CustomPlaceholder GetItem(char placeholder)
Parameters
Type Name Description
char placeholder

The character argument.

Returns
Type Description
CustomPlaceholder