Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
580
How can i change Properties at runtime (without DEFAULT setting in AppStylist)
posted

Hello!

How can i change the GridCell Properties Border Style at runtime when my .isl File have set the Border Style not to DEFAULT? (i used Border Style: None) so the following code does not take any effects:
this.ultraGridZuteilungen.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Solid;
or ...
this.ultraGridZuteilungen.DisplayLayout.Bands[0].Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Solid;

Is there a way to change it at runtime?