in
Forums
Blogs
Files
Devexpress.Com
Client Center
Support Center
DevExpress Channel

How to select (blue color) dates in DateNavigator in code

Last post 11/15/2007 9:29 AM by Krzysztof Morcinek. 0 replies.
Page 1 of 1 (1 items)
Sort Posts:
Previous Next
  • 11/15/2007 9:29 AM

    How to select (blue color) dates in DateNavigator in code

    Hi,


    I need DateNavigator without Scheduler, only to select(for visualisation) date ranges that were selected in TreeList that in next to the DateNavigator. I try simply:

    {

        dateNavigator.Selection.Clear();
        dateNavigator.Selection.Add(date);

    }

    Refresh() and Update() isn't helping. I know that dateNavigator.Selection property has changed but no changes are visible. Do you have any idea??

    Thanks for help.

    Kris
              
     

     

Page 1 of 1 (1 items)
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED