Class
LayoutConfiguratorStyleSelector

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:

cs-api-definition
public class LayoutConfiguratorStyleSelector : StyleSelector

Inheritance: objectLayoutConfiguratorStyleSelector

Constructors

LayoutConfiguratorStyleSelector()

Declaration

cs-api-definition
public LayoutConfiguratorStyleSelector()

Properties

DefaultStyle

Gets or sets the default style for item.

Declaration

cs-api-definition
public Style DefaultStyle { get; set; }

Property Value

Style

DetailsStyle

Gets or sets the style for item with LayoutType.Details.

Declaration

cs-api-definition
public Style DetailsStyle { get; set; }

Property Value

Style

ExtraLargeIconsStyle

Gets or sets the style for item with LayoutType.ExtraLargeIcons.

Declaration

cs-api-definition
public Style ExtraLargeIconsStyle { get; set; }

Property Value

Style

LargeIconsStyle

Gets or sets the style for item with LayoutType.LargeIcons.

Declaration

cs-api-definition
public Style LargeIconsStyle { get; set; }

Property Value

Style

ListStyle

Gets or sets the style for item with LayoutType.List.

Declaration

cs-api-definition
public Style ListStyle { get; set; }

Property Value

Style

MediumIconsStyle

Gets or sets the style for item with LayoutType.MediumIcons.

Declaration

cs-api-definition
public Style MediumIconsStyle { get; set; }

Property Value

Style

SmallIconsStyle

Gets or sets the style for item with LayoutType.SmallIcons.

Declaration

cs-api-definition
public Style SmallIconsStyle { get; set; }

Property Value

Style

TilesStyle

Gets or sets the style for item with LayoutType.Tiles.

Declaration

cs-api-definition
public Style TilesStyle { get; set; }

Property Value

Style

Methods

SelectStyle(object, DependencyObject)

Selects a Style based on the LayoutType of the LayoutConfigurationModel.

Declaration

cs-api-definition
public override Style SelectStyle(object item, DependencyObject container)

Parameters

item

object

container

DependencyObject

Returns

Style