Click or drag to resize
UserListExtender Class
User list UniGrid extender.
Inheritance Hierarchy
SystemObject
  CMS.Base.Web.UIControlExtender
    CMS.Base.Web.UIControlExtenderUniGrid
      CMS.Membership.Web.UIUserListExtender

Namespace: CMS.Membership.Web.UI
Assembly: CMS.Membership.Web.UI (in CMS.Membership.Web.UI.dll) Version: 10.0.0
Syntax
C#
public class UserListExtender : ControlExtender<UniGrid>

The UserListExtender type exposes the following members.

Constructors
  NameDescription
Public methodUserListExtender
Top
Properties
Methods
  NameDescription
Public methodInit
Initializes the extender using the specified control.
(Inherited from ControlExtenderTControl.)
Protected methodOnAction
Handles the UniGrid's OnAction event.
Protected methodOnBeforeDataReload
Handles setting the grid where condition before data binding.
Protected methodOnExternalDataBound
Handles external data-bound event of UniGrid.
Public methodOnInit
OnInit event.
(Overrides ControlExtenderOnInit.)
Top
See Also