Search Results: "wiki/RecentlyCommented" property
- All Results 1000
- Guides 22
- Reference 978
- Technical Demos
- Support Center
dxFunnel item hoverStyle border
color Colors a funnel item's border when a user presses the item or hovers the mouse pointer over it. This property supports the following colors: Hexadecimal colors RGB colors RGBA colors Predefined/cross-browser color names Predefined SVG colors Paint server address visible Shows a funnel item's border when a user presses the item or hovers the mouse pointer over it. width Thickens
dxFunnel item selectionStyle
NOTE Though not provided out of the box, the selection capability can be implemented using the UI component's API. Refer to the onItemClick property for details. border Configures a funnel item's border appearance when a user selects this item. hatching Applies hatching to a selected funnel item. Hatching fills a funnel item with parallel diagonal lines.
dxLinearGauge scale label
. Accepts only numeric formats. See the format section for information on accepted values. When this property value is undefined, the date-time axes display larger date range boundaries in labels.... When scale labels overlap each other, you can rearrange them by setting this property to one of the following values. hide Hides certain scale labels leaving more space for the others. none Leaves
dxMenu showFirstSubmenuMode delay
Passing a number to this property is the same as passing an object whose show and hide fields hold equal values. For example, the following ways to specify the delay are identical. JavaScript //number delay: 300 //object delay: { show: 300, hide: 300 } hide The time span after which the submenu is hidden. show The time span after which the submenu is shown.
dxPivotGrid fieldPanel
of the corresponding type. By default, the field panel is hidden. To make it visible, assign true to the visible property. To control the visibility of an individual field area, change the showColumnFields, showRowFields, showDataFields or showFilterFields property respectively. The field panel partially covers the functionality provided by the field chooser. For example, the user can reorder fields