Copyright Accelerated Ideas 2007 Legacy Blog Posts | Blog Home | .NET Components

AIFileGridView - How can I get the currently selected files?


3/13/2007

The currently selected files can be retrieved just as you would normally retrieve the Rows property of a standard DataGridView. Simply call:

GetSelectedFiles()


This will return a Generic List of FileInfo objects that represent each of the selected files.


< Blog Home