Share via


UIPropertyGroupDescription Class

Definition

Describes a property that has visual representation and can be sorted and grouped.

public ref class UIPropertyGroupDescription : System::Windows::Data::PropertyGroupDescription, System::ComponentModel::INotifyPropertyChanged
public class UIPropertyGroupDescription : System.Windows.Data.PropertyGroupDescription, System.ComponentModel.INotifyPropertyChanged
type UIPropertyGroupDescription = class
    inherit PropertyGroupDescription
    interface INotifyPropertyChanged
Public Class UIPropertyGroupDescription
Inherits PropertyGroupDescription
Implements INotifyPropertyChanged
Inheritance
UIPropertyGroupDescription
Implements

Constructors

UIPropertyGroupDescription(String, String)

Initializes a new instance of the UIPropertyGroupDescription class with the specified property name and display name. This constructor assumes that the type of data is String.

UIPropertyGroupDescription(String, String, Type)

Initializes a new instance of the UIPropertyGroupDescription class with the specified property name, display name and data type.

Properties

DataType

Gets or sets the type of the associated property.

DisplayContent

Gets or sets the display content representing the associated property.

DisplayName

Gets or sets the localizable display name representing the associated property.

SortDirection

Gets or sets which direction the associated property should be sorted.

Methods

ReverseSortDirection()

Reverses the current sort direction.

ToString()

Displayable string identifying this class instance.

Applies to