GridCaptionSummaryCellStyleSelector Class

Provides a custom mechanism for displaying the title summary cells 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 GridCaptionSummaryCellStyleSelector : StyleSelector
Inheritance
Object    StyleSelector    GridCaptionSummaryCellStyleSelector

Remarks

Styles are applied for the following functionality:

    Constructors

    GridCaptionSummaryCellStyleSelectorInitializes a new instance of the GridCaptionSummaryCellStyleSelector class

    Properties

    DataGrid The associated SfDataGrid control.

    Methods

    SelectStyle Gets the style that is applied to the title summary cell.
    (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