Back to Devexpress

FilterControl.ReadOnly Property

windowsforms-devexpress-dot-xtraeditors-dot-filtercontrol-9268b215.md

latest1.3 KB
Original Source

FilterControl.ReadOnly Property

Gets or sets whether users can edit filter criteria.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Appearance")]
public bool ReadOnly { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(False)>
Public Property [ReadOnly] As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if users can edit filter criteria; otherwise, false.

|

Remarks

If the ReadOnly property is set to true , users cannot edit filter criteria. You can still edit the filter criteria in code.

See Also

FilterControl Class

FilterControl Members

DevExpress.XtraEditors Namespace