Class LayoutType
Options that specify the type of the layout of the Main pane.
Inheritance
System.Object
LayoutType
Namespace: Telerik.Windows.Controls.FileDialogs
Assembly: Telerik.Windows.Controls.FileDialogs.dll
Syntax
public sealed class LayoutType : Enum
Fields
Details
ExtraLargeIcons
Specifies layout type with extra large icons.
Declaration
public const LayoutType ExtraLargeIcons
Field Value
LayoutType
|
LargeIcons
Specifies layout type with large icons.
Declaration
public const LayoutType LargeIcons
Field Value
LayoutType
|
List
MediumIcons
Specifies layout type with medium icons.
Declaration
public const LayoutType MediumIcons
Field Value
LayoutType
|
SmallIcons
Specifies layout type with small icons.
Declaration
public const LayoutType SmallIcons
Field Value
LayoutType
|
Tiles
value__
Declaration
public int value__
Field Value
System.Int32
|