Share via


ManagementListTitle Class

Definition

Provides a common control for displaying header information about a list.

public ref class ManagementListTitle : System::Windows::Controls::Control
public class ManagementListTitle : System.Windows.Controls.Control
type ManagementListTitle = class
    inherit Control
Public Class ManagementListTitle
Inherits Control
Inheritance
ManagementListTitle

Constructors

ManagementListTitle()

Initializes a new instance of the ManagementListTitle class.

Fields

ListProperty

Identifies the List dependency property.

ListStatusProperty

Identifies the ListStatus dependency property.

TitleProperty

Identifies the Title dependency property.

TotalItemCountProperty

Identifies the TotalItemCount dependency property.

Properties

List

Gets or sets the list this title is for. This is a dependency property.

ListStatus

Gets the status of the list. This is a dependency property.

Title

Gets or sets the title. This is a dependency property.

TotalItemCount

Gets or sets the number of items in the list before filtering is applied. This is a dependency property.

Methods

OnCreateAutomationPeer()

Create an instance of the AutomationPeer.

OnListChanged(PropertyChangedEventArgs<ManagementList>)

Called when List property changes.

OnListStatusChanged(PropertyChangedEventArgs<String>)

Called when ListStatus property changes.

OnTitleChanged(PropertyChangedEventArgs<String>)

Called when Title property changes.

OnTotalItemCountChanged(PropertyChangedEventArgs<Int32>)

Called when TotalItemCount property changes.

Events

ListChanged

Occurs when List property changes.

ListStatusChanged

Occurs when ListStatus property changes.

TitleChanged

Occurs when Title property changes.

TotalItemCountChanged

Occurs when TotalItemCount property changes.

Applies to