Intersoft.Client.UI.Editors Namespace > UXQueryBuilder Class : ResourceOverride Property |
<CategoryAttribute("Common Properties")> Public Property ResourceOverride As UXQueryBuilderResource
Dim instance As UXQueryBuilder Dim value As UXQueryBuilderResource instance.ResourceOverride = value value = instance.ResourceOverride
[CategoryAttribute("Common Properties")] public UXQueryBuilderResource ResourceOverride {get; set;}
[CategoryAttribute("Common Properties")] public: property UXQueryBuilderResource^ ResourceOverride { UXQueryBuilderResource^ get(); void set ( UXQueryBuilderResource^ value); }
Localization is available to UXQueryBuilder by utilizing the ResourceOverride and overriding each string, shown as follows:
C# |
Copy Code
|
---|---|
<Intersoft:UXQueryBuilder Intersoft:DockPanel.Dock="Top" ObjectType="{Binding ObjectType}" FilterDescriptors="{Binding QueryDescriptor.FilterDescriptors, Mode=TwoWay}" QueryOperation="Server" EnableNestedFilter="{Binding EnabledNestedFilter}" IncludeNavigationProperties="{Binding IncludeNavigationProperties}" PropertyListMode="{Binding SelectedPropertyListMode}" > <Intersoft:UXQueryBuilder.ResourceOverride> <Intersoft:UXQueryBuilderResource BooleanValueFalse="Falsch" BooleanValueTrue="Wahr" /> </Intersoft:UXQueryBuilder.ResourceOverride> </Intersoft:UXQueryBuilder> |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2