Class GridSearchCellButtonElement
Represents the button element for the search cell.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridSearchCellButtonElement : RadButtonElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IButtonControl, IImageElement
Constructors
GridSearchCellButtonElement()
Declaration
public GridSearchCellButtonElement()
Properties
Arrow
Gets the arrow.
Declaration
public ArrowPrimitive Arrow { get; }
Property Value
ArrowPrimitive
The arrow. |
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
CreateArrowPrimitive()
Creates the arrow primitive.
Declaration
protected virtual ArrowPrimitive CreateArrowPrimitive()
Returns
ArrowPrimitive
|
CreateChildElements()
Called by the element when constructed. Allows inheritors to build the element tree.
Declaration
protected override void CreateChildElements()
Overrides
DisposeManagedResources()
Disposes the managed resources.
Declaration
protected override void DisposeManagedResources()
Overrides
InitializeFields()
Initializes the fields.
Declaration
protected override void InitializeFields()