Deprecated: Function set_magic_quotes_runtime() is deprecated in /homepages/1/d178422952/htdocs/visual-guard.com/forum/common.php on line 106
[phpBB Debug] PHP Notice: in file /includes/session.php on line 942: Cannot modify header information - headers already sent by (output started at /common.php:106)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 942: Cannot modify header information - headers already sent by (output started at /common.php:106)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 942: Cannot modify header information - headers already sent by (output started at /common.php:106)

Strict Standards: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /homepages/1/d178422952/htdocs/visual-guard.com/forum/viewtopic.php on line 927

Strict Standards: getdate(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /homepages/1/d178422952/htdocs/visual-guard.com/forum/viewtopic.php on line 927
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3545: Cannot modify header information - headers already sent by (output started at /common.php:106)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3547: Cannot modify header information - headers already sent by (output started at /common.php:106)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3548: Cannot modify header information - headers already sent by (output started at /common.php:106)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3549: Cannot modify header information - headers already sent by (output started at /common.php:106)
View topic - DevExpress - ReadOnly property • Visual Guard Forum

DevExpress - ReadOnly property

DevExpress - ReadOnly property

Postby Novalys on Fri Jun 26, 2009 8:50 am

We are using controls from Developer Express (http://www.devexpress.com/). The ReadOnly property is kept inside a property called Properties. For example, to set the ReadOnly on a TextEdit control to true, the following code would be used: TextEdit1.Properties.ReadOnly = True. Is there any way to set the ReadOnly on a control using the Visual Guard Console. When I brought up these controls with the Console, the ReadOnly was not shown.
Visual Guard .Net
Dotnet Security: Authentication, Authorization, Audit
http://www.visual-guard.com
Novalys
 
Posts: 373
Joined: Thu Jul 17, 2008 2:19 pm

Re: DevExpress - ReadOnly property

Postby Novalys on Fri Jun 26, 2009 8:52 am

The 'Properties' property is considred as a component by Visual Guard and it is displayed in the treeview of the designer but not as a property in the property grid.To access to the 'TextEdit1.Properties.ReadOnly' in the security action designer, you have to:

* Select the 'TextEdit' node in the treeview in the right panel.
* Expand the node.
* Select the 'Properties' node.
* Enter 'True' in the 'ReadOnly' property item of the property grid in the right panel.


answer 07/08/08
Visual Guard .Net
Dotnet Security: Authentication, Authorization, Audit
http://www.visual-guard.com
Novalys
 
Posts: 373
Joined: Thu Jul 17, 2008 2:19 pm


Return to Permissions: supported objects and components

cron