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.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the data view has a fixed size; otherwise, false. |
Remarks
Introduced to provide IList support.
See Also