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


In This Topic
    HolidayGroup Class
    In This Topic
    Represents a GrapeCity.Windows.InputMan.HolidayGroup which holds a group of holiday settings.
    Object Model
    HolidayGroup Class
    Syntax
    'Declaration
     
    <ContentPropertyAttribute("Children")>
    Public NotInheritable Class HolidayGroup 
       Inherits HolidaySettingBase
    'Usage
     
    Dim instance As HolidayGroup
    [ContentProperty("Children")]
    public sealed class HolidayGroup : HolidaySettingBase 
    Remarks
    Inheritance Hierarchy

    System.Object
       GrapeCity.Wpf.SpreadSheet.CellType.Editors.HolidaySettingBase
          GrapeCity.Wpf.SpreadSheet.CellType.Editors.HolidayGroup

    See Also