DocumentCustomPropertyDictionary Methods Contains custom document properties of a presentation. Name Description Add(TKey, TValue) Inherited from PresentationDictionary<TKey, TValue>. Add(KeyValuePair<TKey, TValue>) Inherited from PresentationDictionary<TKey, TValue>. Clear() Inherited from PresentationDictionary<TKey, TValue>. Contains(KeyValuePair<TKey, TValue>) Inherited from PresentationDictionary<TKey, TValue>. ContainsKey(TKey) Inherited from PresentationDictionary<TKey, TValue>. CopyTo(KeyValuePair<TKey, TValue>[], Int32) Inherited from PresentationDictionary<TKey, TValue>. Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object. Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object. GetEnumerator() Inherited from PresentationDictionary<TKey, TValue>. GetHashCode() Serves as the default hash function. Inherited from Object. GetType() Gets the Type of the current instance. Inherited from Object. MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object. ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object. Remove(TKey) Inherited from PresentationDictionary<TKey, TValue>. Remove(KeyValuePair<TKey, TValue>) Inherited from PresentationDictionary<TKey, TValue>. ToString() Returns a string that represents the current object. Inherited from Object. TryGetValue(TKey, out TValue) Inherited from PresentationDictionary<TKey, TValue>. See Also DocumentCustomPropertyDictionary Class DocumentCustomPropertyDictionary Members DevExpress.Docs.Presentation Namespace