GridTableSummaryRowStyleSelector Class

Provides a mechanism for applying styles to the summary rows of the SfDataGrid control.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public class GridTableSummaryRowStyleSelector : StyleSelector
Inheritance
Object    StyleSelector    GridTableSummaryRowStyleSelector

Constructors

GridTableSummaryRowStyleSelectorInitializes a new instance of the GridTableSummaryRowStyleSelector class

Properties

TableSummaryRowStyleStyle for the table summary row.
UnboundSummaryBottomRowsStyleStyle for unlinked bottom rows.
UnboundSummaryTopRowsStyleStyle for unlinked top rows.

Methods

SelectStyle Get the style that matches.
(Overrides StyleSelectorSelectStyle(Object, DependencyObject))

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also