Interface IProcessDataOnServerDataSource
Namespace: Reveal.Sdk.Data
Assembly: Infragistics.Reveal.DataLayer.dll
Syntax
public interface IProcessDataOnServerDataSource
Properties
ProcessDataOnServerDefaultValue
Sets the default value for "Process Data on Server" option for this data source, the
end user can still change the value, unless ProcessDataOnServerReadOnly is true
.
Declaration
bool ProcessDataOnServerDefaultValue { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ProcessDataOnServerReadOnly
When set to true
the user will not be allowed to change the value for "Process Data on Server" option
and the default value will be used.
Declaration
bool ProcessDataOnServerReadOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |