ASPxClientFileManagerSelectionChangedEventArgs.fullName Property
In This Article
Gets the full name of the file currently being processed.
#Declaration
TypeScript
fullName: string
#Property Value
Type | Description |
---|---|
string | A string value that is the file’s full name. |
#Remarks
The fullName property returns the full name of the file currently being processed. The full name includes the file’s location path (from the root folder) and the file’s name.
See Also