Xceed Grid for WinForms v4.3 Documentation
TitleButton Property


Xceed.Editors.v2.6 Assembly > Xceed.Editors Namespace > MonthHeader Class : TitleButton Property
Gets the header's title button.
Syntax
'Declaration
 
<TypeConverterAttribute("Xceed.Editors.Design.BlankExpandableObjectConverter,Xceed.Editors.v2.6.Design,Version=2.6.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
Public ReadOnly Property TitleButton As WinButton
'Usage
 
Dim instance As MonthHeader
Dim value As WinButton
 
value = instance.TitleButton
[TypeConverter("Xceed.Editors.Design.BlankExpandableObjectConverter,Xceed.Editors.v2.6.Design,Version=2.6.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
public WinButton TitleButton {get;}

Property Value

A WinButton representing the header's title button.
Remarks

The title button displays the name of the month and the year and allows you to select another month.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MonthHeader Class
MonthHeader Members