Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / DataValidationStyle Enumeration


In This Topic
    DataValidationStyle Enumeration
    In This Topic
    Represents the mark style of the data validation.
    Syntax
    'Declaration
     
    Public Enum DataValidationStyle 
       Inherits System.Enum
    'Usage
     
    Dim instance As DataValidationStyle
    public enum DataValidationStyle : System.Enum 
    Members
    MemberDescription
    GreenTriangleA green triangle aligned at the top left of the cell.
    RedEllipseA red ellipse aligned at the center of the cell.
    RedTriangleA red triangle aligned at the top right of the cell.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Wpf.SpreadSheet.DataValidationStyle

    See Also