Xceed SmartUI for WinForms v3.6 Documentation
Text Property (DateTimePanel)


Xceed.SmartUI.Controls.v3.6 Assembly > Xceed.SmartUI.Controls.StatusBar Namespace > DateTimePanel Class : Text Property
Gets the text associated with this SmartItem.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Shadows Property Text As String
'Usage
 
Dim instance As DateTimePanel
Dim value As String
 
instance.Text = value
 
value = instance.Text
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public new string Text {get; set;}

Property Value

The text associated with this SmartItem.
Remarks

Setting this property will throw a System.NotSupportedException.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DateTimePanel Class
DateTimePanel Members