MindFusion.Wpf Pack Programmer's Guide
ReportColumn.Property Property
See Also
 





Gets or sets the Item property displayed in the column.

Namespace: MindFusion.Scheduling.Reporting
Assembly: MindFusion.Scheduling.Wpf.Reporting

 Syntax

C#  Copy Code

public string Property { get; set; }

Visual Basic  Copy Code

Public Property Property As String

 Property Value

A string specifying the name of the item property to display in the column. The default is "HeaderText".

 Remarks

When the Header associated with the column is not specified, this property is used to determine the text displayed in the column's title as illustrated by the following table:

Property

Displayed text

AllDayEvent

All day event

Contacts

Contacts

Custom

 

DescriptionText

Description

EndTime

End

HeaderText

Subject

Id

Id

Location

Location

Recurrence

Recurrence

Reminder

Reminder

Resources

Resources

StartTime

Start

Tag

Tag

Task

Task

 See Also

ReportColumn Members
ReportColumn Class
MindFusion.Scheduling.Reporting Namespace
Header Property