Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

FieldSizeAttribute.Size Property

Gets the size of the database column which the member’s data is stored in.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public int Size { get; }

Property Value

Type Description
Int32

An integer value which specifies the maximum number of characters that can be stored.

See Also