Show / Hide Table of Contents

    Class SensusDetailPageItem

    Inheritance
    System.Object
    SensusDetailPageItem
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Sensus.UI
    Assembly: SensusAndroid.dll
    Syntax
    public class SensusDetailPageItem : Object, INotifyPropertyChanged

    Constructors

    SensusDetailPageItem()

    Declaration
    public SensusDetailPageItem()

    Properties

    Action

    Declaration
    public Action Action { get; set; }
    Property Value
    Type Description
    System.Action

    IconSource

    Declaration
    public string IconSource { get; set; }
    Property Value
    Type Description
    System.String

    TargetType

    Declaration
    public Type TargetType { get; set; }
    Property Value
    Type Description
    System.Type

    Title

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    System.String

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX