ClassLayoutConfiguratorStyleSelector
A style selector that returns a different style based on the LayoutType of the LayoutConfigurationModel of the control.
Definition
Namespace:Telerik.Windows.Controls.FileDialogs
Assembly:Telerik.Windows.Controls.FileDialogs.dll
Syntax:
public class LayoutConfiguratorStyleSelector : StyleSelector
Inheritance: objectLayoutConfiguratorStyleSelector
Constructors
LayoutConfiguratorStyleSelector()
Declaration
public LayoutConfiguratorStyleSelector()
Properties
DefaultStyle
Gets or sets the default style for item.
Declaration
public Style DefaultStyle { get; set; }
Property Value
Style
DetailsStyle
Gets or sets the style for item with LayoutType.Details.
Declaration
public Style DetailsStyle { get; set; }
Property Value
Style
ExtraLargeIconsStyle
Gets or sets the style for item with LayoutType.ExtraLargeIcons.
Declaration
public Style ExtraLargeIconsStyle { get; set; }
Property Value
Style
LargeIconsStyle
Gets or sets the style for item with LayoutType.LargeIcons.
Declaration
public Style LargeIconsStyle { get; set; }
Property Value
Style
ListStyle
Gets or sets the style for item with LayoutType.List.
Declaration
public Style ListStyle { get; set; }
Property Value
Style
MediumIconsStyle
Gets or sets the style for item with LayoutType.MediumIcons.
Declaration
public Style MediumIconsStyle { get; set; }
Property Value
Style
SmallIconsStyle
Gets or sets the style for item with LayoutType.SmallIcons.
Declaration
public Style SmallIconsStyle { get; set; }
Property Value
Style
TilesStyle
Gets or sets the style for item with LayoutType.Tiles.
Declaration
public Style TilesStyle { get; set; }
Property Value
Style
Methods
SelectStyle(object, DependencyObject)
Selects a Style based on the LayoutType of the LayoutConfigurationModel.
Declaration
public override Style SelectStyle(object item, DependencyObject container)
Parameters
item
container
DependencyObject
Returns
Style