Specifies the maximum allowed value for a property displayed in a C1PropertyGrid.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public class MaximumValueAttribute : Attribute
Visual Basic
Public Class MaximumValueAttribute _
	Inherits Attribute

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    C1.Silverlight.Extended..::..MaximumValueAttribute

See Also