Class GridSummaryRowElement
This is the visual element responsible for presenting summaries in groups
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridSummaryRowElement : GridVirtualizedRowElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IDrawFillElement, IImageElement, ITextPrimitive, ITextProvider, IContextMenuProvider, IVirtualizedElement<GridViewRowInfo>
  Constructors
GridSummaryRowElement()
Declaration
public GridSummaryRowElement()
  Properties
CanApplyFormatting
Gets a value indicating whether the conditional formatting can be applied to the row.
Declaration
public override bool CanApplyFormatting { get; }
  Property Value
| 
        System.Boolean
         
  | 
    
Overrides
Methods
IsCompatible(GridViewRowInfo, Object)
Determines whether element is compatible with the specified data.
Declaration
public override bool IsCompatible(GridViewRowInfo data, object context)
  Parameters
| 
        GridViewRowInfo
        data
         The data.  | 
    
| 
        System.Object
        context
         The context.  | 
    
Returns
| 
        System.Boolean
         
  |