GridTableSummaryRowStyleSelectorSelectStyle Method
Get the style that matches.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public override Style SelectStyle(
Object item,
DependencyObject container
)
Public Overrides Function SelectStyle (
item As Object,
container As DependencyObject
) As Style
- item Object
- Object with the item.
- container DependencyObject
- DependencyObject with the container.
StyleStyle with the selected style.