New to Telerik UI for WinFormsStart a free 30-day trial

Class which represents the root node of the network. It is responsible for reloading network PCs.

Definition

Properties

Gets the child FileSystemInfoWrappers.

C#
public override ObservableCollection<FileSystemInfoWrapper> Children { get; }

Overrides: DirectoryBaseWrapper.Children

Gets the selected file name, excluding the path.

C#
public override string Name { get; set; }

Overrides: FileSystemInfoWrapper.Name

Gets the parent DirectoryBaseWrapper.

C#
public override DirectoryBaseWrapper Parent { get; }

Overrides: DirectoryBaseWrapper.Parent

Gets the selected file name, including the path.

C#
public override string Path { get; set; }

Overrides: FileSystemInfoWrapper.Path

In this article
DefinitionPropertiesChildrenNameParentPath
Not finding the help you need?
Contact Support