Exemplo n.º 1
0
 public static bool ShowFormatProperties(IPropertyEditorInfo info)
 {
     return(!(info.PropertyName is IFormattableProperty));
 }
Exemplo n.º 2
0
 public static bool ShowBoolProperties(IPropertyEditorInfo info)
 {
     return(!(info.PropertyName is IBooleanProperty));
 }
Exemplo n.º 3
0
 public static bool ShowStringProperties(IPropertyEditorInfo info)
 {
     return(!(info.PropertyName is IStringProperty));
 }
Exemplo n.º 4
0
 public static bool ShowImageProerties(IPropertyEditorInfo info)
 {
     return(!(info.PropertyName is IImageProperty));
 }
Exemplo n.º 5
0
 public static bool ShowDataSourceProperties(IPropertyEditorInfo info)
 {
     return(!(info.PropertyName is IFilterOption));
 }
Exemplo n.º 6
0
 public static bool ShowAllowClear(IPropertyEditorInfo info)
 {
     return(!(info.PropertyName is IReferenceProperty));
 }