LimitedThemeFormatObjectCollection<T> Class
Serves as the base class for theme format object collections that require a minimum of three elements and cannot contain theme color references.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.2.dll
Declaration
public abstract class LimitedThemeFormatObjectCollection<T> :
LimitedPresentationObjectCollectionBase<T>
where T : PresentationObject
Type Parameters
| Name | Description |
|---|---|
| T | The type of format objects in the collection. |
Inheritance
See Also