CodeCharge Studio |
All ASP PHP Perl ColdFusion Java C#.NET VB.NET |
| Property | Description |
|---|---|
| Name | The name of the control. |
| Style | Specify the css style to be applied to the Date Picker. |
| Control | Specify the control to which the selected date value will be automatically entered. |
| Property | Description |
|---|---|
| Visible | This property controls the visibility of the control. If the property is set to false, the control will not be displayed. |
| Property | Description |
|---|---|
| ComponentType | Specifies type of an object, such as "TextBox", "Record", etc. |
| Parent | Specifies parent container of an object, for example a record form for a textbox that is included within that form. |
| Visible | This property controls the visibility of the control. If the property is set to false, the control will not be displayed. |
| Property | Description |
|---|---|
| Visible | This property controls the visibility of the control. If the property is set to false, the control will not be displayed. |
| Variable | Description |
|---|---|
| hide<control name> | This property controls the visibility of the control. If the property is set to true, the control will not be displayed. |
| Method | Description |
|---|---|
| isVisible | Returns a value indicating whether this control is currently visible or not. |
| setVisible | Specify whether this control should be shown. |
| getParent | Get the parent component that contains this control. |