GroupStyleSelector class

Expand
This topic has not yet been rated - Rate this topic

GroupStyleSelector class

[This documentation is preliminary and is subject to change.]

Applies to: Metro style apps only

A class that you derive from to select the group style as a function of the parent group and its level.

Inheritance

Object
  GroupStyleSelector

Syntax


public class GroupStyleSelector : Object

Attributes

MarshalingBehaviorAttribute(Agile)
ThreadingAttribute(Both)
VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The GroupStyleSelector class has these types of members:

Constructors

The GroupStyleSelector class has these constructors.

ConstructorDescription
GroupStyleSelector Initializes a new instance of the GroupStyleSelector class.

 

Methods

The GroupStyleSelector class has these methods. It also inherits methods from the Object class.

MethodDescription
SelectGroupStyle Implements the selection logic for a GroupStyleSelector implementation. Override this method to provide the desired selection behavior.
SelectGroupStyleCore Invokes the selection logic for a GroupStyleSelector implementation. Specific implementations change the logic by overriding SelectGroupStyle.

 

Requirements

Minimum supported client

Windows 8 Release Preview

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Controls
Windows::UI::Xaml::Controls [C++]

Metadata

Windows.winmd

See also

Object

 

 

Build date: 5/22/2012

Did you find this helpful?
(1500 characters remaining)
Community Additions ADD