Version

GroupByAreaFieldLabel Class

Used to represent a Field in the group by area.
Syntax
'Declaration
 
Public Class GroupByAreaFieldLabel 
   Inherits System.Windows.Controls.Primitives.Thumb
public class GroupByAreaFieldLabel : System.Windows.Controls.Primitives.Thumb 
Remarks

GroupByAreaFieldLabel is derived from System.Windows.Controls.Primitives.Thumb and represents a Field in the DataPresenterBase.DefaultFieldLayout. The default style for the GroupByArea contains a System.Windows.Controls.ListBox which is bound to a collection of GroupByAreaFieldLabels. Since the elements in the collection are derived from System.Windows.Controls.Primitives.Thumb they automatically support drag and drop. When the GroupByArea creates these elements it listens to the drag events and automatically groups/ungroups the field represented by the GroupByAreaFieldLabel being dragged.

Note: GroupByAreaFieldLabels are automatically created by the GroupByArea when needed. They are not intended for use outside of these controls and you should never need to create one directly.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also