Class GridGroupContentCellElement
Represents a group header content cell
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridGroupContentCellElement : GridCellElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IContextMenuProvider
Constructors
GridGroupContentCellElement(GridViewColumn, GridRowElement)
Initializes a new instance of the GridGroupContentCellElement class.
Declaration
public GridGroupContentCellElement(GridViewColumn column, GridRowElement row)
Parameters
GridViewColumn
column
An instance of the GridViewColumn |
GridRowElement
row
An instance of the GridRowElement |
Properties
CanUpdateInfo
Gets whether can update info.
Declaration
protected override bool CanUpdateInfo { get; }
Property Value
System.Boolean
The can update info. |
Overrides
Value
Gets or sets the value represented by this cell.
Declaration
public override object Value { get; set; }
Property Value
System.Object
|
Overrides
Methods
DisposeManagedResources()
Disposes the managed resources.
Declaration
protected override void DisposeManagedResources()
Overrides
GetSearchHighlightRanges()
Gets the search highlight ranges.
Declaration
protected override List<CharacterRange> GetSearchHighlightRanges()
Returns
System.Collections.Generic.List<System.Drawing.CharacterRange>
|
Overrides
Initialize(GridViewColumn, GridRowElement)
Initializes the cell with specified column and row
Declaration
public override void Initialize(GridViewColumn column, GridRowElement row)
Parameters
GridViewColumn
column
An instance of GridViewColumn. |
GridRowElement
row
An instance of GridRowElement. |
Overrides
InitializeFields()
Initializes the fields.
Declaration
protected override void InitializeFields()
Overrides
MeasureOverride(SizeF)
Measures the space required by the RadElement Used by the layout system.
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
The size that is available to the RadElement. The available size can be infinity (to take the full size of the element) |
Returns
System.Drawing.SizeF
The minimum size required by the element to be completely visible. Cannot be infinity. |
Overrides
Remarks
In this method call to the Measure method of each child must be made.
ShouldUsePaintBuffer()
Returns whether to use paint buffer.
Declaration
protected override bool ShouldUsePaintBuffer()
Returns
System.Boolean
|