Gum.DataTypes.Variables.VariableSave.ShouldSerializeIsHiddenInPropertyGrid C# (CSharp) Method

ShouldSerializeIsHiddenInPropertyGrid() public method

public ShouldSerializeIsHiddenInPropertyGrid ( ) : bool
return bool
        public bool ShouldSerializeIsHiddenInPropertyGrid()
        {
            return IsHiddenInPropertyGrid == true;
        }