Back to Devexpress

HtmlTemplateCollection Properties

windowsforms-devexpress-dot-utils-dot-html-dot-htmltemplatecollection-dot-underscore-properties.md

latest4.2 KB
Original Source

HtmlTemplateCollection Properties

The collection of HTML templates that can be used as an external template storage by other controls.

NameDescription
ContainerThe parent container of this collection.
CountReturns the total number of HTML templates stored by this HtmlTemplateCollection.
Item[Int32]Gets or sets the element at the specified index. Inherited from Collection<T>.
ItemsAllows you to access templates stored inside this HtmlTemplateCollection.
SiteGets or sets an ISite for the object.
ICollection<T>.IsReadOnlyGets a value indicating whether the ICollection<T> is read-only. Inherited from Collection<T>.
ICollection.IsSynchronizedGets a value indicating whether access to the ICollection is synchronized (thread safe). Inherited from Collection<T>.
ICollection.SyncRootGets an object that can be used to synchronize access to the ICollection. Inherited from Collection<T>.
IList.IsFixedSizeGets a value indicating whether the IList has a fixed size. Inherited from Collection<T>.
IList.IsReadOnlyGets a value indicating whether the IList is read-only. Inherited from Collection<T>.
IList.Item[Int32]Gets or sets the element at the specified index. Inherited from Collection<T>.

See Also

HtmlTemplateCollection Class

HtmlTemplateCollection Members

DevExpress.Utils.Html Namespace