FilterControlColumn.PropertyFullName Property
Gets a filter control column property’s full name.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
String | A string value that specifies the column property’s full name. |
Remarks
Use the PropertyFullName property to get the full name of the data source field to which the current filter column corresponds.
To specify the filter column’s caption displayed within the ASPxFitlerControl, use the FilterControlColumn.DisplayName property.
See Also