Alba.Jaml.XamlGeneration.PropertyShortcuts.GridPropertyShortcut.IsPropertySupported C# (CSharp) Method

IsPropertySupported() public method

public IsPropertySupported ( JProperty prop ) : bool
prop Newtonsoft.Json.Linq.JProperty
return bool
        public bool IsPropertySupported (JProperty prop)
        {
            return prop.Name == GridPosPropName;
        }