Search
ResourceViewSettings Members
Methods
 


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

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

 Public Methods

  Name Description

addChangeListener

Adds a ChangeListener to the view settings. (Inherited from ViewSettings.)

getAllowReorderResources

Gets a value indicating whether users are allowed to reorder resource rows via drag and drop.

getAllowResizeRowHeaders

Gets a value indicating whether the users can resize the row headers when getGroupRowHeader is enabled.

getBottomTimelineSettings

Gets the settings for the bottom timeline.

getCellOffset

Gets the time offset of the first cell from the origin of the resource view.

getEnableCollisions

Gets a value indicating whether the item collision processing is enabled.

getEnableRowTitleFormat

Gets a value indicating whether the getRowTitleFormat property will be taken into consideration.

getExpandableRows

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

getExpandActiveItemOn

Gets whether the active item should ignore collisions.

getGridStyle

Gets the style of the grid lines.

getGroupRowHeader

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

getHeaderShadowColor

Gets the color of the shadow cast by headers.

getHeaderShadowOffset

Gets the offset of the shadows from the headers that cast them.

getHeaderShadowStyle

Gets the style of the shadows cast by headers.

getHeaderSpacing

Gets the amount of space between headers.

getHiddenDays

Gets the days of the week that should not be displayed in a resource view.

getInnerGridStyle

Gets the style of the internal grid lines.

getLaneSize

Gets the size of a single lane.

getMiddleTimelineSettings

Gets the settings for the middle timeline.

getMinItemSize

Gets the smallest size allowed for resource items.

getMinResourceLength

Gets the minimum length for resources when setResourceLengthMethod is set to ResourceLengthMethod.MinimumFixed.

getMinRowSize

Gets the smallest size allowed for resource rows.

getReorderIndicatorColor

Gets the color of reorder indicator line.

getReorderIndicatorWidth

Gets the width of reorder indicator line.

getResourceLengthMethod

Gets the method used to calculate the length of the resources.

getResourceResizeMethod

Gets the method to be used when resizing resources in the view.

getRowHeaderSize

Gets the size of the row header.

getRowTitleFormat

Gets the string used to format and display resource titles in row headers.

getScrollStep

Gets the time modification interval when the user scrolls the view.

getShowPaddingDates

Gets a value indicating whether to display padding dates.

getShowResourceDuration

Gets a value indicating whether to display the duration of individual resources.

getShowSubTicks

Gets a value indicating whether the view displays sub ticks in the bottom timeline.

getSnapUnit

Gets the snap unit.

getSnapUnitCount

Gets the snap unit count.

getStyle

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

getSubTickSize

Gets the size of the sub ticks displayed in the bottom timeline.

getTimelines

Gets the number of timelines displayed in the view.

getTimelineScale

Gets the scale factor of the timeline.

getTopTimelineSettings

Gets the settings for the top timeline.

getViewStyle

Gets the style of the view.

getVisibleEndTime

Gets the last visible time of displayed days.

getVisibleRows

Gets the number of rows visible in the view.

getVisibleStartTime

Gets the first visible time of displayed days.

getWeekendStyle

Gets the style of the weekend cells.

removeChangeListener

Removes the specified ChangeListener from the view settings. (Inherited from ViewSettings.)

setAllowReorderResources

Sets a value indicating whether users are allowed to reorder resource rows via drag and drop.

setAllowResizeRowHeaders

Sets a value indicating whether the users can resize the row headers when getGroupRowHeader is enabled.

setCellOffset

Sets the time offset of the first cell from the origin of the resource view.

setEnableCollisions

Gets a value indicating whether the item collision processing is enabled.

setEnableRowTitleFormat

Sets a value indicating whether the getRowTitleFormat property will be taken into consideration.

setExpandableRows

Sets a value indicating whether the rows in the resource view can be expanded/collapsed.

setExpandActiveItemOn

Sets whether the active item should ignore collisions.

setGridStyle

Sets the style of the grid lines.

setGroupRowHeader

Sets a value indicating whether the rows display the header as a group header.

setHeaderShadowColor

Sets the color of the shadow cast by headers.

setHeaderShadowOffset

Sets the offset of the shadows from the headers that cast them.

setHeaderShadowStyle

Sets the style of the shadows cast by headers.

setHeaderSpacing

Sets the amount of space between headers.

setHiddenDays

Sets the days of the week that should not be displayed in a resource view.

setInnerGridStyle

Sets the style of the internal grid lines.

setLaneSize

Sets the size of a single lane.

setMinItemSize

Sets the smallest size allowed for resource items.

setMinResourceLength

Sets the minimum length for resources when setResourceLengthMethod is set to ResourceLengthMethod.MinimumFixed.

setMinRowSize

Sets the smallest size allowed for resource rows.

setReorderIndicatorColor

Sets the color of reorder indicator line.

setReorderIndicatorWidth

Sets the width of reorder indicator line.

setResourceLengthMethod

Sets the method used to calculate the length of the resources.

setResourceResizeMethod

Sets the method to be used when resizing resources in the view.

setRowHeaderSize

Sets the size of the row header.

setRowTitleFormat

Sets the string used to format and display resource titles in row headers.

setScrollStep

Sets the time modification interval when the user scrolls the view.

setShowPaddingDates

Sets a value indicating whether to display padding dates.

setShowResourceDuration

Sets a value indicating whether to display the duration of individual resources.

setShowSubTicks

Sets a value indicating whether the view displays sub ticks in the bottom timeline.

setSnapUnit

Sets the snap unit.

setSnapUnitCount

Sets the snap unit count.

setStyle

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

setSubTickSize

Sets the size of the sub ticks displayed in the bottom timeline.

setTimelines

Sets the number of timelines displayed in the view.

setTimelineScale

Sets the scale factor of the timeline.

setViewStyle

Sets the style of the view.

setVisibleEndTime

Sets the last visible time of displayed days.

setVisibleRows

Sets the number of rows visible in the view.

setVisibleStartTime

Sets the first visible time of displayed days.

setWeekendStyle

Sets the style of the weekend cells.

 See Also