Calendar for WinForms | ComponentOne
C1.Win.Calendar.UI Namespace / DayTitleStyle Class / Parent Property

In This Topic
    Parent Property (DayTitleStyle)
    In This Topic
    Gets the parent collection. If some properties are reset or not initialized, the collection will search for them from the parent.
    Syntax
    'Declaration
     
    
    Protected Overrides ReadOnly Property Parent As C1.Win.C1Themes.StyledPropertyCollection
    protected override C1.Win.C1Themes.StyledPropertyCollection Parent {get;}
    See Also