ItemsWrapGrid.GroupHeaderPlacement Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that specifies where group headers are positioned in relation to the group.
public:
property GroupHeaderPlacement GroupHeaderPlacement { GroupHeaderPlacement get(); void set(GroupHeaderPlacement value); };
GroupHeaderPlacement GroupHeaderPlacement();
void GroupHeaderPlacement(GroupHeaderPlacement value);
public GroupHeaderPlacement GroupHeaderPlacement { get; set; }
var groupHeaderPlacement = itemsWrapGrid.groupHeaderPlacement;
itemsWrapGrid.groupHeaderPlacement = groupHeaderPlacement;
Public Property GroupHeaderPlacement As GroupHeaderPlacement
ItemsWrapGrid GroupHeaderPlacement="groupHeaderPlacementMemberName" />
Property Value
An enumeration value that specifies where group headers are positioned in relation to the group. The default is Top.
Remarks
Valid values are Top and Left.