GridCaptionSummaryCellStyleSelectorSelectStyle Method
Gets the style that is applied to the title summary cell.
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 Group.
- container DependencyObject
- DependencyObject with the GridCaptionSummaryCell.
StyleStyle with the selected style.