Table of Contents

Method GetImageName

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetImageName(TKey, bool)

Gets small or large image name for the specified index.

public virtual string? GetImageName(TKey index, bool isSmall = true)

Parameters

index TKey

The index of the image which name is returned.

isSmall bool

The flag specifying whether small or large image name is get.

Returns

string