Shows a list of user accounts in a grid. The model contains the list of user accounts.
Model Type: YetaWF.Core.Serializers.SerializableList<YetaWF.Core.Identity.User>
Name | Type | Default | Description |
---|---|---|---|
Header | bool | true | Defines whether the grid header is shown. |
Pager | bool | true | Defines whether the grid pager is shown. |
UseSkinFormatting | bool | true | Defines whether the grid uses skin-based rendering using the defined page skin. |
[Caption("Users"), Description("Shows the users that can access voice mails for this extension")] [UIHint("YetaWF_Identity_ListOfUserNames"), ReadOnly] public SerializableList<User> Users { get; set; }
Allows adding/removing users from a list of user accounts in a grid. The model contains the list of user accounts.
Model Type: YetaWF.Core.Serializers.SerializableList<YetaWF.Core.Identity.User>
Name | Type | Default | Description |
---|---|---|---|
Header | bool | true | Defines whether the grid header is shown. |
[Caption("Users"), Description("Defines the users that can access voice mails for this extension")] [UIHint("YetaWF_Identity_ListOfUserNames")] public SerializableList<User> Users { get; set; }
Last Updated 04/24/2022 - (email)
© 2023 - Softel vdm, Inc. - YetaWF.com