Skip to main content
A newer version of this page is available. .

ListViewFilterAttribute.Id Property

Specifies the identifier of the current filter.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public string Id { get; }

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