Table of Contents

Class ViewSortHintAttribute

Namespace
Acuit.Pinpoint.Workstation.Windows
Assembly
Acuit.Pinpoint.Workstation.Abstractions.dll

Provides a hint from a view to a region on how to sort the view.

[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public sealed class ViewSortHintAttribute : Attribute
Inheritance
ViewSortHintAttribute
Inherited Members

Constructors

ViewSortHintAttribute(string)

Initializes a new instance of the ViewSortHintAttribute class.

public ViewSortHintAttribute(string hint)

Parameters

hint string

The hint to use for sorting.

Properties

Hint

Gets the hint to use for sorting.

public string Hint { get; }

Property Value

string