Package com.stimulsoft.report.options
Class DesignerOptions.PropertyGrid
java.lang.Object
com.stimulsoft.report.options.DesignerOptions.PropertyGrid
- Enclosing class:
DesignerOptions
Class for the Property Grid of the Report Designer.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic booleanstatic voidsetAllowShowConfiguration(boolean value) static voidsetShowPropertiesWhichUsedFromStyles(boolean showPropertiesWhichUsedFromStyles)
-
Constructor Details
-
PropertyGrid
public PropertyGrid()
-
-
Method Details
-
getAllowShowConfiguration
public static boolean getAllowShowConfiguration() -
setAllowShowConfiguration
public static void setAllowShowConfiguration(boolean value) -
isShowPropertiesWhichUsedFromStyles
public static boolean isShowPropertiesWhichUsedFromStyles()- Returns:
- the showPropertiesWhichUsedFromStyles
-
setShowPropertiesWhichUsedFromStyles
public static void setShowPropertiesWhichUsedFromStyles(boolean showPropertiesWhichUsedFromStyles) - Parameters:
showPropertiesWhichUsedFromStyles- the showPropertiesWhichUsedFromStyles to set
-