ControlPanelObjectValueColumnIsDateTime Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates whether the drop down list Value column is a DateTime column.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool ValueColumnIsDateTime { get; set; }
Public Property ValueColumnIsDateTime As Boolean
Get
Set
public:
virtual property bool ValueColumnIsDateTime {
bool get () sealed;
void set (bool value) sealed;
}
function get_ValueColumnIsDateTime();
function set_ValueColumnIsDateTime(value);
Property Value
Type:
BooleanA value that indicates whether the drop down list Value column is a DateTime column.
Return Value
Type:
BooleanA value that indicates whether the drop down list Value column is a DateTime column.
Remarks See Also