Objective Grid for Microsoft® .NET® Reference Guide

EllipseType Enumeration

Back to Class Index

This enumeration lists the types of ellipses that can be used for the Style.EllipseType property.

[Visual Basic]
Public Enum EllipseType
[C#]
public enum EllipseType

Remarks

Ellipses can be used with edit controls (default) and Label controls. Ellipses are turned on using the Style.EllipseType property.

Members

Member NameDescription
NoEllipseNo ellipse; this is the default setting
DotEllipseDotted ellipse "..."
PoundEllipsePound ellipses "####"

Requirements

Namespace: Stingray.Grid

Assemblies: Stingray.GridControl80 (in Stingray.GridControl80.dll)
                     Stingray.GridControl90 (in Stingray.GridControl90.dll)
                     Stingray.GridControl10 (in Stingray.GridControl10.dll)

See Also

Stingray.Grid Namespace