Skip to main content
.NET 6.0+

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.v23.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