GridTableSummaryRowStyleSelectorSelectStyle Method

Get the style that matches.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public override Style SelectStyle(
	Object item,
	DependencyObject container
)

Parameters

item  Object
Object with the item.
container  DependencyObject
DependencyObject with the container.

Return Value

Style
Style with the selected style.

See Also