or

With RadDesktopAlert1 .CaptionText = "Caption Text" .ContentText = "Content Text" .FixedSize = New Size(width:=200, height:=100) .ScreenPosition = AlertScreenPosition.BottomRight .Opacity = 0.8F .PlaySound = True .SoundToPlay = Media.SystemSounds.Exclamation .CanMove = False .IsPinned = False .ShowCloseButton = True .ShowOptionsButton = False .ShowPinButton = False .AutoClose = True .AutoCloseDelay = 5 ' Seconds .FadeAnimationFrames = 80 .FadeAnimationSpeed = 5 .FadeAnimationType = FadeAnimationType.FadeIn Or FadeAnimationType.FadeOut .PopupAnimation = True .PopupAnimationDirection = RadDirection.Down .PopupAnimationEasing = RadEasingType.Default .PopupAnimationFrames = 50End WithRadDesktopAlert1.Show()


Hi,
Could you please provide me any solution how to change selected grid view row color using Visual Style Builder.
I'd like to customize it and don't know how to handle this problem.
I was browsing it for a long time with out any result ...
Thanks in advance,
Regards.



