Class GridSearchCellTextBoxElement
Represents the textbox for the search row.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridSearchCellTextBoxElement : RadTextBoxElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
Constructors
GridSearchCellTextBoxElement()
Initializes a new instance of the Grid
Declaration
public GridSearchCellTextBoxElement()
Properties
SearchInfoLabel
Gets the search info label.
Declaration
public RadLabelElement SearchInfoLabel { get; }
Property Value
ThemeEffectiveType
Gets the type of the theme.
Declaration
protected override Type ThemeEffectiveType { get; }
Property Value
System. The type of the theme effective. |
Overrides
Methods
ArrangeOverride(SizeF)
Arranges the Rad
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System. The size that is available for element. |
Returns
System. The rectangle occupied by the element. Usually |
Overrides
Remarks
In this method call to the Arrange method of each child must be made.
CreateChildElements()
Creates the child elements.
Declaration
protected override void CreateChildElements()
Overrides
CreateSearchInfoLabel()
Creates the search info label.
Declaration
protected virtual RadLabelElement CreateSearchInfoLabel()
Returns
InitializeFields()
Initializes the fields.
Declaration
protected override void InitializeFields()
Overrides
MeasureOverride(SizeF)
Measures the element with the available size.
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System. Size of the available. |
Returns
System.
|
Overrides
SetSearchButonLocation()
Docks the search info label on the left or right side of the search text box depending on the RightToLeft state.
Declaration
protected virtual void SetSearchButonLocation()