Class GanttViewTextViewHeaderCellElement
Represents a header cell element of a column in a Rad
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class GanttViewTextViewHeaderCellElement : GanttViewTextViewCellElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IVirtualizedElement<GanttViewTextViewColumn>
Constructors
GanttViewTextViewHeaderCellElement(GanttViewTextItemElement, GanttViewTextViewColumn)
Initializes a new instance of the Gantt
Declaration
public GanttViewTextViewHeaderCellElement(GanttViewTextItemElement owner, GanttViewTextViewColumn column)
Parameters
Gantt The owner. |
Gantt The column. |
Properties
IsMouseOverResizeRectangle
Gets or sets a value indicating whether this instance is mouse over resize rectangle.
Declaration
public bool IsMouseOverResizeRectangle { get; set; }
Property Value
System.
|
Methods
AddEditor(IInputEditor)
Adds the editor.
Declaration
public override void AddEditor(IInputEditor editor)
Parameters
IInput The editor. |
Overrides
CanBeResized()
Determines whether this instance [can be resized].
Declaration
public virtual bool CanBeResized()
Returns
System.
|
OnMouseLeave(EventArgs)
Raises the Mouse
Declaration
protected override void OnMouseLeave(EventArgs e)
Parameters
System. The System. |
Overrides
OnMouseMove(MouseEventArgs)
Raises the Mouse
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
System. The System. |
Overrides
RemoveEditor(IInputEditor)
Removes the editor.
Declaration
public override void RemoveEditor(IInputEditor editor)
Parameters
IInput The editor. |
Overrides
Synchronize()
Synchronizes this instance.
Declaration
public override void Synchronize()