MindFusion.Scheduling for Silverlight Programmer's Guide
ResourceViewSettings Members
Constructors Fields Properties
 


Defines properties that allow customizing the visualization of the calendar in Resource view.

The following tables list the members exposed by the ResourceViewSettings type.

 Public Constructors

  Name Description

ResourceViewSettings

Initializes a new instance of the ResourceViewSettings class.

 Public Fields

  Name Description

BottomTimelineSettingsProperty

Identifies the BottomTimelineSettings dependency property.

CalendarStyleProperty

Identifies the CalendarStyle dependency property.

CellSizeProperty

Identifies the CellSize dependency property.

CellStyleProperty

Identifies the CellStyle dependency property.

EnableSnappingProperty

Identifies the EnableSnapping dependency property.

ExpandableRowsProperty

Identifies the ExpandableRows dependency property.

ExpandActiveItemOnProperty

Identifies the ExpandActiveItemOn dependency property.

GroupRowHeaderProperty

Identifies the GroupRowHeader dependency property.

HeaderStyleProperty

Identifies the HeaderStyle dependency property.

LaneCountProperty

Identifies the LaneCount dependency property.

LaneSizeProperty

Identifies the LaneSize dependency property.

MiddleTimelineSettingsProperty

Identifies the MiddleTimelineSettings dependency property.

MinItemSizeProperty

Identifies the MinItemSize dependency property.

RowHeaderSizeProperty

Identifies the RowHeaderSize dependency property.

RowHeaderTemplateProperty

Identifies the RowHeaderTemplate dependency property.

SelectedElementsStyleProperty

Identifies the SelectedElementsStyle dependency property.

SnapUnitCountProperty

Identifies the SnapUnitCount dependency property.

SnapUnitProperty

Identifies the SnapUnit dependency property.

TickSizeProperty

Identifies the TickSize dependency property.

TimelinesProperty

Identifies the Timelines dependency property.

TopTimelineSettingsProperty

Identifies the TopTimelineSettings dependency property.

ViewStyleProperty

Identifies the ViewStyle dependency property.

VisibleRowsProperty

Identifies the VisibleRows dependency property.

WeekendStyleProperty

Identifies the WeekendStyle dependency property.

 Public Properties

  Name Description

BottomTimelineSettings

Gets the settings for the bottom timeline.

CalendarStyle

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

CellSize

Gets or sets the size of time cells.

CellStyle

Gets or sets the style of the unit cells.

EnableSnapping

Gets or sets a value indicating whether custom snapping is enabled.

ExpandableRows

Gets or sets a value indicating whether the rows in the resource view can be expanded/collapsed.

ExpandActiveItemOn

Gets or sets whether the active item should ignore collisions.

GroupRowHeader

Gets or sets a value indicating whether the rows display the header as a group header.

HeaderStyle

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

LaneCount

Gets or sets the number lanes to display for each resource when ViewStyle is set to Lanes, or 0, to let the control automatically determined the required number of lanes. This is a dependency property.

LaneSize

Gets or sets the size of a single lane.

MiddleTimelineSettings

Gets the settings for the middle timeline.

MinItemSize

Gets or sets the smallest size allowed for resource items.

RowHeaderSize

Gets or sets the size of the row header.

RowHeaderTemplate

Gets or sets the template of the row headers, or null (Nothing in Visual Basic), to use the default template. This is a dependency property.

SelectedElementsStyle

Gets or sets the style of the weekend cells.

SnapUnit

Gets or sets the snap unit.

SnapUnitCount

Gets or sets the snap unit count.

TickSize

Gets or sets the size of the ticks displayed in the timeline.

Timelines

Gets or sets the number of timelines displayed in the view.

TopTimelineSettings

Gets the settings for the top timeline.

ViewStyle

Gets or sets the style of the view.

VisibleRows

Gets or sets the number of resources to display simultaneously when ViewStyle is set to General. This is a dependency property.

WeekendStyle

Gets or sets the style of the weekend cells.

 See Also

ResourceViewSettings Class
MindFusion.Scheduling.Silverlight Namespace