Intersoft ClientUI Documentation
FilterGroupCommand Property
See Also  Send Feedback
Intersoft.Client.UI.ScheduleView Namespace > UXScheduleViewBase Class : FilterGroupCommand Property






Gets or sets a command that will be invoked when grouping the events.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Action")>
Public Property FilterGroupCommand As ICommand
Visual Basic (Usage)Copy Code
Dim instance As UXScheduleViewBase
Dim value As ICommand
 
instance.FilterGroupCommand = value
 
value = instance.FilterGroupCommand
C# 
[CategoryAttribute("Action")]
public ICommand FilterGroupCommand {get; set;}
Delphi 
public read-write property FilterGroupCommand: ICommand; 
JScript 
CategoryAttribute("Action")
public function get,set FilterGroupCommand : ICommand
Managed Extensions for C++ 
[CategoryAttribute("Action")]
public: __property ICommand* get_FilterGroupCommand();
public: __property void set_FilterGroupCommand( 
   ICommand* value
);
C++/CLI 
[CategoryAttribute("Action")]
public:
property ICommand^ FilterGroupCommand {
   ICommand^ get();
   void set (    ICommand^ value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.