[]
角色选择编辑器
public class RolePermissionEditorSetting : BuiltinEditorSetting, INotifyPropertyChanged
构造函数
public RolePermissionEditorSetting()
构造函数
public RolePermissionEditorSetting(bool allowUncheckAllRoles = false)
类型 | 名称 | 描述 |
---|---|---|
bool | allowUncheckAllRoles |
是否允许不选择任何角色
public bool AllowUncheckAllRoles { get; }
类型 | 描述 |
---|---|
bool |
角色选择编辑器
public override VerticalAlignment LabelVerticalAlignment { get; }
类型 | 描述 |
---|---|
System.Windows.VerticalAlignment |
角色选择编辑器
public Thickness Margin { get; set; }
类型 | 描述 |
---|---|
System.Windows.Thickness |
角色选择编辑器
public override bool Validate(object propValue)
类型 | 名称 | 描述 |
---|---|---|
object | propValue |
类型 | 描述 |
---|---|
bool |