Defines a layout for the Open file, Save file, and Open folder dialogs.
Definition
Namespace:Telerik.WinControls.FileDialogs
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class LayoutConfigurationModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseLayoutConfigurationModel
Implements:
Inherited Members
Constructors
Initializes a new instance of the LayoutConfigurationModel class.
C#
public LayoutConfigurationModel(LayoutType layoutType)
The type of the layout.
Properties
Gets the LayoutType.
C#
public LayoutType LayoutType { get; protected set; }
Methods
A method to provide the localization key for the LayoutType.
C#
protected virtual string GetNameKeyForType(LayoutType layoutType)
A method to provide the IconSize for the LayoutType.
C#
protected virtual IconSize GetSizeForType(LayoutType layoutType)
The chosen IconSize.