Xamarin.Android | ComponentOne
C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / CalendarSlotPresenter Class / ContentDescriptionFormatted Property


In This Topic
    ContentDescriptionFormatted Property (CalendarSlotPresenter)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property ContentDescriptionFormatted As Java.Lang.ICharSequence
    'Usage
     
    
    Dim instance As CalendarSlotPresenter
    Dim value As Java.Lang.ICharSequence
     
    instance.ContentDescriptionFormatted = value
     
    value = instance.ContentDescriptionFormatted
    public virtual Java.Lang.ICharSequence ContentDescriptionFormatted {get; set;}
    See Also