Click or drag to resize
KaxTimeView Class
KaxTimeView class
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      KaxWebControl
        Kettic.AspNet.ControlsKaxTimeView

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxTimeView : KaxWebControl, 
	INamingContainer, ICustomTypeDescriptor

The KaxTimeView type exposes the following members.

Constructors
  NameDescription
Public methodKaxTimeView
Top
Methods
Properties
  NameDescription
Public propertyAccessKey (Overrides KaxWebControl.AccessKey.)
Public propertyCode exampleAlternatingTimeStyle
Gets the style properties for alternating time sells in the KaxTimeView control.
Public propertyCode exampleAlternatingTimeTemplate
Gets or sets the template for alternating time cells in the KaxTimeView.
Public propertyBackColor
Gets or sets the background color of the KaxTimeView control.
(Overrides KaxWebControl.BackColor.)
Public propertyBorderColor
Gets or sets the border color of the KaxTimeView control.
(Overrides KaxWebControl.BorderColor.)
Public propertyBorderStyle
Gets or sets the border style of the KaxTimeView control.
(Overrides KaxWebControl.BorderStyle.)
Public propertyBorderWidth
Gets or sets the border width of the KaxTimeView control.
(Overrides KaxWebControl.BorderWidth.)
Public propertyCaption
Gets or sets the descriptive caption associated with the control.
Public propertyCaptionAlign
Gets or sets the alignemt of the associated caption.
Public propertyCellPadding
Gets or sets the amount of space between the contents of the cell and the cell's border.
Public propertyCellSpacing
Gets or sets the distance between time cells of the KaxTimeView.
Public propertyCode exampleColumns
Gets or sets the number of columns to display in the KaxTimeView control.
Public propertyCssClass
Gets or sets the cascading style sheet (CSS) class rendered by the KaxTimeView on the client.
(Overrides KaxWebControl.CssClass.)
Public propertyCulture
Provides information about a specific culture. The information includes the names for the culture, the writing system, the calendar used, and formatting for the times.
Public propertyDataList
Gets a data bound list control that displays items using templates.
Public propertyEnabled (Overrides KaxWebControl.Enabled.)
Public propertyEnableTheming (Overrides KaxWebControl.EnableTheming.)
Public propertyEnableViewState (Overrides ControlEnableViewState.)
Public propertyEndTime
ite
Public propertyFont
Gets the font properties associated with the KaxTimeView control.
(Overrides KaxWebControl.Font.)
Public propertyCode exampleFooterStyle
Gets the style properties for the footer section of the KaxTimeView control.
Public propertyCode exampleFooterTemplate
Gets or sets the template for the footer section of the KaxTimeView control.
Public propertyForeColor
Gets or sets the foreground color (typically the color of the text) of the KaxTimeView control.
(Overrides KaxWebControl.ForeColor.)
Public propertyGridLines
Gets or sets a value that specifies whether the border between the cells of the KaxTimeView control is displayed.
Public propertyCode exampleHeaderStyle
Gets the style properties for the heading section of the KaxTimeView control.
Public propertyCode exampleHeaderTemplate
Gets or sets the template for the heading section of the KaxTimeView control.
Public propertyHeaderText
Gets or sets the hetader associated with the KaxTimeView control.
Public propertyHeight
Gets or sets the height of the KaxTimeView control.
(Overrides KaxWebControl.Height.)
Public propertyHorizontalAlign
Gets or sets the horizontal alignment of the KaxTimeView control.
Public propertyInterval
Gets or sets the interval between StartTime and EndTime
Public propertyCode exampleOnClientTimeSelected
Occurs on the client when an time sell in the KaxTimeView control is selected.
Public propertyOnClientTimeSelecting
Occurs on the client when a time cell in KaxTimeView is about to be selected
Public propertyRenderDirection
Gets or sets DataList ReapeatDirection
Public propertyCode exampleShowFooter

Gets or sets a value indicating whether the footer section is displayed in the KaxTimeView control.

Public propertyCode exampleShowHeader
Gets or sets a value indicating whether the header section is displayed in the KaxTimeView control.
Public propertySkinID (Overrides KaxWebControl.SkinID.)
Public propertyStartTime
Gets or sets the start time of the control.
Public propertyTabIndex (Overrides KaxWebControl.TabIndex.)
Public propertyTimeFormat
Gets or sets the format of the time.
Public propertyTimeOverStyle
Public propertyCode exampleTimeStyle
Gets the style properties for the time cells in the KaxTimeView control.
Public propertyCode exampleTimeTemplate
Gets or sets the template for the heading section of the KaxTimeView control.
Public propertyToolTip (Overrides KaxWebControl.ToolTip.)
Public propertyUseAccessibleHeader
Indicates that the control should use accessible header cells in its containing table control.
Public propertyVisible (Overrides KaxWebControl.Visible.)
Public propertyWidth
Gets or sets the width of the KaxTimeView control.
(Overrides KaxWebControl.Width.)
Top
See Also