Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class IValidateMode - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class IValidateMode

    Class that defines the predecessor validate mode details.

    Inheritance
    System.Object
    IValidateMode
    Implements
    System.IEquatable<IValidateMode>
    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class IValidateMode : Object, IEquatable<IValidateMode>

    Constructors

    IValidateMode()

    Declaration
    public IValidateMode()

    Properties

    PreserveLinkWithEditing

    Specifies the preserved link on editing

    Declaration
    public bool PreserveLinkWithEditing { get; set; }
    Property Value
    Type Description
    System.Boolean

    RemoveLink

    Defines the removed link info

    Declaration
    public bool RemoveLink { get; set; }
    Property Value
    Type Description
    System.Boolean

    RespectLink

    Defines the processed link

    Declaration
    public bool RespectLink { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Equals(IValidateMode)

    Returns boolean value by comparing iValidateMode

    Declaration
    public bool Equals(IValidateMode iValidateMode)
    Parameters
    Type Name Description
    IValidateMode iValidateMode
    Returns
    Type Description
    System.Boolean

    Equals(Object)

    Returns boolean value by comparing object

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean

    GetHashCode()

    Returns hashcode for current object

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32

    Implements

    System.IEquatable<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved