Skip to main content
A newer version of this page is available. .

FieldSizeAttribute Class

Specifies the maximum number of characters that can be typed in the Property Editor of the current member. In XPO, it additionally specifies the number of characters that can be stored in a column mapped to the current member (has the same effect as the SizeAttribute).

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public class FieldSizeAttribute :
    Attribute

Inheritance

Object
Attribute
FieldSizeAttribute
See Also