Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

CreateCustomItemTemplateEventArgs Constructors

An abstract base class for CreateCustomDataItemTemplateEventArgs and CreateCustomEditItemTemplateEventArgs classes that specify arguments passed to the ASPxGridListEditor.CreateCustomDataItemTemplate and ASPxGridListEditor.CreateCustomEditItemTemplate events, respectively.
Name Parameters Description
CreateCustomItemTemplateEventArgs(IModelColumn, IDataItemTemplateInfoProvider) modelColumn, dataItemTemplateInfoProvider Initializes a new instance of the CreateCustomItemTemplateEventArgs class.
See Also