NevronOpenVision
Nevron.Nov.Schedule Namespace / NScheduleHeader Class
Fields Properties Methods Events


In This Topic
    NScheduleHeader Class Members
    In This Topic

    The following tables list the members exposed by NScheduleHeader.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the DateFormat property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the DateRangeFormat property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the LabelPadding property.  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NScheduleHeader.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Stroke property.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets/Sets the format of dates. Used in day, week and timeline view. By default set to "dd dddd", which produces texts like "04 Monday".  
    Public PropertyGets/Sets the format of date ranges. Used in month view. By default set to "{0:dd MMM} - {1:dd MMM}", which produces texts like "01 Jan - 07 Jan".  
    Public PropertyGets/Sets the padding to apply to each label of the schedule header.  
    Public PropertyGets/Sets the stroke to use for the borders of the header labels.  
    Top
    Protected Methods
     NameDescription
    Protected MethodGets the string representation of the given date range.  
    Protected MethodGets the string representation of the given date.  
    Protected MethodOverridden. Measures the width or the height of the header depending on its orientation.  
    Protected MethodOverridden. Paints the schedule view header.  
    Protected MethodOverridden. Overriden to show a tooltip for clipped labels.  
    Top
    See Also