Skip to main content
All docs
V25.1
  • DiagramCustomGetSerializableItemPropertiesEventArgs.CreateProxyProperty Method

    Name Parameters Description
    CreateProxyProperty(PropertyDescriptor, Func<IDiagramItem, Object>, IEnumerable<Attribute>) property, getObject, additionalAttributes Allows you to create a custom property descriptor.
    CreateProxyProperty<TProperty>(String, Func<IDiagramItem, TProperty>, Action<IDiagramItem, TProperty>, IEnumerable<Attribute>) name, getter, setter, attributes Allows you to create a custom property descriptor.