devexpress-reporting
Version:
DevExpress Reporting provides the capability to develop a reporting application to create and customize reports.
24 lines (23 loc) • 986 B
TypeScript
/**
* DevExpress HTML/JS Reporting (viewer\widgets\_groupEditor.d.ts)
* Version: 24.2.6
* Build date: Mar 18, 2025
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
* License: https://www.devexpress.com/Support/EULAs/universal.xml
*/
import { IPropertyGridEditorViewModel, PropertyGridEditor } from '@devexpress/analytics-core/analytics-widgets-native';
export interface IParameterGroupEditorViewModel extends IPropertyGridEditorViewModel {
isGroupLabel: boolean;
hideEditorHeader: boolean;
hideBorder: boolean;
showHorizontally: boolean;
}
export declare class ParametersGroupEditor extends PropertyGridEditor {
createViewModel(): IParameterGroupEditorViewModel;
_setPadding(position: string, value: any): {};
createObjectProperties(): import("@devexpress/analytics-core/analytics-widgets-native").ObjectProperties;
hideEditorHeader: boolean;
hideBorder: boolean;
showHorizontally: boolean;
isGroupLabel: boolean;
}