File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ import {
2222 RequiredRule ,
2323 StringLengthRule ,
2424 VerticalAlignment ,
25+ Scrollable ,
2526} from '../common' ;
2627
2728import {
@@ -390,6 +391,12 @@ export default class dxForm extends Widget<dxFormOptions> {
390391 * @public
391392 */
392393 getEditor ( dataField : string ) : Editor | undefined ;
394+ /**
395+ * @docid
396+ * @publicName getScrollable()
397+ * @public
398+ */
399+ getScrollable ( ) : Scrollable | undefined ;
393400 /**
394401 * @docid
395402 * @publicName itemOption(id)
Original file line number Diff line number Diff line change @@ -18777,6 +18777,10 @@ declare module DevExpress.ui {
1877718777 * [descr:dxForm.getEditor(dataField)]
1877818778 */
1877918779 getEditor(dataField: string): Editor | undefined;
18780+ /**
18781+ * [descr:dxForm.getScrollable()]
18782+ */
18783+ getScrollable(): DevExpress.common.Scrollable | undefined;
1878018784 /**
1878118785 * [descr:dxForm.itemOption(id)]
1878218786 */
You can’t perform that action at this time.
0 commit comments