FileManagerControlViewLayout Property

Gets or sets the initial view layout type for listing files and folders on the right pane. Default is LargeIcons. Possible values are ExtraLargeIcons, LargeIcons, MediumIcons, SmallIcons, Details and Tiles.

Definition

Namespace: GleamTech.FileUltimate.AspNet.WebForms
Assembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 8.8.7
C#
public ViewLayout ViewLayout { get; set; }

Property Value

ViewLayout

See Also