Class RadTaskBoardColumnHeaderElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadTaskBoardColumnHeaderElement : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IDrawFillElement, IImageElement, ITextPrimitive, ITextProvider
  Constructors
RadTaskBoardColumnHeaderElement()
Declaration
public RadTaskBoardColumnHeaderElement()
  Fields
IsCollapsedProperty
IsHighlightedProperty
Properties
CollapseButton
Gets the collapse button element.
Declaration
public virtual RadCollapseButtonElement CollapseButton { get; }
  Property Value
| 
        RadCollapseButtonElement
         
  | 
    
IsCollapsed
Declaration
protected virtual bool IsCollapsed { get; set; }
  Property Value
| 
        System.Boolean
         
  | 
    
IsHighlighted
Gets or sets if the header is highlighted. If you use this property to set the highlighted state, the property will unbind from the DefaultIsHeaderHighlighted property. In order to bind it again, you need to reset the property, using ResetIsHighlighted() method.
Declaration
public bool IsHighlighted { get; set; }
  Property Value
| 
        System.Boolean
         
  | 
    
Subtitle
Declaration
protected virtual string Subtitle { get; set; }
  Property Value
| 
        System.String
         
  | 
    
SubTitleElement
Gets the subtitle element.
Declaration
public virtual LightVisualElement SubTitleElement { get; }
  Property Value
| 
        LightVisualElement
         
  | 
    
Title
Declaration
protected virtual string Title { get; set; }
  Property Value
| 
        System.String
         
  | 
    
TitleElement
Gets the title element.
Declaration
public virtual LightVisualElement TitleElement { get; }
  Property Value
| 
        LightVisualElement
         
  | 
    
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
  Parameters
| 
        System.Drawing.SizeF
        finalSize
         
  | 
    
Returns
| 
        System.Drawing.SizeF
         
  | 
    
Overrides
CreateChildElements()
Declaration
protected override void CreateChildElements()
  Overrides
CreateCollapseButton()
Declaration
protected virtual RadCollapseButtonElement CreateCollapseButton()
  Returns
| 
        RadCollapseButtonElement
         
  | 
    
InitializeFields()
Declaration
protected override void InitializeFields()
  Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
  Parameters
| 
        System.Drawing.SizeF
        availableSize
         
  | 
    
Returns
| 
        System.Drawing.SizeF
         
  | 
    
Overrides
OnMouseDown(MouseEventArgs)
Declaration
protected override void OnMouseDown(MouseEventArgs e)
  Parameters
| 
        System.Windows.Forms.MouseEventArgs
        e
         
  | 
    
Overrides
OnMouseMove(MouseEventArgs)
Declaration
protected override void OnMouseMove(MouseEventArgs e)
  Parameters
| 
        System.Windows.Forms.MouseEventArgs
        e
         
  | 
    
Overrides
OnMouseUp(MouseEventArgs)
Declaration
protected override void OnMouseUp(MouseEventArgs e)
  Parameters
| 
        System.Windows.Forms.MouseEventArgs
        e
         
  | 
    
Overrides
ResetIsHighlighted()
Resets the IsHighlighted property to the default value.
Declaration
public void ResetIsHighlighted()