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