Skip to main content
Tab

FileManagerThumbnailCreateEventArgs.IsParentFolder Property

Gets a value specifying whether the currently processed item is a parent folder.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public bool IsParentFolder { get; }

#Property Value

Type Description
Boolean

true if the processed item is a parent folder; false if the processed item is a file or folder.

#Remarks

ASPxFileManager_ParentFolder

See Also