Skip to main content
All docs
V25.1
  • MaskManager.IsCompatible(Type, Type) Method

    Namespace: DevExpress.Data.Mask

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public static bool IsCompatible(
        Type maskManagerType,
        Type defaultMaskManagerType
    )

    Parameters

    Name Type
    maskManagerType Type
    defaultMaskManagerType Type

    Returns

    Type
    Boolean
    See Also