NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CalendarDay.IsSelectable

[To be supplied.]

[Visual Basic]
Public Property IsSelectable As Boolean
[C#]
public bool IsSelectable {get; set;}
[C++]
public: __property bool get_IsSelectable();
public: __property void set_IsSelectable(bool);
[JScript]
public function get IsSelectable() : Boolean;
public function set IsSelectable(Boolean);

See Also

CalendarDay Class | CalendarDay Members | System.Web.UI.WebControls Namespace