Skip to main content

ASPxClientFileManagerActionEventArgsBase.fullName Property

Gets the full name of the item currently being processed.

Declaration

fullName: string

Property Value

Type Description
string

A string value that is the item’s full name.

Remarks

The fullName property is the full name of the item currently being processed. The full name includes an item’s location path (from the root folder) and the item’s name.

See Also