Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
How can I find out the selected layout (list, small icon, etc.) chosen by the user at the point the dialog is closed?
Thanks
Steve
Hello, Steve,
You can use the following code snippet to get the last selected layout in RadOpenFileDialog:
(openFileDialog.OpenFileDialogForm as RadForm).FormClosed += this.RadForm1_FormClosed; private void RadForm1_FormClosed(object sender, FormClosedEventArgs e) { LayoutType layout = (sender as RadOpenFileDialogForm).OpenFileDialogViewModel.SelectedLayout.LayoutType; }
I hope this helps. Should you have any other questions do not hesitate to ask.
Regards, Nadya Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.