Table of Contents

Enum PropertyGridFeature

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

Allows to turn on/off different features in the property grid control.

[Flags]
public enum PropertyGridFeature

Fields

QuestionCharInNullable = 0

Adds '?' character to the property label if property type is nullable (for example: 'byte?', 'string?').

Remarks

This enumeration supports a bitwise combination of its member values.