ClassLayoutConfigurationModel
Class
Defines a layout for the Open file, Save file, and Open folder dialogs.
Definition
Namespace:Telerik.Windows.Controls.FileDialogs
Assembly:Telerik.Windows.Controls.FileDialogs.dll
Syntax:
cs-api-definition
public class LayoutConfigurationModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseLayoutConfigurationModel
Implements:
Inherited Members
Constructors
LayoutConfigurationModel(LayoutType)
Initializes a new instance of the LayoutConfigurationModel class.
Declaration
cs-api-definition
public LayoutConfigurationModel(LayoutType layoutType)
Parameters
layoutType
The type of the layout.
Properties
LayoutType
Gets the LayoutType.
Declaration
cs-api-definition
public LayoutType LayoutType { get; protected set; }
Property Value
Methods
GetNameKeyForType(LayoutType)
A method to provide the localization key for the LayoutType.
Declaration
cs-api-definition
protected virtual string GetNameKeyForType(LayoutType layoutType)
Parameters
layoutType
Returns
GetSizeForType(LayoutType)
A method to provide the IconSize for the LayoutType.
Declaration
cs-api-definition
protected virtual IconSize GetSizeForType(LayoutType layoutType)
Parameters
layoutType
Returns
The chosen IconSize.