public override void ApplyState(ASPxEditState state) { base.ApplyState(state); SourceControl.ClientEnabled = state.ClientEnabled; SourceControl.SetValue(state.Value); }