Skip to main content
Tab

FileManagerFolderCreateEventArgs.Name Property

Gets the name of the newly created folder.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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