GridItem.Value Property

Definition

When overridden in a derived class, gets the current value of this GridItem.

public:
 abstract property System::Object ^ Value { System::Object ^ get(); };
public abstract object Value { get; }
public abstract object? Value { get; }
member this.Value : obj
Public MustOverride ReadOnly Property Value As Object

Property Value

The current value of this GridItem. This can be null.

Applies to