ASPxClientFileManagerActionEventArgsBase.name Property
In This Article
Gets the name of the currently processed item.
#Declaration
TypeScript
name: string
#Property Value
Type | Description |
---|---|
string | A string value that specifies the item’s name. |
#Remarks
Use the name property to obtain the name of the currently processed item.
See Also