Class GridGroupHeaderItemButtonElement
Represents a button element used in GridGroupHeaderItem
Inheritance
System.Object
GridGroupHeaderItemButtonElement
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridGroupHeaderItemButtonElement : RadButtonElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IButtonControl, IImageElement
Constructors
GridGroupHeaderItemButtonElement()
Initializes a new instance of the GridGroupHeaderItemButtonElement class.
Declaration
public GridGroupHeaderItemButtonElement()
GridGroupHeaderItemButtonElement(String)
Initializes a new instance of the GridGroupHeaderItemButtonElement class.
Declaration
public GridGroupHeaderItemButtonElement(string text)
Parameters
System.String
text
the text for the button. |