DdsTimeField Properties

DdsTimeField Overview

This page includes members inherited from System.Web.UI.WebControls.WebControl. See DdsField Class Members and DdsDataField Class Members for a listing of additional methods and fields that are inherited by this class. See DdsTimeField Class Members for a list of properties that excludes those inherited from WebControl.

Public Properties

Property Description
AccessKey Gets or sets a key used to access the Bar control. (Inherited from ASP.NET WebControl.)
public property Alias Gets or sets an alternate field name for the field. (Inherited from DdsDataField.)
public property AutoPostBack Gets or sets a boolean value that if true, causes the control to generate a post back to the server when the field is output-only.
public property AutoPostBackKey Gets or sets the aidkey to return to the server when AutoPostBack is True.
BackColor Sets the background for this control. (Inherited from ASP.NET WebControl.)
BlanksInd Sets the Blanks Indicator. (Inherited from DdsDataField.)
BorderColor Sets the border color for this control. (Inherited from ASP.NET WebControl.)
BorderStyle Sets the border style for this control. (Inherited from ASP.NET WebControl.)
BorderWidth Sets the border width for this control. (Inherited from ASP.NET WebControl.)
ChangeInd Gets or sets the response indicator to set 'on' when this record changes. (Inherited from DdsDataField.)
ClientIDMode Sets the algorithm used to determine the ClientID Property. (Inherited from ASP.NET WebControl.)
Color Gets or sets the conditional values that control the color of the field. (Inherited from DdsField.)
Comment Gets or sets a comment associated with the field. (Inherited from DdsField.)
Compare Gets or sets the relational operator and value used to validate user data input. (Inherited from DdsDataField.)
CssClass Gets or sets the CSS Class of the control. (Inherited from ASP.NET WebControl.)
DefaultValue Gets or sets the default value System.DateTime for this field.
Enabled Sets whether or not the control is enabled. (Inherited from ASP.NET WebControl.)
EnableTheming Determines whether themes apply to this control. (Inherited from ASP.NET WebControl.)
EnableViewState Determines whether the server control persists its view state, and the view state of any child controls it contains, to the requesting client. (Inherited from ASP.NET WebControl.)
ErrorMessage Gets or sets the conditions that control the error messages for the field. (Inherited from DdsField.)
ErrorMessageId Gets or sets the conditions that control the error messages for the field when a message file is used. (Inherited from DdsField.)
Font Sets the font for the control. (Inherited from ASP.NET WebControl.)
Forecolor Sets the foreground (usually the text) color for the control. (Inherited from ASP.NET WebControl.)
Height Sets the height of the control. (Inherited from ASP.NET WebControl.)
MandatoryEnter Determines whether the field must have a value entered into it for operations to continue.
MandatoryFill Determines whether a character must be entered each position in the field.
MessageId Gets or sets the conditions that control messages for the field when a message file is used. (Inherited from DdsDataField.)
PositionCursor Gets or sets a string containing the position cursor attribute value for the DdsDataField. (Inherited from DdsDataField.)
Protect Gets or sets the RPG indicator expression that, when evaluated, determines if the field is output-only (read-only). (Inherited from DdsDataField.)
SkinID Gets or sets the skin to use on the control. (Inherited from ASP.NET WebControl.)
SubmitValue Gets or sets a value for the field that when selected, is treated the same as if the user had entered this value and pressed <enter>.
TabIndex Sets the Tab Index for this control. (Inherited from ASP.NET WebControl.)
Text Gets or sets the value (in string form) of the field. (Inherited from DdsDataField.)
TimeFormat Gets or sets the format of the field.
TimeSeparator Gets or sets a value identifying the character to be used to separate the components of the time field for format HMS only.
Tooltip Sets the tooltip text for this control. (Inherited from ASP.NET WebControl.)
Usage Gets or sets how the field is used, eg: output, input, both (input and output), or hidden. (Inherited from DdsDataField.)
ValidateRequestMode Sets whether the control checks client input from the browser for potentially dangerous values. (Inherited from ASP.NET WebControl.)
Value Gets or sets the System.DateTime as the value for the field.
ViewStateMode Gets or sets the view-state mode of the control. (Inherited from ASP.NET WebControl.)
VirtualRowCol Gets or sets the row and column that this field is reported on in the Display file. (Inherited from DdsDataField.)
VisibleCondition Gets or sets the RPG indicator expression that, when evaluated, determines if the field should be visible. (Inherited from DdsField.)
Width Sets the width of the control. (Inherited from ASP.NET WebControl.)