MaskHintStyle Class
In This Article
Defines style settings for the mask hint.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class MaskHintStyle :
AppearanceStyle
#Related API Members
The following members return MaskHintStyle objects:
#Remarks
The MaskHintStyle class contains style settings that define the appearance of the editor mask hint.
An object of the MaskHintStyle type can be accessed via an editor’s MaskHintStyle property.
#Inheritance
See Also