Back to Devexpress

IModelCommonMemberViewItem.IsPassword Property

expressappframework-devexpress-dot-expressapp-dot-model-dot-imodelcommonmemberviewitem-f2119bca.md

latest1.4 KB
Original Source

IModelCommonMemberViewItem.IsPassword Property

Specifies whether the current Property Editor displays a password to determine whether its value should be typed as a password.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[ModelBrowsable(typeof(ListEditorsVisibilityCalculator))]
bool IsPassword { get; set; }
vb
<ModelBrowsable(GetType(ListEditorsVisibilityCalculator))>
Property IsPassword As Boolean

Property Value

TypeDescription
Boolean

true , if the current Property Editor value should be typed as a password; otherwise, false.

|

See Also

IModelCommonMemberViewItem Interface

IModelCommonMemberViewItem Members

DevExpress.ExpressApp.Model Namespace