PocketPlanner Programmer's Guide

ListViewSettings.Style Property

See Also

Gets or sets the appearance style used to paint calendar elements that don't have a distinct style assigned to them.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public override Style Style { get; set; }

Visual Basic

Public Overrides Property Style As Style

 Property Value

A Style object specifying the style of calendar UI elements. This property cannot be null.

 See Also