Class GridSearchRowElement
Represents the visual row element for the search row.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridSearchRowElement : GridRowElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IContextMenuProvider, IVirtualizedElement<GridViewRowInfo>
Constructors
GridSearchRowElement()
Declaration
public GridSearchRowElement()
Properties
CanApplyFormatting
Gets a value indicating that conditional formatting can be applied
Declaration
public override bool CanApplyFormatting { get; }
Property Value
System.Boolean
|
Overrides
SearchCellElement
Gets the search cell element.
Declaration
public GridSearchCellElement SearchCellElement { get; }
Property Value
GridSearchCellElement
The search cell element. |
Methods
ArrangeOverride(SizeF)
Arranges the element in the available size.
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
The final size. |
Returns
System.Drawing.SizeF
|
Overrides
Detach()
GetCellType(GridViewColumn)
Returns the default cell type to be created based on the settings of the corresponding GridViewColumn.
Declaration
public override Type GetCellType(GridViewColumn column)
Parameters
GridViewColumn
column
The GridViewColumn that contains the settings. |
Returns
System.Type
An column type. |
Overrides
Initialize(GridViewRowInfo)
Initializes the row.
Declaration
public override void Initialize(GridViewRowInfo rowInfo)
Parameters
GridViewRowInfo
rowInfo
The instance of GridViewRowInfo which the row is associated with. |
Overrides
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
|
Overrides
MeasureOverride(SizeF)
Measures the element in the available size.
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
Size of the available. |
Returns
System.Drawing.SizeF
|
Overrides
ShouldUsePaintBuffer()
Shoulds use the paint buffer.
Declaration
protected override bool ShouldUsePaintBuffer()
Returns
System.Boolean
|
Overrides
UpdateContent()
Updates cell content.
Declaration
public override void UpdateContent()