Class GridViewHostItem
Implements a host item that holds RadGridView inside.
Inheritance
System.Object
GridViewHostItem
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 GridViewHostItem : RadHostItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
Constructors
GridViewHostItem()
GridViewHostItem(RadGridView)
Initializes a new instance of the GridViewHostItem.
Declaration
public GridViewHostItem(RadGridView grid)
Parameters
RadGridView
grid
|
Properties
HostedGridView
Gets the hosted RadGridView
Declaration
public RadGridView HostedGridView { get; }
Property Value
RadGridView
|
RightToLeft
Declaration
public override bool RightToLeft { get; set; }
Property Value
System.Boolean
|
Overrides
Methods
OnMouseWheel(MouseEventArgs)
Declaration
protected override void OnMouseWheel(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
Overrides
SyncFont(Font)
Declaration
protected override void SyncFont(Font font)
Parameters
System.Drawing.Font
font
|