CalStorePageSection Class Reference

Inherits from CalStoreObject : NSObject
Declared in CalStorePageSection.h

Overview

A Calendar Store Page exists of multiple sections. A section is a grouped part of the page, with a sub-title.

A PageSection is also completely localized.

A section holds CalStorePageItem objects, which hold the actual content of the PageSection.

Basic Info

  name

The localized name of this section. If nil, the section does not have a name.

@property (nonatomic, readonly) NSString *name

Declared In

CalStorePageSection.h

Items

  items

The CalStorePageItem items in this section.

@property (nonatomic, readonly) NSArray *items

Declared In

CalStorePageSection.h