Hi, good morning
I'm trying to change the theme to a RadOpenFileDialog, but I can't do it,
I've used these directions:
Telerik.WinControls.UI.RadOpenFileDialog opfDialog = new Telerik.WinControls.UI.RadOpenFileDialog();
opfDialog.OpenFileDialogForm.StartPosition = FormStartPosition.CenterScreen;
opfDialog.OpenFileDialogForm.ThemeName = "Fluent";
StartPosition if it works, but ThemeName doesn't.
Could you help me?