[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.UIStrings

UIStrings Class

Represents a collection of end user visible UI strings.

Inheritance
UIStrings
Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.4.8.dll
Syntax
[TypeConverter(typeof(UIStrings.TypeConverter))]
public class UIStrings

Constructors

Name Description
UIStrings()

Properties

Name Description
Count

Gets the number of elements contained in the collection.

this[string]

Methods

Name Description
Add(object, int, string, string)

Adds a string to the collection, specifying the ordinal.

Add(object, string, string)

Adds a string to the collection in alphabetical order.

AddInOrder(object, string, string)

Adds a string to the collection, preserving the order.

GetDescription(object)

Returns the description of a string.

GetKeyAt(int)

Returns the key of an item with the specified index.

GetValueAt(int)

Gets the string by its index.

IsDefault(object)

Tests whether a string in the collection has default value.

OnCollectionChanged(EventArgs)

Fires the CollectionChanged event.

OnItemAdded(UIStringsItemEventArgs)

Fires the ItemAdded event.

OnItemChanged(UIStringsItemEventArgs)

Fires the ItemChanged event.

Reset()

Sets all strings in collection to their default values.

Reset(object)

Resets a string to its default value.

SetValueAt(int, string)

Sets the value of a string with the specified index.

ShouldSerialize()

Indicates whether any of the strings in the current collection have non-default values.

Events

Name Description
CollectionChanged

Occurs when the collection has been changed.

ItemAdded

Occurs when a new item is added to the collection.

ItemChanged

Occurs when an item in the collection is changed.