EditorOptionDefinition<T>.DefaultValue Property

Definition

Gets the default value of the option.

public:
 property System::Object ^ DefaultValue { System::Object ^ get(); };
public:
 property Platform::Object ^ DefaultValue { Platform::Object ^ get(); };
public override sealed object DefaultValue { get; }
member this.DefaultValue : obj
Public Overrides NotOverridable ReadOnly Property DefaultValue As Object

Property Value

The default value.

Applies to