skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop
    Web
    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX UI for Silverlight UI for PHP UI for JSP
    Mobile
    UI for .NET MAUI UI for Xamarin
    Document Management
    Telerik Document Processing
    Desktop
    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF UI for UWP
    Reporting & Mocking
    Telerik Reporting Telerik Report Server Telerik JustMock
    Automated Testing
    Test Studio Test Studio Dev Edition
    CMS
    Sitefinity
    UI/UX Tools
    ThemeBuilder Design System Kit
    Debugging
    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Jam FiddlerCap FiddlerCore
    Extended Reality
    UI for Unity XR
    Free Tools
    JustAssembly JustDecompile VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Docs & Support
  • Pricing
  • Search
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class CalObject

Provides class for iCal objects.

Inheritance
System.Object
CalObject
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.ScheduleView.ICalendar
Assembly: Telerik.Windows.Controls.ScheduleView.dll

Syntax

public class CalObject : IEquatable<CalObject>

Constructors

CalObject(String)

Initializes a new instance of the CalObject class.

Declaration
public CalObject(string name)
Parameters
System.String name

The name.

Properties

Children

Gets the children objects.

Declaration
public Collection<CalObject> Children { get; }
Property Value
System.Collections.ObjectModel.Collection<CalObject>

The children.

Item[String]

Gets the CalProperty with the specified property name.

Declaration
public CalProperty this[string propertyName] { get; }
Parameters
System.String propertyName

Property Value
CalProperty

Name

Gets the name.

Declaration
public string Name { get; }
Property Value
System.String

The name.

Properties

Gets the properties.

Declaration
public Collection<CalProperty> Properties { get; }
Property Value
System.Collections.ObjectModel.Collection<CalProperty>

The properties.

Methods

AddChildren(String)

Adds the children.

Declaration
public CalObject AddChildren(string name)
Parameters
System.String name

The name.

Returns
CalObject

AddProperty(String, String)

Adds the property.

Declaration
public CalProperty AddProperty(string key, string value)
Parameters
System.String key

The key.

System.String value

The value.

Returns
CalProperty

AddProperty(String, String, String, String)

Adds the property.

Declaration
public CalProperty AddProperty(string key, string value, string parameterKey, string parameterValue)
Parameters
System.String key

The key.

System.String value

The value.

System.String parameterKey

The parameter key.

System.String parameterValue

The parameter value.

Returns
CalProperty

ContainsProperty(String)

Determines whether the specified name contains property.

Declaration
public bool ContainsProperty(string name)
Parameters
System.String name

The name.

Returns
System.Boolean

True if the specified name contains property; otherwise, false.

Equals(CalObject)

Indicates whether the current object is equal to another object of the same type.

Declaration
public bool Equals(CalObject other)
Parameters
CalObject other

An object to compare with this object.

Returns
System.Boolean

True if the current object is equal to the other parameter; otherwise, false.

Implements
System.IEquatable<T>.Equals(T)

GetChildrenByName(String)

Gets the child CalObject by name.

Declaration
public IList<CalObject> GetChildrenByName(string name)
Parameters
System.String name

The name.

Returns
System.Collections.Generic.IList<CalObject>

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
CalObjectExtensions.ReplacePropety(CalObject, String, String)
CalObjectExtensions.ToTimeZone(CalObject)
CalObjectExtensions.VerifyPropertyIsNotNull(CalObject, String)
EnumerableExtensions.ToEnumerable<T>(T)

Was this article helpful?

Tell us how we can improve this article

Skip
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.