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.
|
Overrides
SearchCellElement
Gets the search cell element.
Declaration
public GridSearchCellElement SearchCellElement { get; }
Property Value
Grid The search cell element. |
Methods
ArrangeOverride(SizeF)
Arranges the element in the available size.
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System. The final size. |
Returns
System.
|
Overrides
Detach()
GetCellType(GridViewColumn)
Returns the default cell type to be created based on the settings of the corresponding Grid
Declaration
public override Type GetCellType(GridViewColumn column)
Parameters
Grid The Grid |
Returns
System. An column type. |
Overrides
Initialize(GridViewRowInfo)
Initializes the row.
Declaration
public override void Initialize(GridViewRowInfo rowInfo)
Parameters
Grid The instance of Grid |
Overrides
IsCompatible(GridViewRowInfo, Object)
Determines whether element is compatible with the specified data.
Declaration
public override bool IsCompatible(GridViewRowInfo data, object context)
Parameters
Grid The data. |
System. The context. |
Returns
System.
|
Overrides
MeasureOverride(SizeF)
Measures the element in the available size.
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System. Size of the available. |
Returns
System.
|
Overrides
ShouldUsePaintBuffer()
Shoulds use the paint buffer.
Declaration
protected override bool ShouldUsePaintBuffer()
Returns
System.
|
Overrides
UpdateContent()
Updates cell content.
Declaration
public override void UpdateContent()