ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearThumbnailList Class / SelectLastItemCommand Property




In This Topic
    SelectLastItemCommand Property
    In This Topic
    Gets a command for selecting the last item in the thumbnail list.
    Syntax
    'Declaration
     
    Public ReadOnly Property SelectLastItemCommand As ICommand
    'Usage
     
    Dim instance As ImGearThumbnailList
    Dim value As ICommand
     
    value = instance.SelectLastItemCommand
    public ICommand SelectLastItemCommand {get;}
    public: __property ICommand* get_SelectLastItemCommand();
    public:
    property ICommand^ SelectLastItemCommand {
       ICommand^ get();
    }

    Property Value

    ICommand value.
    See Also