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


In This Topic
    WeekTitleInfo Property
    In This Topic
    Gets the GrapeCity.Windows.InputMan.Primitives.WeekTitleInfo which contains the advanced information of the WeekTitle represents. This is a dependency property.
    Syntax
    'Declaration
     
    Public ReadOnly Property WeekTitleInfo As WeekTitleInfo
    'Usage
     
    Dim instance As WeekTitle
    Dim value As WeekTitleInfo
     
    value = instance.WeekTitleInfo
    public WeekTitleInfo WeekTitleInfo {get;}

    Property Value

    The GrapeCity.Windows.InputMan.Primitives.WeekTitleInfo which this WeekTitle presented.
    Remarks
    See Also