Intersoft WebGrid Documentation
TextItems Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > TextSettings Class : TextItems Property






Gets or sets the customized specific TextItem that applicable to a grid instance.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.XmlSerializableAttribute(True)>
<ISNet.PersistLayoutAttribute(False)>
<BrowsableAttribute(False)>
<DefaultValueAttribute()>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute()>
Public ReadOnly Property TextItems As WebGridTextItemCollection
Visual Basic (Usage)Copy Code
Dim instance As TextSettings
Dim value As WebGridTextItemCollection
 
value = instance.TextItems
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[ISNet.PersistLayoutAttribute(false)]
[BrowsableAttribute(false)]
[DefaultValueAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute()]
public WebGridTextItemCollection TextItems {get;}
Delphi 
public read-only property TextItems: WebGridTextItemCollection; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.XmlSerializableAttribute()
ISNet.PersistLayoutAttribute()
BrowsableAttribute()
DefaultValueAttribute()
PersistenceModeAttribute(PersistenceMode.InnerProperty)
NotifyParentPropertyAttribute()
DescriptionAttribute()
public function get TextItems : WebGridTextItemCollection
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[ISNet.PersistLayoutAttribute(false)]
[BrowsableAttribute(false)]
[DefaultValueAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute()]
public: __property WebGridTextItemCollection* get_TextItems();
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[ISNet.PersistLayoutAttribute(false)]
[BrowsableAttribute(false)]
[DefaultValueAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute()]
public:
property WebGridTextItemCollection^ TextItems {
   WebGridTextItemCollection^ get();
}

Remarks

In WebGrid.NET 5.0 Enterprise, if you want to change specific item of text for webpage-specific scenario, you can override the text item by adding the entry in the TextItems collection of a WebGrid instance. This enables WebGrid to use SmartWebResources for the selected language and use the overridden TextItem that you have specified.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.