Skip to main content
.NET 6.0+

XafDataView.IsFixedSize Property

Gets a value indicating whether the data view has a fixed size. This property value is always false because the list represented by XafDataView is readonly.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public bool IsFixedSize { get; }

Property Value

Type Description
Boolean

true, if the data view has a fixed size; otherwise, false.

Remarks

Introduced to provide IList support.

See Also