Back to Devexpress

FixedFieldValueCondition.Value Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-fixedfieldvaluecondition-e0b7bf9a.md

latest1.7 KB
Original Source

FixedFieldValueCondition.Value Property

SECURITY-RELATED CONSIDERATIONS

Deserializing layout settings from untrusted resources may create security issues. Serializable System.Object properties that contain custom type values are not (de)serialized automatically. Review the following help topic for information on how to (de)serialize custom type values: Safe Deserialization.

Gets or sets the value of the field to be pinned.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.PivotGrid.v25.2.Core.dll

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
public object Value { get; set; }
vb
<DefaultValue(Nothing)>
Public Property Value As Object

Property Value

TypeDefaultDescription
Objectnull

An object that represents a field value.

|

See Also

FixedFieldValueCondition Class

FixedFieldValueCondition Members

DevExpress.XtraPivotGrid Namespace