ComponentOne ChartNavigator for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / CategoryStorage Class

In This Topic
    CategoryStorage Class Properties
    In This Topic

    For a list of all members of this type, see CategoryStorage members.

    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether items in the underlying list can be edited. (Inherited from C1.C1Schedule.C1BindingSource)
    Public PropertyGets or sets a value indicating whether the AddNew method can be used to add items to the list. (Inherited from C1.C1Schedule.C1BindingSource)
    Public PropertyGets a value indicating whether items can be removed from the underlying list. (Inherited from C1.C1Schedule.C1BindingSource)
    Public PropertyGets a value indicating if the collection is bound to data. (Inherited from C1.C1Schedule.BaseStorage<Category,BaseObjectMappingCollection<Category>>)
    Public PropertyGets the CategoryCollection object that contains category related information.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets the total number of items in the underlying list. (Inherited from C1.C1Schedule.C1BindingSource)
    Public PropertyGets or sets the specific list in the data source to which the connector currently binds to. (Inherited from C1.C1Schedule.C1BindingSource)
    Public PropertyGets or sets the data source that the connector binds to. (Inherited from C1.C1Schedule.C1BindingSource)
    Public Property (Inherited from C1.C1Schedule.C1BindingSource)
    Public PropertyGets a value indicating whether the underlying list has a fixed size. (Inherited from C1.C1Schedule.C1BindingSource)
    Public PropertyGets a value indicating whether the underlying list is read-only. (Inherited from C1.C1Schedule.C1BindingSource)
    Public PropertyGets a value indicating whether access to the collection is synchronized (thread safe). (Inherited from C1.C1Schedule.C1BindingSource)
    Public PropertyGets or sets the list element at the specified index. (Inherited from C1.C1Schedule.C1BindingSource)
    Public PropertyGets the list that the connector is bound to. (Inherited from C1.C1Schedule.C1BindingSource)
    Public PropertyGets or sets the MappingCollectionBase<T> derived object that allows the properties of objects maintained by the current collection to be bound to the appropriate fields in the data source. (Inherited from C1.C1Schedule.BaseStorage<Category,BaseObjectMappingCollection<Category>>)
    Public PropertyGets the reference to the owning C1ScheduleStorage component. (Inherited from C1.C1Schedule.BaseStorage<Category,BaseObjectMappingCollection<Category>>)
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets a value indicating whether the data source supports change notification. (Inherited from C1.C1Schedule.C1BindingSource)
    Public PropertyGets a value indicating whether the data source supports searching with the Find method. (Inherited from C1.C1Schedule.C1BindingSource)
    Public PropertyGets an object that can be used to synchronize access to the underlying list. (Inherited from C1.C1Schedule.C1BindingSource)
    Top
    See Also