Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / WeekTitleInfo Class
Members


In This Topic
    WeekTitleInfo Class
    In This Topic
    Represents a WeekTitleInfo contains the information for GrapeCity.Windows.InputMan.Primitives.WeekTitle presentation.
    Object Model
    WeekTitleInfo Class
    Syntax
    'Declaration
     
    Public Class WeekTitleInfo 
    'Usage
     
    Dim instance As WeekTitleInfo
    public class WeekTitleInfo 
    Remarks
    The WeekTitleInfo contains the following information:
    WeekTitleInfo Property Description
    DayOfWeek The System.DayOfWeek enumeration value of WeekTitleInfo represents.
    Text The System.String value which is culture-specific abbreviated name of the DayOfWeek.
    Inheritance Hierarchy

    System.Object
       GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeekTitleInfo

    See Also