This is a migrated thread and some comments may be shown as answers.

CloseMode doesn't exist?

1 Answer 63 Views
Window
This is a migrated thread and some comments may be shown as answers.
Todd Davis
Top achievements
Rank 1
Todd Davis asked on 14 Apr 2010, 03:11 PM
I have a user control that inherits from RadWindow. This works fine generally speaking, however I wanted to hide the "X" in the top right corner. When I try to add CloseMode="None" to the XAML, it doesn't recognize CloseMode. Was this removed from the control, or is there something about the inheritance that dis-allows it?

1 Answer, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 15 Apr 2010, 02:45 PM
Hi Todd,

 We removed this property as it was considered obsolete. The new way to do this is to set the CanClose property to false.

Greetings,
Miroslav Nedyalkov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Window
Asked by
Todd Davis
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Share this question
or