ASP.NET Pack Programmer's Guide
ListViewSettings Members
Properties Methods Events
 


Defines properties that allow customizing the appearance of the calendar in List view.

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

 Public Properties

  Name Description

ButtonStyle

Gets the ButtonsStyle object used to specify appearance settings for the navigation buttons.

CellSettings

Gets a CellSettings object used to customize the visualization of cells in the List view.

CellSpacing

Gets or sets the amount space between adjacent cells.

CellUnits

Gets or sets the resolution of the list view.

EvenWeeksFillColor

Gets or sets the color used to paint the background of the contents of weeks with even number.

GroupHeaderSize

Gets or sets the size of the group header.

GroupHeaderStyle

Gets or sets the appearance style used to paint the group header.

HeaderStyle

Gets or sets the style of the ListView header.

IsTrackingViewState

IStateManager.IsTrackingViewState override. Gets a value that indicates whether the server control is saving changes to its view state. (Inherited from ViewSettings.)

MainHeaderSize

Gets or sets the main header size.

MainHeaderStyle

Gets or sets the appearance style used to paint the main header

MaxItems

Gets or sets the maximum number of items to be displayed in a day cell.

NumberOfCells

Gets or sets the total number of cells to be displayed in the ListView.

OddWeeksFillColor

Gets or sets the color used to paint the background of the contents of weeks with odd number.

Orientation

Gets or sets a value indicating whether the cells are displayed horizontally or vertically.

ShowNavigationButtons

Gets or sets a value indicating whether the ListView displays navigation buttons.

Style

Gets or sets the appearance style used to paint the calendar.

TitleFormat

Gets or sets a string used to format the title of cells.

VisibleCells

Gets or sets the number of cells visible at the same time.

 Protected Properties

  Name Description

ViewState

Gets a dictionary of state information that allows you to save and restore the view state of the server control across multiple requests for the same page. (Inherited from ViewSettings.)

 Public Methods

  Name Description

LoadViewState

WebControl.LoadViewState override. Restores view-state information from a previous page request that was saved by the SaveViewState method.

SaveViewState

WebControl.SaveViewState override. Saves any server control view-state changes that have occurred since the time the page was posted back to the server.

TrackViewState

WebControl.TrackViewState override. Causes tracking of view-state changes to the server control so they can be stored in the server control's StateBag object.

 Public Events

  Name Description

SettingsChanged

Raised when the view settings change. (Inherited from ViewSettings.)

 See Also

ListViewSettings Class
MindFusion.Scheduling.WebForms Namespace