FilterOnlyAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Indicates that this field should not be shown, and could not be made visible in column selection dialog, but only used for advanced filtering.

[AttributeUsage(AttributeTargets.All)]
public class FilterOnlyAttribute : Attribute

Public Members

name description
FilterOnlyAttribute(…) Initializes a new instance of the FilterOnlyAttribute class.
Value { get; } Gets a value indicating whether this FilterOnlyAttribute is enabled.

See Also