Click or drag to resize
GridDateTimeColumnEditor Class
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    Kettic.AspNet.ControlsGridColumnEditorBase
      Kettic.AspNet.ControlsGridTextColumnEditor
        Kettic.AspNet.ControlsGridDateTimeColumnEditor

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 GridDateTimeColumnEditor : GridTextColumnEditor

The GridDateTimeColumnEditor type exposes the following members.

Constructors
Methods
Properties
  NameDescription
Public propertyImagesPath
Gets or sets default path for the GridDateTimeColumnEditor images when EnableEmbeddedSkins is set to false.
Public propertyIsInitialized (Overrides GridColumnEditorBaseIsInitialized.)
Public propertyPickerControl
Gets The text box instance created of extracted from a cell after calls to AddControlsToContainer or LoadControlsFromContainer methods.
Public propertySharedCalendar
Public propertySharedTimeView
Public propertyText (Overrides GridTextColumnEditorText.)
Public propertyTextBoxControl
Gets The text box instance created of extracted from a cell after calls to AddControlsToContainer or LoadControlsFromContainer methods.
Public propertyTextBoxStyle
Gets the instace of the Style that would be applied to the TextBox control, when initializing in a TableCell.
Top
See Also