UNPKG

devexpress-reporting

Version:

DevExpress Reporting provides the capability to develop a reporting application to create and customize reports.

25 lines (24 loc) 1.02 kB
/** * DevExpress HTML/JS Reporting (viewer\widgets\_groupEditor.d.ts) * Version: 25.2.3 * Build date: Dec 15, 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; protected _checkVisibility(): any; hideEditorHeader: boolean; hideBorder: boolean; showHorizontally: boolean; isGroupLabel: boolean; }