Skip to main content
All docs
V25.1
  • IXtraSupportDeserializeCollectionItem.CreateCollectionItem(String, XtraItemEventArgs) Method

    Namespace: DevExpress.Utils.Serializing.Helpers

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    object CreateCollectionItem(
        string propertyName,
        XtraItemEventArgs e
    )

    Parameters

    Name Type
    propertyName String
    e DevExpress.Utils.Serializing.XtraItemEventArgs

    Returns

    Type
    Object
    See Also