Class GridSummaryCellElement
Displays a cell containing summary info
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridSummaryCellElement : GridVirtualizedCellElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IContextMenuProvider, IVirtualizedElement<GridViewColumn>
Constructors
GridSummaryCellElement(GridViewColumn, GridRowElement)
Initializes a new instance of the GridSummaryCellElement class.
Declaration
public GridSummaryCellElement(GridViewColumn column, GridRowElement row)
Parameters
Grid An instance of the GridViewColumn |
Grid An instance of the GridRowElement |
Properties
Value
Gets or sets the value represented by this cell.
Declaration
public override object Value { get; set; }
Property Value
System.
|
Overrides
Values
Gets the unformatted values represented by this cell.
Declaration
public virtual object[] Values { get; }
Property Value
System.
|
Methods
Initialize(GridViewColumn, GridRowElement)
Initializes the cell with specified column and row
Declaration
public override void Initialize(GridViewColumn column, GridRowElement row)
Parameters
Grid An instance of Grid |
Grid An instance of Grid |
Overrides
IsCompatible(GridViewColumn, Object)
Determines whether element is compatible with the specified data.
Declaration
public override bool IsCompatible(GridViewColumn data, object context)
Parameters
Grid The data. |
System. The context. |
Returns
System.
|