Method GetImageName
GetImageName(TKey, bool)
Gets small or large image name for the specified index.
public virtual string? GetImageName(TKey index, bool isSmall = true)
Parameters
indexTKeyThe index of the image which name is returned.
isSmallboolThe flag specifying whether small or large image name is get.