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
index
TKeyThe index of the image which name is returned.
isSmall
boolThe flag specifying whether small or large image name is get.