SummaryColumnEditable Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that indicates if this column is editable in a datagrid.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool Editable { get; set; }
Public Property Editable As Boolean
Get
Set
public:
virtual property bool Editable {
bool get () sealed;
void set (bool value) sealed;
}
function get_Editable();
function set_Editable(value);
Property Value
Type:
BooleanTrue if this column is editable in a datagrid.
Return Value
Type:
BooleanTrue if this column is editable in a datagrid.
Remarks See Also