ListViewFilterAttribute.Id Property
Specifies the identifier of the current filter.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
String | A string value that represents the ID of the current filter. |
Remarks
By default, this property is set to a GUID. You can set another via a constructor or the Model Editor.
See Also