GrapeCity.Win.MultiRow Namespace > ComboBoxCell Class : EllipsisString Property |
<BrowsableAttribute(True)> <DefaultValueAttribute()> <SRCategoryAttribute("Behavior")> <SRDescriptionAttribute("Indicates the ellipsis string.")> <EditorBrowsableAttribute()> <LocalizableAttribute(True)> Public Property EllipsisString As String
Dim instance As ComboBoxCell Dim value As String instance.EllipsisString = value value = instance.EllipsisString
[Browsable(true)] [DefaultValue()] [SRCategory("Behavior")] [SRDescription("Indicates the ellipsis string.")] [EditorBrowsable()] [Localizable(true)] public string EllipsisString {get; set;}
Use this property together with Ellipsis.
If you set a string with special characters such as '\r', '\n', and '\t', the special characters are ignored.
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