Xceed Grid for WinForms v4.3 Documentation
MaxDayNameChars Property


Xceed.Editors.v2.6 Assembly > Xceed.Editors Namespace > WeekDaysHeader Class : MaxDayNameChars Property
Gets or sets the maximum number of characters used to display the names of the week days in the header.
Syntax
'Declaration
 
<LocalizableAttribute(True)>
Public Property MaxDayNameChars As Integer
'Usage
 
Dim instance As WeekDaysHeader
Dim value As Integer
 
instance.MaxDayNameChars = value
 
value = instance.MaxDayNameChars
[Localizable(true)]
public int MaxDayNameChars {get; set;}

Property Value

A value representing the maximum number of characters used to display the names of the week days in the header. By default, DefaultMaxDayNameChars.
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

WeekDaysHeader Class
WeekDaysHeader Members