DashboardObjectAllowDataGridDefaultColumnFit Property |
|
DataPA OpenAnalytics API Reference
Gets a property that indicates if it is possible to specify default column fit type for this object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool AllowDataGridDefaultColumnFit { get; }
Public ReadOnly Property AllowDataGridDefaultColumnFit As Boolean
Get
public:
virtual property bool AllowDataGridDefaultColumnFit {
bool get () sealed;
}
function get_AllowDataGridDefaultColumnFit();
Property Value
Type:
BooleanTrue if it is possible to specify default column fit type for this object.
Return Value
Type:
BooleanTrue if it is possible to specify default column fit type for this object.
Remarks See Also