Skip to main content
A newer version of this page is available. .
Tab

FileManagerFolderCreateEventArgs.Name Property

Gets the name of the newly created folder.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public string Name { get; }

Property Value

Type Description
String

A String value that specifies the folder’s name.

Remarks

Use the Name property to obtain a name of the newly created folder.

See Also