Back to Devexpress

MaskHintStyle Class

aspnet-devexpress-dot-web-49a92ce1.md

latest2.4 KB
Original Source

MaskHintStyle Class

Defines style settings for the mask hint.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class MaskHintStyle :
    AppearanceStyle
vb
Public Class MaskHintStyle
    Inherits AppearanceStyle

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.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle MaskHintStyle

See Also

MaskHintStyle Members

Hint Control

Mask Types

DevExpress.Web Namespace