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 GridSearchCellTextBoxElement class.
Declaration
public GridSearchCellTextBoxElement()
Properties
SearchInfoLabel
Gets the search info label.
Declaration
public RadLabelElement SearchInfoLabel { get; }
Property Value
|
RadLabelElement
|
ThemeEffectiveType
Gets the type of the theme.
Declaration
protected override Type ThemeEffectiveType { get; }
Property Value
|
System.Type
The type of the theme effective. |
Overrides
Methods
ArrangeOverride(SizeF)
Arranges the RadElement to its final location. The element must call the Arrange method of each of its children.
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
|
System.Drawing.SizeF
finalSize
The size that is available for element. |
Returns
|
System.Drawing.SizeF
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
|
RadLabelElement
|
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.Drawing.SizeF
availableSize
Size of the available. |
Returns
|
System.Drawing.SizeF
|
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()